Skip to content

Commit 1c6a450

Browse files
build(deps-dev): bump rubocop from 1.67.0 to 1.68.0
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.67.0 to 1.68.0. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.67.0...v1.68.0) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 245715a commit 1c6a450

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
@@ -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.67.0'
88+
gem 'rubocop', '~> 1.68.0'
8989
gem 'rubocop-capybara'
9090
gem 'rubocop-factory_bot'
9191
gem 'rubocop-rails', '~> 2.27'

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ GEM
284284
rdoc (>= 4.0.0)
285285
reline (>= 0.4.2)
286286
jaro_winkler (1.5.6)
287-
json (2.7.4)
287+
json (2.7.5)
288288
json-diff (0.4.1)
289289
json-schema (5.0.1)
290290
addressable (~> 2.8)
@@ -471,7 +471,7 @@ GEM
471471
activesupport (>= 3.0.0)
472472
mustache (~> 1.0, >= 0.99.4)
473473
rspec (~> 3.0)
474-
rubocop (1.67.0)
474+
rubocop (1.68.0)
475475
json (~> 2.3)
476476
language_server-protocol (>= 3.17.0)
477477
parallel (~> 1.10)
@@ -481,7 +481,7 @@ GEM
481481
rubocop-ast (>= 1.32.2, < 2.0)
482482
ruby-progressbar (~> 1.7)
483483
unicode-display_width (>= 2.4.0, < 3.0)
484-
rubocop-ast (1.32.3)
484+
rubocop-ast (1.33.0)
485485
parser (>= 3.3.1.0)
486486
rubocop-capybara (2.21.0)
487487
rubocop (~> 1.41)
@@ -659,7 +659,7 @@ DEPENDENCIES
659659
rspec-rails (~> 6.1.4)
660660
rspec-wait
661661
rspec_api_documentation (>= 6.1.0)
662-
rubocop (~> 1.67.0)
662+
rubocop (~> 1.68.0)
663663
rubocop-capybara
664664
rubocop-factory_bot
665665
rubocop-rails (~> 2.27)

0 commit comments

Comments
 (0)