Skip to content

Commit 1734223

Browse files
build(deps-dev): bump rubocop from 1.82.1 to 1.84.0
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.82.1 to 1.84.0. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.82.1...v1.84.0) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.84.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 49902f6 commit 1734223

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
@@ -79,7 +79,7 @@ group :test do
7979
gem 'rspec-its'
8080
gem 'rspec-rails', '~> 8.0.2'
8181
gem 'rspec-wait'
82-
gem 'rubocop', '~> 1.82.1'
82+
gem 'rubocop', '~> 1.84.0'
8383
gem 'rubocop-capybara'
8484
gem 'rubocop-factory_bot'
8585
gem 'rubocop-rails', '~> 2.34'

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -474,15 +474,15 @@ GEM
474474
activesupport (>= 3.0.0)
475475
mustache (~> 1.0, >= 0.99.4)
476476
rspec (~> 3.0)
477-
rubocop (1.82.1)
477+
rubocop (1.84.0)
478478
json (~> 2.3)
479479
language_server-protocol (~> 3.17.0.2)
480480
lint_roller (~> 1.1.0)
481481
parallel (~> 1.10)
482482
parser (>= 3.3.0.2)
483483
rainbow (>= 2.2.2, < 4.0)
484484
regexp_parser (>= 2.9.3, < 3.0)
485-
rubocop-ast (>= 1.48.0, < 2.0)
485+
rubocop-ast (>= 1.49.0, < 2.0)
486486
ruby-progressbar (~> 1.7)
487487
unicode-display_width (>= 2.4.0, < 4.0)
488488
rubocop-ast (1.49.0)
@@ -678,7 +678,7 @@ DEPENDENCIES
678678
rspec-rails (~> 8.0.2)
679679
rspec-wait
680680
rspec_api_documentation (>= 6.1.0)
681-
rubocop (~> 1.82.1)
681+
rubocop (~> 1.84.0)
682682
rubocop-capybara
683683
rubocop-factory_bot
684684
rubocop-rails (~> 2.34)

0 commit comments

Comments
 (0)