Skip to content

Commit 40c8eff

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:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0e5510f commit 40c8eff

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

Gemfile.lock

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,32 @@ 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)
1013
json (2.18.1)
14+
json-schema (6.1.0)
15+
addressable (~> 2.8)
16+
bigdecimal (>= 3.1, < 5)
1117
language_server-protocol (3.17.0.5)
1218
lint_roller (1.1.0)
19+
mcp (0.8.0)
20+
json-schema (>= 4.1)
1321
parallel (1.27.0)
1422
parser (3.3.10.2)
1523
ast (~> 2.4.1)
1624
racc
1725
prism (1.9.0)
26+
public_suffix (7.0.5)
1827
racc (1.8.1)
1928
rainbow (3.1.1)
2029
regexp_parser (2.11.3)
21-
rubocop (1.84.2)
30+
rubocop (1.85.0)
2231
json (~> 2.3)
2332
language_server-protocol (~> 3.17.0.2)
2433
lint_roller (~> 1.1.0)
34+
mcp (~> 0.6)
2535
parallel (~> 1.10)
2636
parser (>= 3.3.0.2)
2737
rainbow (>= 2.2.2, < 4.0)

0 commit comments

Comments
 (0)