Skip to content

Commit f203cb2

Browse files
build(deps-dev): bump rubocop from 1.70.0 to 1.71.0 (#4186)
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.70.0 to 1.71.0. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.70.0...v1.71.0) --- updated-dependencies: - dependency-name: rubocop 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 38dece5 commit f203cb2

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
@@ -83,7 +83,7 @@ group :test do
8383
gem 'rspec-its'
8484
gem 'rspec-rails', '~> 7.1.0'
8585
gem 'rspec-wait'
86-
gem 'rubocop', '~> 1.70.0'
86+
gem 'rubocop', '~> 1.71.0'
8787
gem 'rubocop-capybara'
8888
gem 'rubocop-factory_bot'
8989
gem 'rubocop-rails', '~> 2.29'

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ GEM
282282
rexml (>= 3.3.9)
283283
kramdown-parser-gfm (1.1.0)
284284
kramdown (~> 2.0)
285-
language_server-protocol (3.17.0.3)
285+
language_server-protocol (3.17.0.4)
286286
libhoney (2.3.0)
287287
addressable (~> 2.0)
288288
excon
@@ -462,7 +462,7 @@ GEM
462462
activesupport (>= 3.0.0)
463463
mustache (~> 1.0, >= 0.99.4)
464464
rspec (~> 3.0)
465-
rubocop (1.70.0)
465+
rubocop (1.71.0)
466466
json (~> 2.3)
467467
language_server-protocol (>= 3.17.0)
468468
parallel (~> 1.10)
@@ -472,7 +472,7 @@ GEM
472472
rubocop-ast (>= 1.36.2, < 2.0)
473473
ruby-progressbar (~> 1.7)
474474
unicode-display_width (>= 2.4.0, < 4.0)
475-
rubocop-ast (1.37.0)
475+
rubocop-ast (1.38.0)
476476
parser (>= 3.3.1.0)
477477
rubocop-capybara (2.21.0)
478478
rubocop (~> 1.41)
@@ -653,7 +653,7 @@ DEPENDENCIES
653653
rspec-rails (~> 7.1.0)
654654
rspec-wait
655655
rspec_api_documentation (>= 6.1.0)
656-
rubocop (~> 1.70.0)
656+
rubocop (~> 1.71.0)
657657
rubocop-capybara
658658
rubocop-factory_bot
659659
rubocop-rails (~> 2.29)

0 commit comments

Comments
 (0)