Skip to content

Commit c6df60f

Browse files
build(deps-dev): 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 03bbdef commit c6df60f

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

Gemfile.lock

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ GEM
1414
securerandom (>= 0.3)
1515
tzinfo (~> 2.0, >= 2.0.5)
1616
uri (>= 0.13.1)
17+
addressable (2.8.8)
18+
public_suffix (>= 2.0.2, < 8.0)
1719
ast (2.4.3)
1820
base64 (0.3.0)
1921
bigdecimal (4.0.1)
@@ -32,13 +34,18 @@ GEM
3234
concurrent-ruby (~> 1.0)
3335
iniparse (1.5.0)
3436
json (2.18.1)
37+
json-schema (6.1.0)
38+
addressable (~> 2.8)
39+
bigdecimal (>= 3.1, < 5)
3540
language_server-protocol (3.17.0.5)
3641
lint_roller (1.1.0)
3742
listen (3.10.0)
3843
logger
3944
rb-fsevent (~> 0.10, >= 0.10.3)
4045
rb-inotify (~> 0.9, >= 0.9.10)
4146
logger (1.7.0)
47+
mcp (0.7.1)
48+
json-schema (>= 4.1)
4249
minitest (6.0.2)
4350
drb (~> 2.0)
4451
prism (~> 1.5)
@@ -54,6 +61,7 @@ GEM
5461
ast (~> 2.4.1)
5562
racc
5663
prism (1.9.0)
64+
public_suffix (7.0.2)
5765
racc (1.8.1)
5866
rainbow (3.1.1)
5967
rake (13.3.1)
@@ -65,10 +73,11 @@ GEM
6573
tsort
6674
regexp_parser (2.11.3)
6775
rexml (3.4.4)
68-
rubocop (1.84.2)
76+
rubocop (1.85.0)
6977
json (~> 2.3)
7078
language_server-protocol (~> 3.17.0.2)
7179
lint_roller (~> 1.1.0)
80+
mcp (~> 0.6)
7281
parallel (~> 1.10)
7382
parser (>= 3.3.0.2)
7483
rainbow (>= 2.2.2, < 4.0)

0 commit comments

Comments
 (0)