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 12, 2025
1 parent 461607d commit fcf42aa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ ruby '3.4.1'
gem 'colorize', '~> 1.0.4', require: false

# Check code quality
gem 'rubocop', '~> 1.69.2', require: false
gem 'rubocop', '~> 1.70.0', require: false
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ GEM
specs:
ast (2.4.2)
colorize (1.0.5)
json (2.9.0)
json (2.9.1)
language_server-protocol (3.17.0.3)
parallel (1.26.3)
parser (3.3.6.0)
ast (~> 2.4.1)
racc
racc (1.8.1)
rainbow (3.1.1)
regexp_parser (2.9.3)
rubocop (1.69.2)
regexp_parser (2.10.0)
rubocop (1.70.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand All @@ -25,7 +25,7 @@ GEM
rubocop-ast (1.37.0)
parser (>= 3.3.1.0)
ruby-progressbar (1.13.0)
unicode-display_width (3.1.2)
unicode-display_width (3.1.3)
unicode-emoji (~> 4.0, >= 4.0.4)
unicode-emoji (4.0.4)

Expand All @@ -35,7 +35,7 @@ PLATFORMS

DEPENDENCIES
colorize (~> 1.0.4)
rubocop (~> 1.69.2)
rubocop (~> 1.70.0)

RUBY VERSION
ruby 3.4.1p0
Expand Down

0 comments on commit fcf42aa

Please sign in to comment.