Skip to content

Commit 1c1f63c

Browse files
Bump rubocop from 1.72.2 to 1.73.2
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.72.2 to 1.73.2. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.72.2...v1.73.2) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7474d9e commit 1c1f63c

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.4'
63-
gem 'rubocop', '~> 1.71', require: false
63+
gem 'rubocop', '~> 1.73', require: false
6464
gem 'rubocop-capybara', '~> 2.21'
6565
gem 'rubocop-factory_bot', '~> 2.26', require: false
6666
gem 'rubocop-performance', '~> 1.24', require: false

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ GEM
511511
rswag-ui (2.16.0)
512512
actionpack (>= 5.2, < 8.1)
513513
railties (>= 5.2, < 8.1)
514-
rubocop (1.72.2)
514+
rubocop (1.73.2)
515515
json (~> 2.3)
516516
language_server-protocol (~> 3.17.0.2)
517517
lint_roller (~> 1.1.0)
@@ -522,7 +522,7 @@ GEM
522522
rubocop-ast (>= 1.38.0, < 2.0)
523523
ruby-progressbar (~> 1.7)
524524
unicode-display_width (>= 2.4.0, < 4.0)
525-
rubocop-ast (1.38.0)
525+
rubocop-ast (1.38.1)
526526
parser (>= 3.3.1.0)
527527
rubocop-capybara (2.21.0)
528528
rubocop (~> 1.41)
@@ -666,7 +666,7 @@ DEPENDENCIES
666666
rspec-retry!
667667
rswag-api (~> 2.16.0)
668668
rswag-ui (~> 2.16.0)
669-
rubocop (~> 1.71)
669+
rubocop (~> 1.73)
670670
rubocop-capybara (~> 2.21)
671671
rubocop-factory_bot (~> 2.26)
672672
rubocop-performance (~> 1.24)

0 commit comments

Comments
 (0)