Skip to content

Commit 08616db

Browse files
Bump rubocop from 1.84.2 to 1.85.0
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.84.2 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.2...v1.85.0) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.85.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0b24058 commit 08616db

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

Gemfile.lock

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,21 @@ PATH
66
GEM
77
remote: https://rubygems.org/
88
specs:
9+
addressable (2.8.9)
10+
public_suffix (>= 2.0.2, < 8.0)
911
ast (2.4.3)
12+
bigdecimal (4.0.1)
13+
bigdecimal (4.0.1-java)
1014
drb (2.2.3)
1115
json (2.18.1)
1216
json (2.18.1-java)
17+
json-schema (6.1.0)
18+
addressable (~> 2.8)
19+
bigdecimal (>= 3.1, < 5)
1320
language_server-protocol (3.17.0.5)
1421
lint_roller (1.1.0)
22+
mcp (0.8.0)
23+
json-schema (>= 4.1)
1524
minitest (6.0.2)
1625
drb (~> 2.0)
1726
prism (~> 1.5)
@@ -20,15 +29,17 @@ GEM
2029
ast (~> 2.4.1)
2130
racc
2231
prism (1.9.0)
32+
public_suffix (7.0.5)
2333
racc (1.8.1)
2434
racc (1.8.1-java)
2535
rainbow (3.1.1)
2636
rake (13.3.1)
2737
regexp_parser (2.11.3)
28-
rubocop (1.84.2)
38+
rubocop (1.85.0)
2939
json (~> 2.3)
3040
language_server-protocol (~> 3.17.0.2)
3141
lint_roller (~> 1.1.0)
42+
mcp (~> 0.6)
3243
parallel (~> 1.10)
3344
parser (>= 3.3.0.2)
3445
rainbow (>= 2.2.2, < 4.0)

0 commit comments

Comments
 (0)