Skip to content

Commit 5296c74

Browse files
Bump rubocop from 1.84.1 to 1.85.0
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.84.1 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.1...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 ce01cdf commit 5296c74

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

Gemfile.lock

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,9 @@ GEM
8989
concurrent-ruby (~> 1.0)
9090
io-console (0.8.2)
9191
json (2.18.1)
92+
json-schema (6.1.0)
93+
addressable (~> 2.8)
94+
bigdecimal (>= 3.1, < 5)
9295
jsonpath (1.1.5)
9396
multi_json
9497
language_server-protocol (3.17.0.5)
@@ -107,6 +110,8 @@ GEM
107110
rexml
108111
marc-fastxmlwriter (1.1.0)
109112
marc (~> 1.0)
113+
mcp (0.7.1)
114+
json-schema (>= 4.1)
110115
method_source (1.1.0)
111116
mini_mime (1.1.5)
112117
minitest (5.25.4)
@@ -126,7 +131,7 @@ GEM
126131
shellany (~> 0.0)
127132
ostruct (0.6.3)
128133
parallel (1.27.0)
129-
parser (3.3.10.1)
134+
parser (3.3.10.2)
130135
ast (~> 2.4.1)
131136
racc
132137
prism (1.9.0)
@@ -160,10 +165,11 @@ GEM
160165
diff-lcs (>= 1.2.0, < 2.0)
161166
rspec-support (~> 3.13.0)
162167
rspec-support (3.13.6)
163-
rubocop (1.84.1)
168+
rubocop (1.85.0)
164169
json (~> 2.3)
165170
language_server-protocol (~> 3.17.0.2)
166171
lint_roller (~> 1.1.0)
172+
mcp (~> 0.6)
167173
parallel (~> 1.10)
168174
parser (>= 3.3.0.2)
169175
rainbow (>= 2.2.2, < 4.0)
@@ -227,8 +233,8 @@ DEPENDENCIES
227233
cob_web_index!
228234
guard (~> 2.20)
229235
guard-rspec (~> 4.7)
230-
pry (~> 0.15)
231-
pry-byebug (~> 3.10)
236+
pry (~> 0.15, >= 0)
237+
pry-byebug (~> 3.10, >= 0)
232238
rake (~> 13.0)
233239
rspec (~> 3.0)
234240
rubocop (~> 1.5)

0 commit comments

Comments
 (0)