Skip to content

Commit eeb8e70

Browse files
Bump rubocop from 1.76.1 to 1.77.0 (#1102)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3e68e8a commit eeb8e70

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ group :development do
6060
gem 'listen', '~> 3.9'
6161
gem 'rails_best_practices', '~> 1.20'
6262
gem 'reek', '~> 6.5'
63-
gem 'rubocop', '~> 1.76', require: false
63+
gem 'rubocop', '~> 1.77', require: false
6464
gem 'rubocop-capybara', '~> 2.22'
6565
gem 'rubocop-factory_bot', '~> 2.27', require: false
6666
gem 'rubocop-performance', '~> 1.25', require: false

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -533,15 +533,15 @@ GEM
533533
rswag-ui (2.16.0)
534534
actionpack (>= 5.2, < 8.1)
535535
railties (>= 5.2, < 8.1)
536-
rubocop (1.76.1)
536+
rubocop (1.77.0)
537537
json (~> 2.3)
538538
language_server-protocol (~> 3.17.0.2)
539539
lint_roller (~> 1.1.0)
540540
parallel (~> 1.10)
541541
parser (>= 3.3.0.2)
542542
rainbow (>= 2.2.2, < 4.0)
543543
regexp_parser (>= 2.9.3, < 3.0)
544-
rubocop-ast (>= 1.45.0, < 2.0)
544+
rubocop-ast (>= 1.45.1, < 2.0)
545545
ruby-progressbar (~> 1.7)
546546
unicode-display_width (>= 2.4.0, < 4.0)
547547
rubocop-ast (1.45.1)
@@ -694,7 +694,7 @@ DEPENDENCIES
694694
rspec-retry!
695695
rswag-api (~> 2.16.0)
696696
rswag-ui (~> 2.16.0)
697-
rubocop (~> 1.76)
697+
rubocop (~> 1.77)
698698
rubocop-capybara (~> 2.22)
699699
rubocop-factory_bot (~> 2.27)
700700
rubocop-performance (~> 1.25)

0 commit comments

Comments
 (0)