Skip to content

Commit c1fb33e

Browse files
build(deps-dev): bump rubocop from 1.86.0 to 1.86.1 (#5006)
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.86.0 to 1.86.1. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.86.0...v1.86.1) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.86.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 47a4b5c commit c1fb33e

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ group :test do
7676
gem 'rspec-its'
7777
gem 'rspec-rails', '~> 8.0.4'
7878
gem 'rspec-wait'
79-
gem 'rubocop', '~> 1.86.0'
79+
gem 'rubocop', '~> 1.86.1'
8080
gem 'rubocop-capybara'
8181
gem 'rubocop-factory_bot'
8282
gem 'rubocop-rails', '~> 2.34'

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ GEM
341341
openssl (4.0.1)
342342
os (1.1.4)
343343
ostruct (0.6.3)
344-
parallel (1.28.0)
344+
parallel (2.0.0)
345345
parallel_tests (5.6.0)
346346
parallel
347347
parser (3.3.11.1)
@@ -466,11 +466,11 @@ GEM
466466
activesupport (>= 3.0.0)
467467
mustache (~> 1.0, >= 0.99.4)
468468
rspec (~> 3.0)
469-
rubocop (1.86.0)
469+
rubocop (1.86.1)
470470
json (~> 2.3)
471471
language_server-protocol (~> 3.17.0.2)
472472
lint_roller (~> 1.1.0)
473-
parallel (~> 1.10)
473+
parallel (>= 1.10)
474474
parser (>= 3.3.0.2)
475475
rainbow (>= 2.2.2, < 4.0)
476476
regexp_parser (>= 2.9.3, < 3.0)
@@ -665,7 +665,7 @@ DEPENDENCIES
665665
rspec-rails (~> 8.0.4)
666666
rspec-wait
667667
rspec_api_documentation (>= 6.1.0)
668-
rubocop (~> 1.86.0)
668+
rubocop (~> 1.86.1)
669669
rubocop-capybara
670670
rubocop-factory_bot
671671
rubocop-rails (~> 2.34)

0 commit comments

Comments
 (0)