Skip to content

Commit 9c2c130

Browse files
Bump rubocop from 1.85.1 to 1.86.0 (#25433)
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.85.1 to 1.86.0. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.85.1...v1.86.0) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.86.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 08bd82c commit 9c2c130

2 files changed

Lines changed: 4 additions & 10 deletions

File tree

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', '~> 14.2'
1818
gem 'rake'
19-
gem 'rubocop', '~> 1.85'
19+
gem 'rubocop', '~> 1.86'
2020
gem 'rubocop-rake', '~> 0.7'
2121
group :screenshots, optional: true do
2222
gem 'rmagick', '~> 6.2.0'

Gemfile.lock

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -265,9 +265,6 @@ GEM
265265
java-properties (0.3.0)
266266
jmespath (1.6.2)
267267
json (2.19.2)
268-
json-schema (6.2.0)
269-
addressable (~> 2.8)
270-
bigdecimal (>= 3.1, < 5)
271268
jwt (2.10.2)
272269
base64
273270
kramdown (2.5.1)
@@ -279,8 +276,6 @@ GEM
279276
locale (2.1.5)
280277
fiddle
281278
logger (1.7.0)
282-
mcp (0.8.0)
283-
json-schema (>= 4.1)
284279
mini_magick (4.13.2)
285280
mini_mime (1.1.5)
286281
mini_portile2 (2.8.9)
@@ -339,19 +334,18 @@ GEM
339334
observer (~> 0.1)
340335
pkg-config (~> 1.4)
341336
rouge (3.28.0)
342-
rubocop (1.85.1)
337+
rubocop (1.86.0)
343338
json (~> 2.3)
344339
language_server-protocol (~> 3.17.0.2)
345340
lint_roller (~> 1.1.0)
346-
mcp (~> 0.6)
347341
parallel (~> 1.10)
348342
parser (>= 3.3.0.2)
349343
rainbow (>= 2.2.2, < 4.0)
350344
regexp_parser (>= 2.9.3, < 3.0)
351345
rubocop-ast (>= 1.49.0, < 2.0)
352346
ruby-progressbar (~> 1.7)
353347
unicode-display_width (>= 2.4.0, < 4.0)
354-
rubocop-ast (1.49.0)
348+
rubocop-ast (1.49.1)
355349
parser (>= 3.3.7.2)
356350
prism (~> 1.7)
357351
rubocop-rake (0.7.1)
@@ -414,7 +408,7 @@ DEPENDENCIES
414408
openssl (~> 4.0)
415409
rake
416410
rmagick (~> 6.2.0)
417-
rubocop (~> 1.85)
411+
rubocop (~> 1.86)
418412
rubocop-rake (~> 0.7)
419413

420414
BUNDLED WITH

0 commit comments

Comments
 (0)