Skip to content

Commit 72048a9

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 8060c98 commit 72048a9

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
@@ -111,7 +111,10 @@ GEM
111111
pp (>= 0.6.0)
112112
rdoc (>= 4.0.0)
113113
reline (>= 0.4.2)
114-
json (2.18.0)
114+
json (2.19.1)
115+
json-schema (6.2.0)
116+
addressable (~> 2.8)
117+
bigdecimal (>= 3.1, < 5)
115118
jwt (2.10.2)
116119
base64
117120
language_server-protocol (3.17.0.5)
@@ -124,6 +127,8 @@ GEM
124127
crass (~> 1.0.2)
125128
nokogiri (>= 1.12.0)
126129
lumberjack (1.2.10)
130+
mcp (0.8.0)
131+
json-schema (>= 4.1)
127132
method_source (1.1.0)
128133
mime-types (3.6.0)
129134
logger
@@ -158,13 +163,13 @@ GEM
158163
nenv (~> 0.1)
159164
shellany (~> 0.0)
160165
parallel (1.27.0)
161-
parser (3.3.10.1)
166+
parser (3.3.10.2)
162167
ast (~> 2.4.1)
163168
racc
164169
pp (0.6.3)
165170
prettyprint
166171
prettyprint (0.2.0)
167-
prism (1.8.0)
172+
prism (1.9.0)
168173
pry (0.15.0)
169174
coderay (~> 1.1)
170175
method_source (~> 1.0)
@@ -229,18 +234,19 @@ GEM
229234
diff-lcs (>= 1.2.0, < 2.0)
230235
rspec-support (~> 3.13.0)
231236
rspec-support (3.13.6)
232-
rubocop (1.82.1)
237+
rubocop (1.85.1)
233238
json (~> 2.3)
234239
language_server-protocol (~> 3.17.0.2)
235240
lint_roller (~> 1.1.0)
241+
mcp (~> 0.6)
236242
parallel (~> 1.10)
237243
parser (>= 3.3.0.2)
238244
rainbow (>= 2.2.2, < 4.0)
239245
regexp_parser (>= 2.9.3, < 3.0)
240-
rubocop-ast (>= 1.48.0, < 2.0)
246+
rubocop-ast (>= 1.49.0, < 2.0)
241247
ruby-progressbar (~> 1.7)
242248
unicode-display_width (>= 2.4.0, < 4.0)
243-
rubocop-ast (1.49.0)
249+
rubocop-ast (1.49.1)
244250
parser (>= 3.3.7.2)
245251
prism (~> 1.7)
246252
rubocop-rails (2.34.3)

0 commit comments

Comments
 (0)