Skip to content

Commit 7b27f15

Browse files
build(deps-dev): bump rubocop from 1.81.7 to 1.82.0 (#4708)
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.81.7 to 1.82.0. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.81.7...v1.82.0) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.82.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d02a904 commit 7b27f15

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
@@ -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.81.7'
82+
gem 'rubocop', '~> 1.82.0'
8383
gem 'rubocop-capybara'
8484
gem 'rubocop-factory_bot'
8585
gem 'rubocop-rails', '~> 2.34'

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ GEM
268268
rdoc (>= 4.0.0)
269269
reline (>= 0.4.2)
270270
jaro_winkler (1.6.1)
271-
json (2.16.0)
271+
json (2.18.0)
272272
json-diff (0.4.1)
273273
json-schema (6.0.0)
274274
addressable (~> 2.8)
@@ -463,15 +463,15 @@ GEM
463463
activesupport (>= 3.0.0)
464464
mustache (~> 1.0, >= 0.99.4)
465465
rspec (~> 3.0)
466-
rubocop (1.81.7)
466+
rubocop (1.82.0)
467467
json (~> 2.3)
468468
language_server-protocol (~> 3.17.0.2)
469469
lint_roller (~> 1.1.0)
470470
parallel (~> 1.10)
471471
parser (>= 3.3.0.2)
472472
rainbow (>= 2.2.2, < 4.0)
473473
regexp_parser (>= 2.9.3, < 3.0)
474-
rubocop-ast (>= 1.47.1, < 2.0)
474+
rubocop-ast (>= 1.48.0, < 2.0)
475475
ruby-progressbar (~> 1.7)
476476
unicode-display_width (>= 2.4.0, < 4.0)
477477
rubocop-ast (1.48.0)
@@ -663,7 +663,7 @@ DEPENDENCIES
663663
rspec-rails (~> 8.0.2)
664664
rspec-wait
665665
rspec_api_documentation (>= 6.1.0)
666-
rubocop (~> 1.81.7)
666+
rubocop (~> 1.82.0)
667667
rubocop-capybara
668668
rubocop-factory_bot
669669
rubocop-rails (~> 2.34)

0 commit comments

Comments
 (0)