Skip to content

Commit

Permalink
Bump rubocop from 1.62.1 to 1.69.2
Browse files Browse the repository at this point in the history
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.62.1 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.62.1...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 Jan 9, 2025
1 parent 5a43266 commit 6c6cd59
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 14 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ group :development, :test do
gem 'ffaker'
gem 'parser', '~> 3.3.0'
gem 'rspec-rails', '~> 6.1'
gem 'rubocop', '~> 1.62'
gem 'rubocop', '~> 1.69'
gem 'rubocop-rails', require: false
end

Expand Down
27 changes: 14 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ GEM
jquery-turbolinks (2.1.0)
railties (>= 3.1.0)
turbolinks
json (2.7.1)
json (2.9.1)
json_schemer (0.2.25)
ecma-re-validator (~> 0.3)
hana (~> 1.3)
Expand Down Expand Up @@ -167,8 +167,8 @@ GEM
paper_trail (11.1.0)
activerecord (>= 5.2)
request_store (~> 1.1)
parallel (1.24.0)
parser (3.3.0.5)
parallel (1.26.3)
parser (3.3.6.0)
ast (~> 2.4.1)
racc
pg (1.5.6)
Expand Down Expand Up @@ -225,7 +225,7 @@ GEM
rake (13.1.0)
ranked-model (0.4.9)
activerecord (>= 5.2)
regexp_parser (2.9.0)
regexp_parser (2.10.0)
request_store (1.5.0)
rack (>= 1.4)
responders (3.1.1)
Expand All @@ -249,19 +249,18 @@ GEM
rspec-mocks (~> 3.13)
rspec-support (~> 3.13)
rspec-support (3.13.1)
rubocop (1.62.1)
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 (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.31.1, < 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.31.2)
parser (>= 3.3.0.4)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.37.0)
parser (>= 3.3.1.0)
rubocop-rails (2.24.0)
activesupport (>= 4.2.0)
rack (>= 1.1)
Expand Down Expand Up @@ -310,7 +309,9 @@ GEM
unf (0.1.4)
unf_ext
unf_ext (0.0.8.2)
unicode-display_width (2.5.0)
unicode-display_width (3.1.3)
unicode-emoji (~> 4.0, >= 4.0.4)
unicode-emoji (4.0.4)
uri_template (0.7.0)
versionomy (0.5.0)
blockenspiel (~> 0.5)
Expand Down Expand Up @@ -355,7 +356,7 @@ DEPENDENCIES
ranked-model
rexml (~> 3.3)
rspec-rails (~> 6.1)
rubocop (~> 1.62)
rubocop (~> 1.69)
rubocop-rails
sass-rails (~> 5.1)
sentry-rails
Expand Down

0 comments on commit 6c6cd59

Please sign in to comment.