Skip to content

Commit fd19fce

Browse files
authored
Merge pull request #451 from ZeusWPI/dependabot/bundler/rubocop-4124cc5fc6
Bump rubocop from 1.85.1 to 1.86.0 in the rubocop group
2 parents c00ec4c + af679be commit fd19fce

2 files changed

Lines changed: 7 additions & 13 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ end
4545
group :development do
4646
gem 'annotaterb', '~> 4.22', require: false
4747
gem 'brakeman', '~> 8.0.4', require: false
48-
gem 'rubocop', '~> 1.85.1', require: false
48+
gem 'rubocop', '~> 1.86.0', require: false
4949
gem 'rubocop-minitest', '~> 0.39.1', require: false
5050
gem 'rubocop-rails', '~> 2.34', require: false
5151
gem 'web-console', '~> 4.3.0'

Gemfile.lock

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ GEM
8282
activesupport (>= 6.0.0)
8383
ast (2.4.3)
8484
base64 (0.3.0)
85-
bigdecimal (4.0.1)
85+
bigdecimal (4.1.0)
8686
bindex (0.8.1)
8787
bootsnap (1.23.0)
8888
msgpack (~> 1.2)
@@ -151,10 +151,7 @@ GEM
151151
prism (>= 1.3.0)
152152
rdoc (>= 4.0.0)
153153
reline (>= 0.4.2)
154-
json (2.19.2)
155-
json-schema (6.2.0)
156-
addressable (~> 2.8)
157-
bigdecimal (>= 3.1, < 5)
154+
json (2.19.3)
158155
jwt (2.10.2)
159156
base64
160157
language_server-protocol (3.17.0.5)
@@ -171,8 +168,6 @@ GEM
171168
net-smtp
172169
marcel (1.1.0)
173170
matrix (0.4.3)
174-
mcp (0.8.0)
175-
json-schema (>= 4.1)
176171
mini_mime (1.1.5)
177172
minitest (6.0.2)
178173
drb (~> 2.0)
@@ -215,7 +210,7 @@ GEM
215210
multi_xml (~> 0.5)
216211
rack (>= 1.2, < 4)
217212
parallel (1.27.0)
218-
parser (3.3.10.2)
213+
parser (3.3.11.1)
219214
ast (~> 2.4.1)
220215
racc
221216
pg (1.6.3)
@@ -292,19 +287,18 @@ GEM
292287
reline (0.6.3)
293288
io-console (~> 0.5)
294289
rexml (3.4.4)
295-
rubocop (1.85.1)
290+
rubocop (1.86.0)
296291
json (~> 2.3)
297292
language_server-protocol (~> 3.17.0.2)
298293
lint_roller (~> 1.1.0)
299-
mcp (~> 0.6)
300294
parallel (~> 1.10)
301295
parser (>= 3.3.0.2)
302296
rainbow (>= 2.2.2, < 4.0)
303297
regexp_parser (>= 2.9.3, < 3.0)
304298
rubocop-ast (>= 1.49.0, < 2.0)
305299
ruby-progressbar (~> 1.7)
306300
unicode-display_width (>= 2.4.0, < 4.0)
307-
rubocop-ast (1.49.0)
301+
rubocop-ast (1.49.1)
308302
parser (>= 3.3.7.2)
309303
prism (~> 1.7)
310304
rubocop-minitest (0.39.1)
@@ -390,7 +384,7 @@ DEPENDENCIES
390384
puma (~> 7.2)
391385
rack-cors (~> 3.0.0)
392386
rails (~> 8.1.2)
393-
rubocop (~> 1.85.1)
387+
rubocop (~> 1.86.0)
394388
rubocop-minitest (~> 0.39.1)
395389
rubocop-rails (~> 2.34)
396390
rugged (~> 1.9.0)

0 commit comments

Comments
 (0)