Skip to content

Commit 08f24d4

Browse files
Bump rubocop from 1.81.7 to 1.82.0
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.81.7 to 1.82.0. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.81.7...v1.82.0) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.82.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e579369 commit 08f24d4

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
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.8'
1818
gem 'rake'
19-
gem 'rubocop', '~> 1.81'
19+
gem 'rubocop', '~> 1.82'
2020
gem 'rubocop-rake', '~> 0.7'
2121
gem 'xcpretty-travis-formatter'
2222

Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ GEM
286286
racc
287287
pkg-config (1.6.4)
288288
plist (3.7.2)
289-
prism (1.6.0)
289+
prism (1.7.0)
290290
progress_bar (1.3.4)
291291
highline (>= 1.6)
292292
options (~> 2.3.0)
@@ -309,18 +309,18 @@ GEM
309309
observer (~> 0.1)
310310
pkg-config (~> 1.4)
311311
rouge (3.28.0)
312-
rubocop (1.81.7)
312+
rubocop (1.82.0)
313313
json (~> 2.3)
314314
language_server-protocol (~> 3.17.0.2)
315315
lint_roller (~> 1.1.0)
316316
parallel (~> 1.10)
317317
parser (>= 3.3.0.2)
318318
rainbow (>= 2.2.2, < 4.0)
319319
regexp_parser (>= 2.9.3, < 3.0)
320-
rubocop-ast (>= 1.47.1, < 2.0)
320+
rubocop-ast (>= 1.48.0, < 2.0)
321321
ruby-progressbar (~> 1.7)
322322
unicode-display_width (>= 2.4.0, < 4.0)
323-
rubocop-ast (1.47.1)
323+
rubocop-ast (1.48.0)
324324
parser (>= 3.3.7.2)
325325
prism (~> 1.4)
326326
rubocop-rake (0.7.1)
@@ -381,7 +381,7 @@ DEPENDENCIES
381381
fastlane-plugin-wpmreleasetoolkit (~> 13.8)
382382
rake
383383
rmagick (~> 6.1.4)
384-
rubocop (~> 1.81)
384+
rubocop (~> 1.82)
385385
rubocop-rake (~> 0.7)
386386
xcpretty-travis-formatter
387387

0 commit comments

Comments
 (0)