Skip to content

Commit bed708c

Browse files
Bump rubocop-performance from 1.23.1 to 1.24.0 (#978)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f04c527 commit bed708c

File tree

2 files changed

+12
-9
lines changed

2 files changed

+12
-9
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ group :development do
6363
gem 'rubocop', '~> 1.71', require: false
6464
gem 'rubocop-capybara', '~> 2.21'
6565
gem 'rubocop-factory_bot', '~> 2.26', require: false
66-
gem 'rubocop-performance', '~> 1.23', require: false
66+
gem 'rubocop-performance', '~> 1.24', require: false
6767
gem 'rubocop-rails', '~> 2.29', require: false
6868
gem 'rubocop-rake', '~> 0.6.0', require: false
6969
gem 'rubocop-rspec', '~> 3.4', require: false

Gemfile.lock

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ GEM
301301
thor (>= 0.14, < 2.0)
302302
jsbundling-rails (1.3.1)
303303
railties (>= 6.0.0)
304-
json (2.9.1)
304+
json (2.10.1)
305305
kaminari (1.2.2)
306306
activesupport (>= 4.1.0)
307307
kaminari-actionview (= 1.2.2)
@@ -322,6 +322,7 @@ GEM
322322
childprocess (~> 5.0)
323323
letter_opener (1.10.0)
324324
launchy (>= 2.2, < 4)
325+
lint_roller (1.1.0)
325326
listen (3.9.0)
326327
rb-fsevent (~> 0.10, >= 0.10.3)
327328
rb-inotify (~> 0.9, >= 0.9.10)
@@ -374,7 +375,7 @@ GEM
374375
parallel (1.26.3)
375376
parallel_tests (4.9.0)
376377
parallel
377-
parser (3.3.7.0)
378+
parser (3.3.7.1)
378379
ast (~> 2.4.1)
379380
racc
380381
pg (1.5.9)
@@ -507,9 +508,10 @@ GEM
507508
rswag-ui (2.16.0)
508509
actionpack (>= 5.2, < 8.1)
509510
railties (>= 5.2, < 8.1)
510-
rubocop (1.71.1)
511+
rubocop (1.72.2)
511512
json (~> 2.3)
512-
language_server-protocol (>= 3.17.0)
513+
language_server-protocol (~> 3.17.0.2)
514+
lint_roller (~> 1.1.0)
513515
parallel (~> 1.10)
514516
parser (>= 3.3.0.2)
515517
rainbow (>= 2.2.2, < 4.0)
@@ -523,9 +525,10 @@ GEM
523525
rubocop (~> 1.41)
524526
rubocop-factory_bot (2.26.1)
525527
rubocop (~> 1.61)
526-
rubocop-performance (1.23.1)
527-
rubocop (>= 1.48.1, < 2.0)
528-
rubocop-ast (>= 1.31.1, < 2.0)
528+
rubocop-performance (1.24.0)
529+
lint_roller (~> 1.1)
530+
rubocop (>= 1.72.1, < 2.0)
531+
rubocop-ast (>= 1.38.0, < 2.0)
529532
rubocop-rails (2.29.1)
530533
activesupport (>= 4.2.0)
531534
rack (>= 1.1)
@@ -659,7 +662,7 @@ DEPENDENCIES
659662
rubocop (~> 1.71)
660663
rubocop-capybara (~> 2.21)
661664
rubocop-factory_bot (~> 2.26)
662-
rubocop-performance (~> 1.23)
665+
rubocop-performance (~> 1.24)
663666
rubocop-rails (~> 2.29)
664667
rubocop-rake (~> 0.6.0)
665668
rubocop-rspec (~> 3.4)

0 commit comments

Comments
 (0)