Skip to content

Commit 41981f2

Browse files
Bump rubocop from 1.65.1 to 1.66.0 (#827)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e2f033d commit 41981f2

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ group :development do
6161
gem 'listen', '~> 3.9'
6262
gem 'rails_best_practices', '~> 1.20'
6363
gem 'reek', '~> 6.3'
64-
gem 'rubocop', '~> 1.65', require: false
64+
gem 'rubocop', '~> 1.66', require: false
6565
gem 'rubocop-capybara', '~> 2.21'
6666
gem 'rubocop-factory_bot', '~> 2.26', require: false
6767
gem 'rubocop-performance', '~> 1.21', require: false

Gemfile.lock

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -512,15 +512,14 @@ GEM
512512
rswag-ui (2.14.0)
513513
actionpack (>= 5.2, < 8.0)
514514
railties (>= 5.2, < 8.0)
515-
rubocop (1.65.1)
515+
rubocop (1.66.0)
516516
json (~> 2.3)
517517
language_server-protocol (>= 3.17.0)
518518
parallel (~> 1.10)
519519
parser (>= 3.3.0.2)
520520
rainbow (>= 2.2.2, < 4.0)
521521
regexp_parser (>= 2.4, < 3.0)
522-
rexml (>= 3.2.5, < 4.0)
523-
rubocop-ast (>= 1.31.1, < 2.0)
522+
rubocop-ast (>= 1.32.1, < 2.0)
524523
ruby-progressbar (~> 1.7)
525524
unicode-display_width (>= 2.4.0, < 3.0)
526525
rubocop-ast (1.32.1)
@@ -665,7 +664,7 @@ DEPENDENCIES
665664
rspec-retry!
666665
rswag-api (~> 2.14.0)
667666
rswag-ui (~> 2.14.0)
668-
rubocop (~> 1.65)
667+
rubocop (~> 1.66)
669668
rubocop-capybara (~> 2.21)
670669
rubocop-factory_bot (~> 2.26)
671670
rubocop-performance (~> 1.21)

0 commit comments

Comments
 (0)