Skip to content

Commit

Permalink
Bump rubocop from 1.69.2 to 1.70.0
Browse files Browse the repository at this point in the history
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.69.2 to 1.70.0.
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v1.69.2...v1.70.0)

---
updated-dependencies:
- dependency-name: rubocop
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 13, 2025
1 parent 1e120e3 commit 1615634
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ gem 'fastlane-plugin-sentry'
# gem 'fastlane-plugin-wpmreleasetoolkit', git: 'https://github.com/wordpress-mobile/release-toolkit', ref: ''
gem 'fastlane-plugin-wpmreleasetoolkit', '~> 12.4'
gem 'rake'
gem 'rubocop', '~> 1.69'
gem 'rubocop', '~> 1.70'
gem 'rubocop-rake', '~> 0.6'
gem 'xcpretty-travis-formatter'

Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ GEM
concurrent-ruby (~> 1.0)
java-properties (0.3.0)
jmespath (1.6.2)
json (2.9.0)
json (2.9.1)
jwt (2.9.3)
base64
kramdown (2.5.1)
Expand Down Expand Up @@ -328,7 +328,7 @@ GEM
rake-compiler (1.2.8)
rake
rchardet (1.8.0)
regexp_parser (2.9.3)
regexp_parser (2.10.0)
representable (3.2.0)
declarative (< 0.1.0)
trailblazer-option (>= 0.1.1, < 0.2.0)
Expand All @@ -338,7 +338,7 @@ GEM
rmagick (5.3.0)
pkg-config (~> 1.4)
rouge (3.28.0)
rubocop (1.69.2)
rubocop (1.70.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand Down Expand Up @@ -410,7 +410,7 @@ DEPENDENCIES
fastlane-plugin-wpmreleasetoolkit (~> 12.4)
rake
rmagick (~> 5.3.0)
rubocop (~> 1.69)
rubocop (~> 1.70)
rubocop-rake (~> 0.6)
xcpretty-travis-formatter

Expand Down

0 comments on commit 1615634

Please sign in to comment.