Skip to content

Commit 4596e5c

Browse files
Bump rubocop from 1.84.0 to 1.85.0 in the ruby-dependencies group (#286)
Bumps the ruby-dependencies group with 1 update: [rubocop](https://github.com/rubocop/rubocop). Updates `rubocop` from 1.84.0 to 1.85.0 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.84.0...v1.85.0) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.85.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: ruby-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7417588 commit 4596e5c

1 file changed

Lines changed: 13 additions & 3 deletions

File tree

Gemfile.lock

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4+
addressable (2.8.9)
5+
public_suffix (>= 2.0.2, < 8.0)
46
ast (2.4.3)
57
base64 (0.3.0)
8+
bigdecimal (4.0.1)
69
diff-lcs (1.6.2)
710
erubis (2.7.0)
811
excon (1.2.8)
@@ -21,24 +24,30 @@ GEM
2124
thor (~> 1)
2225
threaded (~> 0)
2326
java-properties (0.3.0)
24-
json (2.18.0)
27+
json (2.18.1)
28+
json-schema (6.1.0)
29+
addressable (~> 2.8)
30+
bigdecimal (>= 3.1, < 5)
2531
language_server-protocol (3.17.0.5)
2632
lint_roller (1.1.0)
2733
logger (1.7.0)
34+
mcp (0.7.1)
35+
json-schema (>= 4.1)
2836
moneta (1.0.0)
2937
multi_json (1.17.0)
3038
parallel (1.27.0)
3139
parallel_split_test (0.10.0)
3240
parallel (>= 0.5.13)
3341
rspec-core (>= 3.9.0)
34-
parser (3.3.10.1)
42+
parser (3.3.10.2)
3543
ast (~> 2.4.1)
3644
racc
3745
platform-api (3.8.0)
3846
heroics (~> 0.1.1)
3947
moneta (~> 1.0.0)
4048
rate_throttle_client (~> 0.1.0)
4149
prism (1.9.0)
50+
public_suffix (7.0.2)
4251
racc (1.8.1)
4352
rainbow (3.1.1)
4453
rate_throttle_client (0.1.2)
@@ -52,10 +61,11 @@ GEM
5261
rspec-retry (0.6.2)
5362
rspec-core (> 3.3)
5463
rspec-support (3.13.6)
55-
rubocop (1.84.0)
64+
rubocop (1.85.0)
5665
json (~> 2.3)
5766
language_server-protocol (~> 3.17.0.2)
5867
lint_roller (~> 1.1.0)
68+
mcp (~> 0.6)
5969
parallel (~> 1.10)
6070
parser (>= 3.3.0.2)
6171
rainbow (>= 2.2.2, < 4.0)

0 commit comments

Comments
 (0)