Skip to content

Commit

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

---
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 Dec 16, 2024
1 parent b73f0b7 commit 65f37c7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,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.68.0', require: false
gem 'rubocop', '~> 1.69.2', require: false
gem 'rubocop-performance', require: false
gem 'rubocop-rails', require: false
end
18 changes: 10 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ GEM
redis (4.8.1)
redlock (1.3.2)
redis (>= 3.0.0, < 6.0)
regexp_parser (2.9.2)
regexp_parser (2.9.3)
representable (3.2.0)
declarative (< 0.1.0)
trailblazer-option (>= 0.1.1, < 0.2.0)
Expand Down Expand Up @@ -455,17 +455,17 @@ GEM
rspec-mocks (~> 3.13)
rspec-support (~> 3.13)
rspec-support (3.13.1)
rubocop (1.68.0)
rubocop (1.69.2)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 2.4, < 3.0)
rubocop-ast (>= 1.32.2, < 2.0)
regexp_parser (>= 2.9.3, < 3.0)
rubocop-ast (>= 1.36.2, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.36.1)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.37.0)
parser (>= 3.3.1.0)
rubocop-performance (1.23.0)
rubocop (>= 1.48.1, < 2.0)
Expand Down Expand Up @@ -540,7 +540,9 @@ GEM
uglifier (4.2.1)
execjs (>= 0.3.0, < 3)
unicode (0.4.4.5)
unicode-display_width (2.6.0)
unicode-display_width (3.1.2)
unicode-emoji (~> 4.0, >= 4.0.4)
unicode-emoji (4.0.4)
unidecoder (1.1.2)
uniform_notifier (1.16.0)
uri (1.0.1)
Expand Down Expand Up @@ -643,7 +645,7 @@ DEPENDENCIES
rolify (~> 6.0.1)
rspec-activemodel-mocks (~> 1.2.1)
rspec-rails (~> 7.1.0)
rubocop (~> 1.68.0)
rubocop (~> 1.69.2)
rubocop-performance
rubocop-rails
ruby-msg (~> 1.5.0)!
Expand Down

0 comments on commit 65f37c7

Please sign in to comment.