Skip to content

Commit 3690175

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

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
@@ -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.81.6'
87+
gem 'rubocop', '~> 1.81.7'
8888
gem 'rubocop-capybara'
8989
gem 'rubocop-factory_bot'
9090
gem 'rubocop-rails', '~> 2.33'

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ GEM
366366
parallel (1.27.0)
367367
parallel_tests (5.4.0)
368368
parallel
369-
parser (3.3.9.0)
369+
parser (3.3.10.0)
370370
ast (~> 2.4.1)
371371
racc
372372
pg (1.6.2)
@@ -485,7 +485,7 @@ GEM
485485
activesupport (>= 3.0.0)
486486
mustache (~> 1.0, >= 0.99.4)
487487
rspec (~> 3.0)
488-
rubocop (1.81.6)
488+
rubocop (1.81.7)
489489
json (~> 2.3)
490490
language_server-protocol (~> 3.17.0.2)
491491
lint_roller (~> 1.1.0)
@@ -694,7 +694,7 @@ DEPENDENCIES
694694
rspec-rails (~> 8.0.2)
695695
rspec-wait
696696
rspec_api_documentation (>= 6.1.0)
697-
rubocop (~> 1.81.6)
697+
rubocop (~> 1.81.7)
698698
rubocop-capybara
699699
rubocop-factory_bot
700700
rubocop-rails (~> 2.33)

0 commit comments

Comments
 (0)