Skip to content

Commit 8a6da8d

Browse files
build(deps-dev): bump rubocop from 1.80.0 to 1.80.2
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.80.0 to 1.80.2. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.80.0...v1.80.2) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.80.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent adbf42d commit 8a6da8d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
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.80.0'
87+
gem 'rubocop', '~> 1.80.2'
8888
gem 'rubocop-capybara'
8989
gem 'rubocop-factory_bot'
9090
gem 'rubocop-rails', '~> 2.33'

Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ GEM
481481
activesupport (>= 3.0.0)
482482
mustache (~> 1.0, >= 0.99.4)
483483
rspec (~> 3.0)
484-
rubocop (1.80.0)
484+
rubocop (1.80.2)
485485
json (~> 2.3)
486486
language_server-protocol (~> 3.17.0.2)
487487
lint_roller (~> 1.1.0)
@@ -596,9 +596,9 @@ GEM
596596
tzinfo (2.0.6)
597597
concurrent-ruby (~> 1.0)
598598
uber (0.1.0)
599-
unicode-display_width (3.1.5)
600-
unicode-emoji (~> 4.0, >= 4.0.4)
601-
unicode-emoji (4.0.4)
599+
unicode-display_width (3.2.0)
600+
unicode-emoji (~> 4.1)
601+
unicode-emoji (4.1.0)
602602
uri (1.0.3)
603603
useragent (0.16.11)
604604
vhd (0.0.4)
@@ -686,7 +686,7 @@ DEPENDENCIES
686686
rspec-rails (~> 8.0.2)
687687
rspec-wait
688688
rspec_api_documentation (>= 6.1.0)
689-
rubocop (~> 1.80.0)
689+
rubocop (~> 1.80.2)
690690
rubocop-capybara
691691
rubocop-factory_bot
692692
rubocop-rails (~> 2.33)

0 commit comments

Comments
 (0)