Skip to content

Commit d05ad1f

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] <[email protected]>
1 parent ae24592 commit d05ad1f

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
@@ -7,9 +7,12 @@ PATH
77
GEM
88
remote: https://rubygems.org/
99
specs:
10+
addressable (2.8.9)
11+
public_suffix (>= 2.0.2, < 8.0)
1012
ast (2.4.3)
1113
benchmark (0.5.0)
1214
benchmark-ips (2.14.0)
15+
bigdecimal (3.3.1)
1316
cgi (0.5.1)
1417
coderay (1.1.3)
1518
concurrent-ruby (1.3.6)
@@ -26,8 +29,13 @@ GEM
2629
rdoc (>= 4.0.0)
2730
reline (>= 0.4.2)
2831
json (2.18.1)
32+
json-schema (5.2.2)
33+
addressable (~> 2.8)
34+
bigdecimal (~> 3.1)
2935
language_server-protocol (3.17.0.5)
3036
lint_roller (1.1.0)
37+
mcp (0.8.0)
38+
json-schema (>= 4.1)
3139
method_source (1.1.0)
3240
minitest (5.27.0)
3341
parallel (1.27.0)
@@ -46,6 +54,7 @@ GEM
4654
psych (5.3.1)
4755
date
4856
stringio
57+
public_suffix (6.0.2)
4958
racc (1.8.1)
5059
rainbow (3.1.1)
5160
rake (13.3.1)
@@ -56,10 +65,11 @@ GEM
5665
regexp_parser (2.11.3)
5766
reline (0.6.3)
5867
io-console (~> 0.5)
59-
rubocop (1.84.2)
68+
rubocop (1.85.0)
6069
json (~> 2.3)
6170
language_server-protocol (~> 3.17.0.2)
6271
lint_roller (~> 1.1.0)
72+
mcp (~> 0.6)
6373
parallel (~> 1.10)
6474
parser (>= 3.3.0.2)
6575
rainbow (>= 2.2.2, < 4.0)

0 commit comments

Comments
 (0)