Skip to content

Commit 7b8e63d

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 47aeddf commit 7b8e63d

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

Gemfile.lock

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,9 @@ GEM
193193
rdoc (>= 4.0.0)
194194
reline (>= 0.4.2)
195195
json (2.18.1)
196+
json-schema (6.1.0)
197+
addressable (~> 2.8)
198+
bigdecimal (>= 3.1, < 5)
196199
jwt (3.1.2)
197200
base64
198201
kt-paperclip (7.3.0)
@@ -218,6 +221,8 @@ GEM
218221
net-pop
219222
net-smtp
220223
marcel (1.0.4)
224+
mcp (0.7.1)
225+
json-schema (>= 4.1)
221226
mime-types (3.7.0)
222227
logger
223228
mime-types-data (~> 3.2025, >= 3.2025.0507)
@@ -288,7 +293,7 @@ GEM
288293
orm_adapter (0.5.0)
289294
ostruct (0.6.3)
290295
parallel (1.27.0)
291-
parser (3.3.10.1)
296+
parser (3.3.10.2)
292297
ast (~> 2.4.1)
293298
racc
294299
pp (0.6.3)
@@ -381,10 +386,11 @@ GEM
381386
rspec-mocks (~> 3.13)
382387
rspec-support (~> 3.13)
383388
rspec-support (3.13.7)
384-
rubocop (1.84.2)
389+
rubocop (1.85.0)
385390
json (~> 2.3)
386391
language_server-protocol (~> 3.17.0.2)
387392
lint_roller (~> 1.1.0)
393+
mcp (~> 0.6)
388394
parallel (~> 1.10)
389395
parser (>= 3.3.0.2)
390396
rainbow (>= 2.2.2, < 4.0)

0 commit comments

Comments
 (0)