Skip to content

Commit 7c8d6bc

Browse files
build(deps-dev): bump rubocop from 1.66.1 to 1.67.0 (#4020)
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.66.1 to 1.67.0. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.66.1...v1.67.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 c6078aa commit 7c8d6bc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ group :test do
8585
gem 'rspec-its'
8686
gem 'rspec-rails', '~> 6.1.4'
8787
gem 'rspec-wait'
88-
gem 'rubocop', '~> 1.66.1'
88+
gem 'rubocop', '~> 1.67.0'
8989
gem 'rubocop-capybara'
9090
gem 'rubocop-factory_bot'
9191
gem 'rubocop-rails', '~> 2.26'

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ GEM
471471
activesupport (>= 3.0.0)
472472
mustache (~> 1.0, >= 0.99.4)
473473
rspec (~> 3.0)
474-
rubocop (1.66.1)
474+
rubocop (1.67.0)
475475
json (~> 2.3)
476476
language_server-protocol (>= 3.17.0)
477477
parallel (~> 1.10)
@@ -659,7 +659,7 @@ DEPENDENCIES
659659
rspec-rails (~> 6.1.4)
660660
rspec-wait
661661
rspec_api_documentation (>= 6.1.0)
662-
rubocop (~> 1.66.1)
662+
rubocop (~> 1.67.0)
663663
rubocop-capybara
664664
rubocop-factory_bot
665665
rubocop-rails (~> 2.26)

0 commit comments

Comments
 (0)