Skip to content

Commit 103c35e

Browse files
build(deps-dev): bump rubocop from 1.68.0 to 1.69.0
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.68.0 to 1.69.0. - [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.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 93ad9c6 commit 103c35e

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
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.0'
8686
gem 'rubocop-capybara'
8787
gem 'rubocop-factory_bot'
8888
gem 'rubocop-rails', '~> 2.27'

Gemfile.lock

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -454,16 +454,16 @@ GEM
454454
activesupport (>= 3.0.0)
455455
mustache (~> 1.0, >= 0.99.4)
456456
rspec (~> 3.0)
457-
rubocop (1.68.0)
457+
rubocop (1.69.0)
458458
json (~> 2.3)
459459
language_server-protocol (>= 3.17.0)
460460
parallel (~> 1.10)
461461
parser (>= 3.3.0.2)
462462
rainbow (>= 2.2.2, < 4.0)
463463
regexp_parser (>= 2.4, < 3.0)
464-
rubocop-ast (>= 1.32.2, < 2.0)
464+
rubocop-ast (>= 1.36.1, < 2.0)
465465
ruby-progressbar (~> 1.7)
466-
unicode-display_width (>= 2.4.0, < 3.0)
466+
unicode-display_width (>= 2.4.0, < 4.0)
467467
rubocop-ast (1.36.1)
468468
parser (>= 3.3.1.0)
469469
rubocop-capybara (2.21.0)
@@ -556,7 +556,9 @@ GEM
556556
tzinfo (2.0.6)
557557
concurrent-ruby (~> 1.0)
558558
uber (0.1.0)
559-
unicode-display_width (2.6.0)
559+
unicode-display_width (3.1.2)
560+
unicode-emoji (~> 4.0, >= 4.0.4)
561+
unicode-emoji (4.0.4)
560562
useragent (0.16.10)
561563
vhd (0.0.4)
562564
bit-struct
@@ -640,7 +642,7 @@ DEPENDENCIES
640642
rspec-rails (~> 7.1.0)
641643
rspec-wait
642644
rspec_api_documentation (>= 6.1.0)
643-
rubocop (~> 1.68.0)
645+
rubocop (~> 1.69.0)
644646
rubocop-capybara
645647
rubocop-factory_bot
646648
rubocop-rails (~> 2.27)

0 commit comments

Comments
 (0)