Skip to content

Commit 0db5440

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 f918c5f commit 0db5440

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

Gemfile.lock

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ GEM
2828
minitest (>= 5.1)
2929
securerandom (>= 0.3)
3030
tzinfo (~> 2.0, >= 2.0.5)
31+
addressable (2.8.9)
32+
public_suffix (>= 2.0.2, < 8.0)
3133
ast (2.4.3)
3234
base64 (0.3.0)
3335
benchmark (0.5.0)
@@ -42,12 +44,16 @@ GEM
4244
i18n (1.14.8)
4345
concurrent-ruby (~> 1.0)
4446
json (2.18.1)
47+
json-schema (5.1.0)
48+
addressable (~> 2.8)
4549
language_server-protocol (3.17.0.5)
4650
lint_roller (1.1.0)
4751
logger (1.7.0)
4852
loofah (2.24.1)
4953
crass (~> 1.0.2)
5054
nokogiri (>= 1.12.0)
55+
mcp (0.7.1)
56+
json-schema (>= 4.1)
5157
mini_portile2 (2.8.9)
5258
minitest (5.27.0)
5359
nokogiri (1.18.10)
@@ -60,10 +66,11 @@ GEM
6066
nokogiri (1.18.10-x86_64-linux-gnu)
6167
racc (~> 1.4)
6268
parallel (1.27.0)
63-
parser (3.3.10.1)
69+
parser (3.3.10.2)
6470
ast (~> 2.4.1)
6571
racc
6672
prism (1.9.0)
73+
public_suffix (6.0.2)
6774
racc (1.8.1)
6875
rack (3.2.5)
6976
rails-dom-testing (2.3.0)
@@ -76,10 +83,11 @@ GEM
7683
rainbow (3.1.1)
7784
rake (13.3.1)
7885
regexp_parser (2.11.3)
79-
rubocop (1.84.2)
86+
rubocop (1.85.0)
8087
json (~> 2.3)
8188
language_server-protocol (~> 3.17.0.2)
8289
lint_roller (~> 1.1.0)
90+
mcp (~> 0.6)
8391
parallel (~> 1.10)
8492
parser (>= 3.3.0.2)
8593
rainbow (>= 2.2.2, < 4.0)

0 commit comments

Comments
 (0)