Skip to content

Commit b41b731

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

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ group :test do
8282
gem 'rspec-its'
8383
gem 'rspec-rails', '~> 7.1.0'
8484
gem 'rspec-wait'
85-
gem 'rubocop', '~> 1.68.0'
85+
gem 'rubocop', '~> 1.69.1'
8686
gem 'rubocop-capybara'
8787
gem 'rubocop-factory_bot'
8888
gem 'rubocop-rails', '~> 2.27'

Gemfile.lock

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ GEM
268268
rdoc (>= 4.0.0)
269269
reline (>= 0.4.2)
270270
jaro_winkler (1.5.6)
271-
json (2.8.2)
271+
json (2.9.0)
272272
json-diff (0.4.1)
273273
json-schema (5.1.1)
274274
addressable (~> 2.8)
@@ -403,7 +403,7 @@ GEM
403403
redis-client (>= 0.22.0)
404404
redis-client (0.22.2)
405405
connection_pool
406-
regexp_parser (2.9.2)
406+
regexp_parser (2.9.3)
407407
reline (0.5.11)
408408
io-console (~> 0.5)
409409
representable (3.2.0)
@@ -455,17 +455,17 @@ GEM
455455
activesupport (>= 3.0.0)
456456
mustache (~> 1.0, >= 0.99.4)
457457
rspec (~> 3.0)
458-
rubocop (1.68.0)
458+
rubocop (1.69.1)
459459
json (~> 2.3)
460460
language_server-protocol (>= 3.17.0)
461461
parallel (~> 1.10)
462462
parser (>= 3.3.0.2)
463463
rainbow (>= 2.2.2, < 4.0)
464-
regexp_parser (>= 2.4, < 3.0)
465-
rubocop-ast (>= 1.32.2, < 2.0)
464+
regexp_parser (>= 2.9.3, < 3.0)
465+
rubocop-ast (>= 1.36.2, < 2.0)
466466
ruby-progressbar (~> 1.7)
467-
unicode-display_width (>= 2.4.0, < 3.0)
468-
rubocop-ast (1.36.1)
467+
unicode-display_width (>= 2.4.0, < 4.0)
468+
rubocop-ast (1.36.2)
469469
parser (>= 3.3.1.0)
470470
rubocop-capybara (2.21.0)
471471
rubocop (~> 1.41)
@@ -557,7 +557,9 @@ GEM
557557
tzinfo (2.0.6)
558558
concurrent-ruby (~> 1.0)
559559
uber (0.1.0)
560-
unicode-display_width (2.6.0)
560+
unicode-display_width (3.1.2)
561+
unicode-emoji (~> 4.0, >= 4.0.4)
562+
unicode-emoji (4.0.4)
561563
useragent (0.16.10)
562564
vhd (0.0.4)
563565
bit-struct
@@ -641,7 +643,7 @@ DEPENDENCIES
641643
rspec-rails (~> 7.1.0)
642644
rspec-wait
643645
rspec_api_documentation (>= 6.1.0)
644-
rubocop (~> 1.68.0)
646+
rubocop (~> 1.69.1)
645647
rubocop-capybara
646648
rubocop-factory_bot
647649
rubocop-rails (~> 2.27)

0 commit comments

Comments
 (0)