Skip to content

Commit f55b896

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 fe14cbf commit f55b896

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ GEM
281281
rdoc (>= 4.0.0)
282282
reline (>= 0.4.2)
283283
jaro_winkler (1.6.1)
284-
json (2.13.2)
284+
json (2.14.1)
285285
json-diff (0.4.1)
286286
json-schema (6.0.0)
287287
addressable (~> 2.8)
@@ -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)
@@ -689,7 +689,7 @@ DEPENDENCIES
689689
rspec-rails (~> 8.0.2)
690690
rspec-wait
691691
rspec_api_documentation (>= 6.1.0)
692-
rubocop (~> 1.80.0)
692+
rubocop (~> 1.80.2)
693693
rubocop-capybara
694694
rubocop-factory_bot
695695
rubocop-rails (~> 2.33)

0 commit comments

Comments
 (0)