Skip to content

Commit 45f2f13

Browse files
Bump rubocop from 1.77.0 to 1.78.0 (#24672)
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.77.0 to 1.78.0. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.77.0...v1.78.0) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.78.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 b97317d commit 45f2f13

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.3'
1818
gem 'rake'
19-
gem 'rubocop', '~> 1.77'
19+
gem 'rubocop', '~> 1.78'
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
@@ -305,7 +305,7 @@ GEM
305305
observer (~> 0.1)
306306
pkg-config (~> 1.4)
307307
rouge (3.28.0)
308-
rubocop (1.77.0)
308+
rubocop (1.78.0)
309309
json (~> 2.3)
310310
language_server-protocol (~> 3.17.0.2)
311311
lint_roller (~> 1.1.0)
@@ -377,7 +377,7 @@ DEPENDENCIES
377377
fastlane-plugin-wpmreleasetoolkit (~> 13.3)
378378
rake
379379
rmagick (~> 6.1.1)
380-
rubocop (~> 1.77)
380+
rubocop (~> 1.78)
381381
rubocop-rake (~> 0.7)
382382
xcpretty-travis-formatter
383383

0 commit comments

Comments
 (0)