Skip to content

Commit 9bf96f3

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 9af4750 commit 9bf96f3

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
@@ -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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ GEM
480480
activesupport (>= 3.0.0)
481481
mustache (~> 1.0, >= 0.99.4)
482482
rspec (~> 3.0)
483-
rubocop (1.80.0)
483+
rubocop (1.80.2)
484484
json (~> 2.3)
485485
language_server-protocol (~> 3.17.0.2)
486486
lint_roller (~> 1.1.0)
@@ -685,7 +685,7 @@ DEPENDENCIES
685685
rspec-rails (~> 8.0.2)
686686
rspec-wait
687687
rspec_api_documentation (>= 6.1.0)
688-
rubocop (~> 1.80.0)
688+
rubocop (~> 1.80.2)
689689
rubocop-capybara
690690
rubocop-factory_bot
691691
rubocop-rails (~> 2.33)

0 commit comments

Comments
 (0)