Skip to content

Commit fcb4a13

Browse files
Bump rubocop from 1.71.2 to 1.72.2 (#24086)
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.71.2 to 1.72.2. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.71.2...v1.72.2) --- updated-dependencies: - dependency-name: rubocop 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 ef25832 commit fcb4a13

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
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', '~> 12.4'
1818
gem 'rake'
19-
gem 'rubocop', '~> 1.71'
19+
gem 'rubocop', '~> 1.72'
2020
gem 'rubocop-rake', '~> 0.6'
2121
gem 'xcpretty-travis-formatter'
2222

Gemfile.lock

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,7 @@ GEM
244244
kramdown-parser-gfm (1.1.0)
245245
kramdown (~> 2.0)
246246
language_server-protocol (3.17.0.4)
247+
lint_roller (1.1.0)
247248
logger (1.6.3)
248249
mini_magick (4.13.2)
249250
mini_mime (1.1.5)
@@ -294,9 +295,10 @@ GEM
294295
observer (~> 0.1)
295296
pkg-config (~> 1.4)
296297
rouge (3.28.0)
297-
rubocop (1.71.2)
298+
rubocop (1.72.2)
298299
json (~> 2.3)
299-
language_server-protocol (>= 3.17.0)
300+
language_server-protocol (~> 3.17.0.2)
301+
lint_roller (~> 1.1.0)
300302
parallel (~> 1.10)
301303
parser (>= 3.3.0.2)
302304
rainbow (>= 2.2.2, < 4.0)
@@ -362,7 +364,7 @@ DEPENDENCIES
362364
fastlane-plugin-wpmreleasetoolkit (~> 12.4)
363365
rake
364366
rmagick (~> 6.1.1)
365-
rubocop (~> 1.71)
367+
rubocop (~> 1.72)
366368
rubocop-rake (~> 0.6)
367369
xcpretty-travis-formatter
368370

0 commit comments

Comments
 (0)