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 8b4b477 commit c76c713
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 @@ -11,7 +11,7 @@ gem 'rspec', '~> 3.12'

gem 'simplecov'

gem 'rubocop', '~> 1.69'
gem 'rubocop', '~> 1.70'
gem 'rubocop-rake'
gem 'rubocop-rspec'

Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ GEM
diff-lcs (1.5.1)
docile (1.4.1)
iniparse (1.5.0)
json (2.9.0)
json (2.9.1)
language_server-protocol (3.17.0.3)
logger (1.6.1)
overcommit (0.64.1)
Expand All @@ -31,7 +31,7 @@ GEM
racc (1.8.1)
rainbow (3.1.1)
rake (13.2.1)
regexp_parser (2.9.3)
regexp_parser (2.10.0)
rexml (3.3.9)
rspec (3.13.0)
rspec-core (~> 3.13.0)
Expand All @@ -46,7 +46,7 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.1)
rubocop (1.69.2)
rubocop (1.70.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand All @@ -70,7 +70,7 @@ GEM
simplecov-html (0.13.1)
simplecov_json_formatter (0.1.4)
thor (1.3.2)
unicode-display_width (3.1.2)
unicode-display_width (3.1.4)
unicode-emoji (~> 4.0, >= 4.0.4)
unicode-emoji (4.0.4)
zeitwerk (2.6.18)
Expand All @@ -88,7 +88,7 @@ DEPENDENCIES
overcommit
rake (~> 13.1)
rspec (~> 3.12)
rubocop (~> 1.69)
rubocop (~> 1.70)
rubocop-rake
rubocop-rspec
simplecov
Expand Down

0 comments on commit c76c713

Please sign in to comment.