Skip to content

Commit e644373

Browse files
Bump rubocop from 1.78.0 to 1.79.0 (#24697)
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.78.0 to 1.79.0. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.78.0...v1.79.0) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.79.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 746a1d6 commit e644373

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
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.78'
19+
gem 'rubocop', '~> 1.79'
2020
gem 'rubocop-rake', '~> 0.7'
2121
gem 'xcpretty-travis-formatter'
2222

Gemfile.lock

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ GEM
244244
concurrent-ruby (~> 1.0)
245245
java-properties (0.3.0)
246246
jmespath (1.6.2)
247-
json (2.12.2)
247+
json (2.13.2)
248248
jwt (2.10.2)
249249
base64
250250
kramdown (2.5.1)
@@ -277,7 +277,7 @@ GEM
277277
optparse (0.6.0)
278278
os (1.1.4)
279279
parallel (1.27.0)
280-
parser (3.3.8.0)
280+
parser (3.3.9.0)
281281
ast (~> 2.4.1)
282282
racc
283283
pkg-config (1.5.9)
@@ -305,18 +305,19 @@ GEM
305305
observer (~> 0.1)
306306
pkg-config (~> 1.4)
307307
rouge (3.28.0)
308-
rubocop (1.78.0)
308+
rubocop (1.79.0)
309309
json (~> 2.3)
310310
language_server-protocol (~> 3.17.0.2)
311311
lint_roller (~> 1.1.0)
312312
parallel (~> 1.10)
313313
parser (>= 3.3.0.2)
314314
rainbow (>= 2.2.2, < 4.0)
315315
regexp_parser (>= 2.9.3, < 3.0)
316-
rubocop-ast (>= 1.45.1, < 2.0)
316+
rubocop-ast (>= 1.46.0, < 2.0)
317317
ruby-progressbar (~> 1.7)
318+
tsort (>= 0.2.0)
318319
unicode-display_width (>= 2.4.0, < 4.0)
319-
rubocop-ast (1.45.1)
320+
rubocop-ast (1.46.0)
320321
parser (>= 3.3.7.2)
321322
prism (~> 1.4)
322323
rubocop-rake (0.7.1)
@@ -343,6 +344,7 @@ GEM
343344
terminal-table (3.0.2)
344345
unicode-display_width (>= 1.1.1, < 3)
345346
trailblazer-option (0.1.2)
347+
tsort (0.2.0)
346348
tty-cursor (0.7.1)
347349
tty-screen (0.8.2)
348350
tty-spinner (0.9.3)
@@ -377,7 +379,7 @@ DEPENDENCIES
377379
fastlane-plugin-wpmreleasetoolkit (~> 13.3)
378380
rake
379381
rmagick (~> 6.1.1)
380-
rubocop (~> 1.78)
382+
rubocop (~> 1.79)
381383
rubocop-rake (~> 0.7)
382384
xcpretty-travis-formatter
383385

0 commit comments

Comments
 (0)