Skip to content

Commit 4acada2

Browse files
build(deps-dev): bump rubocop from 1.80.2 to 1.81.0 (#4580)
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.80.2 to 1.81.0. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.80.2...v1.81.0) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.81.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 5717ba8 commit 4acada2

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ group :test do
8484
gem 'rspec-its'
8585
gem 'rspec-rails', '~> 8.0.2'
8686
gem 'rspec-wait'
87-
gem 'rubocop', '~> 1.80.2'
87+
gem 'rubocop', '~> 1.81.0'
8888
gem 'rubocop-capybara'
8989
gem 'rubocop-factory_bot'
9090
gem 'rubocop-rails', '~> 2.33'

Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ GEM
281281
rdoc (>= 4.0.0)
282282
reline (>= 0.4.2)
283283
jaro_winkler (1.6.1)
284-
json (2.14.1)
284+
json (2.15.0)
285285
json-diff (0.4.1)
286286
json-schema (6.0.0)
287287
addressable (~> 2.8)
@@ -483,18 +483,18 @@ GEM
483483
activesupport (>= 3.0.0)
484484
mustache (~> 1.0, >= 0.99.4)
485485
rspec (~> 3.0)
486-
rubocop (1.80.2)
486+
rubocop (1.81.0)
487487
json (~> 2.3)
488488
language_server-protocol (~> 3.17.0.2)
489489
lint_roller (~> 1.1.0)
490490
parallel (~> 1.10)
491491
parser (>= 3.3.0.2)
492492
rainbow (>= 2.2.2, < 4.0)
493493
regexp_parser (>= 2.9.3, < 3.0)
494-
rubocop-ast (>= 1.46.0, < 2.0)
494+
rubocop-ast (>= 1.47.1, < 2.0)
495495
ruby-progressbar (~> 1.7)
496496
unicode-display_width (>= 2.4.0, < 4.0)
497-
rubocop-ast (1.46.0)
497+
rubocop-ast (1.47.1)
498498
parser (>= 3.3.7.2)
499499
prism (~> 1.4)
500500
rubocop-capybara (2.22.1)
@@ -692,7 +692,7 @@ DEPENDENCIES
692692
rspec-rails (~> 8.0.2)
693693
rspec-wait
694694
rspec_api_documentation (>= 6.1.0)
695-
rubocop (~> 1.80.2)
695+
rubocop (~> 1.81.0)
696696
rubocop-capybara
697697
rubocop-factory_bot
698698
rubocop-rails (~> 2.33)

0 commit comments

Comments
 (0)