Skip to content

Commit 09cbeac

Browse files
build(deps-dev): bump rubocop from 1.84.0 to 1.85.1
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.84.0 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.84.0...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 0c13991 commit 09cbeac

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

Gemfile.lock

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,10 @@ GEM
8383
i18n (1.14.8)
8484
concurrent-ruby (~> 1.0)
8585
jmespath (1.6.2)
86-
json (2.18.1)
86+
json (2.19.1)
87+
json-schema (6.2.0)
88+
addressable (~> 2.8)
89+
bigdecimal (>= 3.1, < 5)
8790
jwt (2.10.1)
8891
base64
8992
language_server-protocol (3.17.0.5)
@@ -93,6 +96,8 @@ GEM
9396
logging (2.4.0)
9497
little-plugger (~> 1.1)
9598
multi_json (~> 1.14)
99+
mcp (0.8.0)
100+
json-schema (>= 4.1)
96101
minitest (6.0.1)
97102
prism (~> 1.5)
98103
mono_logger (1.1.2)
@@ -116,7 +121,7 @@ GEM
116121
sawyer (~> 0.9)
117122
openssl (4.0.0)
118123
parallel (1.27.0)
119-
parser (3.3.10.1)
124+
parser (3.3.10.2)
120125
ast (~> 2.4.1)
121126
racc
122127
prism (1.9.0)
@@ -154,10 +159,11 @@ GEM
154159
diff-lcs (>= 1.2.0, < 2.0)
155160
rspec-support (~> 3.13.0)
156161
rspec-support (3.13.6)
157-
rubocop (1.84.0)
162+
rubocop (1.85.1)
158163
json (~> 2.3)
159164
language_server-protocol (~> 3.17.0.2)
160165
lint_roller (~> 1.1.0)
166+
mcp (~> 0.6)
161167
parallel (~> 1.10)
162168
parser (>= 3.3.0.2)
163169
rainbow (>= 2.2.2, < 4.0)

0 commit comments

Comments
 (0)