Skip to content

Commit

Permalink
Build(deps-dev): 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:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 13, 2025
1 parent aaa9b88 commit fc81d3f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ group :development do
gem 'net-ssh-gateway', '>= 1.1.0', '< 3.0.0'
gem 'launchy', '< 3.1.0'
gem 'web-console', '>= 3.3.0'
gem 'rubocop', '~> 1.69.2', require: false
gem 'rubocop', '~> 1.70.0', require: false
gem 'rubocop-performance', require: false
gem 'rubocop-rails', require: false
end
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ GEM
rspec-mocks (~> 3.13)
rspec-support (~> 3.13)
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 Down Expand Up @@ -543,7 +543,7 @@ GEM
uglifier (4.2.1)
execjs (>= 0.3.0, < 3)
unicode (0.4.4.5)
unicode-display_width (3.1.2)
unicode-display_width (3.1.3)
unicode-emoji (~> 4.0, >= 4.0.4)
unicode-emoji (4.0.4)
unidecoder (1.1.2)
Expand Down Expand Up @@ -648,7 +648,7 @@ DEPENDENCIES
rolify (~> 6.0.1)
rspec-activemodel-mocks (~> 1.2.1)
rspec-rails (~> 7.1.0)
rubocop (~> 1.69.2)
rubocop (~> 1.70.0)
rubocop-performance
rubocop-rails
ruby-msg (~> 1.5.0)!
Expand Down

0 comments on commit fc81d3f

Please sign in to comment.