Skip to content

Commit 20386a2

Browse files
authored
Merge pull request #3239 from TracksApp/dependabot/bundler/rubocop-1.85.1
Bump rubocop from 1.82.1 to 1.85.1
2 parents f2eb091 + 0c3b745 commit 20386a2

File tree

2 files changed

+16
-7
lines changed

2 files changed

+16
-7
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ end
5454

5555
group :development, :test, :optional => true do
5656
gem 'byebug'
57-
gem 'rubocop', '~> 1.82'
57+
gem 'rubocop', '~> 1.85'
5858
end
5959

6060
group :test, :optional => true do

Gemfile.lock

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ GEM
8787
acts_as_list (1.2.6)
8888
activerecord (>= 6.1)
8989
activesupport (>= 6.1)
90+
addressable (2.8.9)
91+
public_suffix (>= 2.0.2, < 8.0)
9092
ast (2.4.3)
9193
autoprefixer-rails (10.4.21.0)
9294
execjs (~> 2)
@@ -182,7 +184,10 @@ GEM
182184
railties (>= 3.2.16)
183185
jquery_block_ui (0.0.1)
184186
rails (>= 3.1)
185-
json (2.18.0)
187+
json (2.18.1)
188+
json-schema (6.1.0)
189+
addressable (~> 2.8)
190+
bigdecimal (>= 3.1, < 5)
186191
kramdown (2.5.2)
187192
rexml (>= 3.4.4)
188193
kramdown-parser-gfm (1.1.0)
@@ -211,6 +216,8 @@ GEM
211216
net-pop
212217
net-smtp
213218
marcel (1.0.4)
219+
mcp (0.8.0)
220+
json-schema (>= 4.1)
214221
mime-types (3.4.1)
215222
mime-types-data (~> 3.2015)
216223
mime-types-data (3.2023.0218.1)
@@ -241,17 +248,18 @@ GEM
241248
open3 (0.2.1)
242249
ostruct (0.6.3)
243250
parallel (1.27.0)
244-
parser (3.3.10.1)
251+
parser (3.3.10.2)
245252
ast (~> 2.4.1)
246253
racc
247254
pg (1.6.3)
248255
pp (0.6.3)
249256
prettyprint
250257
prettyprint (0.2.0)
251-
prism (1.8.0)
258+
prism (1.9.0)
252259
psych (5.2.6)
253260
date
254261
stringio
262+
public_suffix (7.0.5)
255263
puma (7.2.0)
256264
nio4r (~> 2.0)
257265
racc (1.8.1)
@@ -328,15 +336,16 @@ GEM
328336
diff-lcs (>= 1.2.0, < 2.0)
329337
rspec-support (~> 3.13.0)
330338
rspec-support (3.13.4)
331-
rubocop (1.82.1)
339+
rubocop (1.85.1)
332340
json (~> 2.3)
333341
language_server-protocol (~> 3.17.0.2)
334342
lint_roller (~> 1.1.0)
343+
mcp (~> 0.6)
335344
parallel (~> 1.10)
336345
parser (>= 3.3.0.2)
337346
rainbow (>= 2.2.2, < 4.0)
338347
regexp_parser (>= 2.9.3, < 3.0)
339-
rubocop-ast (>= 1.48.0, < 2.0)
348+
rubocop-ast (>= 1.49.0, < 2.0)
340349
ruby-progressbar (~> 1.7)
341350
unicode-display_width (>= 2.4.0, < 4.0)
342351
rubocop-ast (1.49.0)
@@ -471,7 +480,7 @@ DEPENDENCIES
471480
rails_autolink
472481
rexml
473482
rspec-expectations
474-
rubocop (~> 1.82)
483+
rubocop (~> 1.85)
475484
sanitize (~> 7.0)
476485
simplecov
477486
solargraph

0 commit comments

Comments
 (0)