Skip to content

Commit 1e0453e

Browse files
Bump rubocop from 1.79.2 to 1.80.0 in the rubocop group
Bumps the rubocop group with 1 update: [rubocop](https://github.com/rubocop/rubocop). Updates `rubocop` from 1.79.2 to 1.80.0 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.79.2...v1.80.0) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.80.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rubocop ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1224494 commit 1e0453e

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
@@ -16,7 +16,7 @@ gem 'simplecov', '~> 0.21'
1616
gem 'nokogiri-diff', '~> 0.3.0'
1717

1818
# Gems for linting/formatting the package
19-
gem 'rubocop', '~> 1.79'
19+
gem 'rubocop', '~> 1.80'
2020
gem 'rubocop-capybara', '~> 2.22'
2121
gem 'rubocop-rails', '~> 2.33'
2222
gem 'rubocop-rake', '~> 0.7'

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ GEM
218218
diff-lcs (>= 1.2.0, < 2.0)
219219
rspec-support (~> 3.13.0)
220220
rspec-support (3.13.4)
221-
rubocop (1.79.2)
221+
rubocop (1.80.0)
222222
json (~> 2.3)
223223
language_server-protocol (~> 3.17.0.2)
224224
lint_roller (~> 1.1.0)
@@ -291,7 +291,7 @@ DEPENDENCIES
291291
nokogiri-diff (~> 0.3.0)
292292
rake (~> 13.3)
293293
rspec (~> 3.13)
294-
rubocop (~> 1.79)
294+
rubocop (~> 1.80)
295295
rubocop-capybara (~> 2.22)
296296
rubocop-rails (~> 2.33)
297297
rubocop-rake (~> 0.7)

0 commit comments

Comments
 (0)