Skip to content

Commit 2447911

Browse files
Bump rubocop from 1.75.8 to 1.76.1 (#1090)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 946c972 commit 2447911

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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.75', require: false
63+
gem 'rubocop', '~> 1.76', 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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -531,18 +531,18 @@ GEM
531531
rswag-ui (2.16.0)
532532
actionpack (>= 5.2, < 8.1)
533533
railties (>= 5.2, < 8.1)
534-
rubocop (1.75.8)
534+
rubocop (1.76.1)
535535
json (~> 2.3)
536536
language_server-protocol (~> 3.17.0.2)
537537
lint_roller (~> 1.1.0)
538538
parallel (~> 1.10)
539539
parser (>= 3.3.0.2)
540540
rainbow (>= 2.2.2, < 4.0)
541541
regexp_parser (>= 2.9.3, < 3.0)
542-
rubocop-ast (>= 1.44.0, < 2.0)
542+
rubocop-ast (>= 1.45.0, < 2.0)
543543
ruby-progressbar (~> 1.7)
544544
unicode-display_width (>= 2.4.0, < 4.0)
545-
rubocop-ast (1.44.1)
545+
rubocop-ast (1.45.1)
546546
parser (>= 3.3.7.2)
547547
prism (~> 1.4)
548548
rubocop-capybara (2.22.1)
@@ -692,7 +692,7 @@ DEPENDENCIES
692692
rspec-retry!
693693
rswag-api (~> 2.16.0)
694694
rswag-ui (~> 2.16.0)
695-
rubocop (~> 1.75)
695+
rubocop (~> 1.76)
696696
rubocop-capybara (~> 2.22)
697697
rubocop-factory_bot (~> 2.27)
698698
rubocop-performance (~> 1.25)

0 commit comments

Comments
 (0)