Skip to content

Commit 47bb689

Browse files
chore(deps-dev): bump rubocop from 1.82.1 to 1.85.1
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.82.1 to 1.85.1. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.82.1...v1.85.1) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.85.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d358fcb commit 47bb689

1 file changed

Lines changed: 12 additions & 6 deletions

File tree

Gemfile.lock

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,10 @@ GEM
7676
domain_name (~> 0.5)
7777
i18n (1.14.8)
7878
concurrent-ruby (~> 1.0)
79-
json (2.18.0)
79+
json (2.19.1)
80+
json-schema (6.2.0)
81+
addressable (~> 2.8)
82+
bigdecimal (>= 3.1, < 5)
8083
jwt (2.10.2)
8184
base64
8285
language_server-protocol (3.17.0.5)
@@ -86,6 +89,8 @@ GEM
8689
rb-inotify (~> 0.9, >= 0.9.10)
8790
logger (1.7.0)
8891
lumberjack (1.2.10)
92+
mcp (0.8.0)
93+
json-schema (>= 4.1)
8994
method_source (1.1.0)
9095
mime-types (3.6.0)
9196
logger
@@ -99,13 +104,13 @@ GEM
99104
nenv (~> 0.1)
100105
shellany (~> 0.0)
101106
parallel (1.27.0)
102-
parser (3.3.10.1)
107+
parser (3.3.10.2)
103108
ast (~> 2.4.1)
104109
racc
105110
pp (0.6.3)
106111
prettyprint
107112
prettyprint (0.2.0)
108-
prism (1.8.0)
113+
prism (1.9.0)
109114
pry (0.15.0)
110115
coderay (~> 1.1)
111116
method_source (~> 1.0)
@@ -138,18 +143,19 @@ GEM
138143
diff-lcs (>= 1.2.0, < 2.0)
139144
rspec-support (~> 3.13.0)
140145
rspec-support (3.13.6)
141-
rubocop (1.82.1)
146+
rubocop (1.85.1)
142147
json (~> 2.3)
143148
language_server-protocol (~> 3.17.0.2)
144149
lint_roller (~> 1.1.0)
150+
mcp (~> 0.6)
145151
parallel (~> 1.10)
146152
parser (>= 3.3.0.2)
147153
rainbow (>= 2.2.2, < 4.0)
148154
regexp_parser (>= 2.9.3, < 3.0)
149-
rubocop-ast (>= 1.48.0, < 2.0)
155+
rubocop-ast (>= 1.49.0, < 2.0)
150156
ruby-progressbar (~> 1.7)
151157
unicode-display_width (>= 2.4.0, < 4.0)
152-
rubocop-ast (1.49.0)
158+
rubocop-ast (1.49.1)
153159
parser (>= 3.3.7.2)
154160
prism (~> 1.7)
155161
rubocop-rails (2.34.3)

0 commit comments

Comments
 (0)