Skip to content

Commit 023c88b

Browse files
chore(deps): update rubocop
1 parent e5886a9 commit 023c88b

File tree

2 files changed

+33
-27
lines changed

2 files changed

+33
-27
lines changed

Gemfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,12 @@ group :development, :test do
7373
gem 'rspec-rails'
7474
gem 'rspec-sidekiq'
7575
gem 'rspec-teamcity', require: false
76-
gem 'rubocop', '~> 1.75.0'
77-
gem 'rubocop-factory_bot', '~> 2.27.0'
78-
gem 'rubocop-performance', '~> 1.24.0'
79-
gem 'rubocop-rails', '~> 2.30.0'
80-
gem 'rubocop-rspec', '~> 3.5.0'
81-
gem 'rubocop-rspec_rails', '~> 2.31.0'
76+
gem 'rubocop', '~> 1.85.0'
77+
gem 'rubocop-factory_bot', '~> 2.28.0'
78+
gem 'rubocop-performance', '~> 1.26.0'
79+
gem 'rubocop-rails', '~> 2.34.0'
80+
gem 'rubocop-rspec', '~> 3.9.0'
81+
gem 'rubocop-rspec_rails', '~> 2.32.0'
8282
gem 'simplecov'
8383
gem 'timecop'
8484
gem 'webmock'

Gemfile.lock

Lines changed: 27 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,9 @@ GEM
192192
iso_country_codes (0.7.8)
193193
jmespath (1.6.2)
194194
json (2.10.2)
195+
json-schema (6.2.0)
196+
addressable (~> 2.8)
197+
bigdecimal (>= 3.1, < 5)
195198
language_server-protocol (3.17.0.4)
196199
link_header (0.0.8)
197200
lint_roller (1.1.0)
@@ -213,6 +216,8 @@ GEM
213216
net-smtp
214217
marcel (1.0.4)
215218
maxminddb (0.1.22)
219+
mcp (0.8.0)
220+
json-schema (>= 4.1)
216221
memory_profiler (1.1.0)
217222
mini_mime (1.1.5)
218223
mini_portile2 (2.8.8)
@@ -261,7 +266,7 @@ GEM
261266
pp (0.6.2)
262267
prettyprint
263268
prettyprint (0.2.0)
264-
prism (1.4.0)
269+
prism (1.9.0)
265270
psych (5.2.3)
266271
date
267272
stringio
@@ -381,37 +386,38 @@ GEM
381386
rspec-support (3.13.2)
382387
rspec-teamcity (1.0.0)
383388
rspec (>= 2.99, >= 2.14.2, < 4)
384-
rubocop (1.75.1)
389+
rubocop (1.85.1)
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)
391397
regexp_parser (>= 2.9.3, < 3.0)
392-
rubocop-ast (>= 1.43.0, < 2.0)
398+
rubocop-ast (>= 1.49.0, < 2.0)
393399
ruby-progressbar (~> 1.7)
394400
unicode-display_width (>= 2.4.0, < 4.0)
395-
rubocop-ast (1.43.0)
401+
rubocop-ast (1.49.1)
396402
parser (>= 3.3.7.2)
397-
prism (~> 1.4)
398-
rubocop-factory_bot (2.27.0)
403+
prism (~> 1.7)
404+
rubocop-factory_bot (2.28.0)
399405
lint_roller (~> 1.1)
400406
rubocop (~> 1.72, >= 1.72.1)
401-
rubocop-performance (1.24.0)
407+
rubocop-performance (1.26.1)
402408
lint_roller (~> 1.1)
403-
rubocop (>= 1.72.1, < 2.0)
404-
rubocop-ast (>= 1.38.0, < 2.0)
405-
rubocop-rails (2.30.3)
409+
rubocop (>= 1.75.0, < 2.0)
410+
rubocop-ast (>= 1.47.1, < 2.0)
411+
rubocop-rails (2.34.3)
406412
activesupport (>= 4.2.0)
407413
lint_roller (~> 1.1)
408414
rack (>= 1.1)
409-
rubocop (>= 1.72.1, < 2.0)
410-
rubocop-ast (>= 1.38.0, < 2.0)
411-
rubocop-rspec (3.5.0)
415+
rubocop (>= 1.75.0, < 2.0)
416+
rubocop-ast (>= 1.44.0, < 2.0)
417+
rubocop-rspec (3.9.0)
412418
lint_roller (~> 1.1)
413-
rubocop (~> 1.72, >= 1.72.1)
414-
rubocop-rspec_rails (2.31.0)
419+
rubocop (~> 1.81)
420+
rubocop-rspec_rails (2.32.0)
415421
lint_roller (~> 1.1)
416422
rubocop (~> 1.72, >= 1.72.1)
417423
rubocop-rspec (~> 3.5)
@@ -526,12 +532,12 @@ DEPENDENCIES
526532
rspec-rails
527533
rspec-sidekiq
528534
rspec-teamcity
529-
rubocop (~> 1.75.0)
530-
rubocop-factory_bot (~> 2.27.0)
531-
rubocop-performance (~> 1.24.0)
532-
rubocop-rails (~> 2.30.0)
533-
rubocop-rspec (~> 3.5.0)
534-
rubocop-rspec_rails (~> 2.31.0)
535+
rubocop (~> 1.85.0)
536+
rubocop-factory_bot (~> 2.28.0)
537+
rubocop-performance (~> 1.26.0)
538+
rubocop-rails (~> 2.34.0)
539+
rubocop-rspec (~> 3.9.0)
540+
rubocop-rspec_rails (~> 2.32.0)
535541
ruby-prof
536542
sentry-rails
537543
sentry-ruby

0 commit comments

Comments
 (0)