Skip to content

Commit 792dc81

Browse files
Bump rubocop from 1.79.2 to 1.80.0 (#24762)
Bumps [rubocop](https://github.com/rubocop/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 ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent af5fb43 commit 792dc81

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 'fastlane-plugin-sentry'
1616
# gem 'fastlane-plugin-wpmreleasetoolkit', git: 'https://github.com/wordpress-mobile/release-toolkit', ref: ''
1717
gem 'fastlane-plugin-wpmreleasetoolkit', '~> 13.4'
1818
gem 'rake'
19-
gem 'rubocop', '~> 1.79'
19+
gem 'rubocop', '~> 1.80'
2020
gem 'rubocop-rake', '~> 0.7'
2121
gem 'xcpretty-travis-formatter'
2222

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ GEM
306306
observer (~> 0.1)
307307
pkg-config (~> 1.4)
308308
rouge (3.28.0)
309-
rubocop (1.79.2)
309+
rubocop (1.80.0)
310310
json (~> 2.3)
311311
language_server-protocol (~> 3.17.0.2)
312312
lint_roller (~> 1.1.0)
@@ -378,7 +378,7 @@ DEPENDENCIES
378378
fastlane-plugin-wpmreleasetoolkit (~> 13.4)
379379
rake
380380
rmagick (~> 6.1.3)
381-
rubocop (~> 1.79)
381+
rubocop (~> 1.80)
382382
rubocop-rake (~> 0.7)
383383
xcpretty-travis-formatter
384384

0 commit comments

Comments
 (0)