Skip to content

Commit

Permalink
Bump rubocop from 1.62.1 to 1.64.1
Browse files Browse the repository at this point in the history
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.62.1 to 1.64.1.
- [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.64.1)

---
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 Jun 3, 2024
1 parent a26d2bd commit 950aac2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ group :development, :test do
gem 'ffaker'
gem 'parser', '~> 3.3.0'
gem 'rspec-rails', '~> 6.1'
gem 'rubocop', '~> 1.62'
gem 'rubocop', '~> 1.64'
gem 'rubocop-rails', require: false
end

Expand Down
14 changes: 8 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ GEM
jquery-turbolinks (2.1.0)
railties (>= 3.1.0)
turbolinks
json (2.7.1)
json (2.7.2)
json_schemer (0.2.25)
ecma-re-validator (~> 0.3)
hana (~> 1.3)
Expand Down Expand Up @@ -174,7 +174,7 @@ GEM
public_suffix (5.0.1)
puma (6.4.2)
nio4r (~> 2.0)
racc (1.7.3)
racc (1.8.0)
rack (2.2.8.1)
rack-accept (0.4.5)
rack (>= 0.4)
Expand Down Expand Up @@ -224,13 +224,14 @@ GEM
rake (13.1.0)
ranked-model (0.4.9)
activerecord (>= 5.2)
regexp_parser (2.9.0)
regexp_parser (2.9.2)
request_store (1.5.0)
rack (>= 1.4)
responders (3.1.1)
actionpack (>= 5.2)
railties (>= 5.2)
rexml (3.2.6)
rexml (3.2.8)
strscan (>= 3.0.9)
rspec-core (3.12.2)
rspec-support (~> 3.12.0)
rspec-expectations (3.12.3)
Expand All @@ -248,7 +249,7 @@ GEM
rspec-mocks (~> 3.12)
rspec-support (~> 3.12)
rspec-support (3.12.1)
rubocop (1.62.1)
rubocop (1.64.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand Down Expand Up @@ -295,6 +296,7 @@ GEM
actionpack (>= 5.2)
activesupport (>= 5.2)
sprockets (>= 3.0.0)
strscan (3.1.0)
thor (1.3.0)
tilt (2.0.10)
timeout (0.4.1)
Expand Down Expand Up @@ -351,7 +353,7 @@ DEPENDENCIES
rails_12factor
ranked-model
rspec-rails (~> 6.1)
rubocop (~> 1.62)
rubocop (~> 1.64)
rubocop-rails
sass-rails (~> 5.1)
sentry-rails
Expand Down

0 comments on commit 950aac2

Please sign in to comment.