Skip to content

Commit

Permalink
Bump rubocop from 1.60.2 to 1.64.0
Browse files Browse the repository at this point in the history
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.60.2 to 1.64.0.
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v1.60.2...v1.64.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 May 27, 2024
1 parent b6c7588 commit 242bc04
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ end
group :development do
gem 'better_errors'
gem 'binding_of_caller' # Needed by better_errors to enable html console
gem 'rubocop', '~> 1.48', require: false
gem 'rubocop', '~> 1.64', require: false
gem 'rubocop-performance', '~> 1.16', require: false
gem 'rubocop-rails', '~> 2.18', require: false
gem 'rubocop-rspec', '~> 2.19', require: false
Expand Down
22 changes: 12 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ GEM
irb (1.11.2)
rdoc
reline (>= 0.4.2)
json (2.7.1)
json (2.7.2)
kaminari (1.2.2)
activesupport (>= 4.1.0)
kaminari-actionview (= 1.2.2)
Expand Down Expand Up @@ -222,7 +222,7 @@ GEM
activerecord (>= 6.1)
request_store (~> 1.4)
parallel (1.24.0)
parser (3.3.0.5)
parser (3.3.1.0)
ast (~> 2.4.1)
racc
pg (1.5.5)
Expand All @@ -242,7 +242,7 @@ GEM
public_suffix (5.0.4)
pundit (2.3.1)
activesupport (>= 3.0.0)
racc (1.7.3)
racc (1.8.0)
rack (3.0.9.1)
rack-session (2.0.0)
rack (>= 3.0.0)
Expand Down Expand Up @@ -284,15 +284,16 @@ GEM
rake (13.1.0)
rdoc (6.6.2)
psych (>= 4.0.0)
regexp_parser (2.9.0)
regexp_parser (2.9.2)
reline (0.4.2)
io-console (~> 0.5)
request_store (1.6.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)
rouge (4.2.0)
rspec-core (3.13.0)
rspec-support (~> 3.13.0)
Expand All @@ -311,19 +312,19 @@ GEM
rspec-mocks (~> 3.12)
rspec-support (~> 3.12)
rspec-support (3.13.1)
rubocop (1.60.2)
rubocop (1.64.0)
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.30.0, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.30.0)
parser (>= 3.2.1.0)
rubocop-ast (1.31.3)
parser (>= 3.3.1.0)
rubocop-capybara (2.20.0)
rubocop (~> 1.41)
rubocop-factory_bot (2.25.1)
Expand Down Expand Up @@ -363,6 +364,7 @@ GEM
net-ssh (>= 2.8.0)
ssrf_filter (1.1.2)
stringio (3.1.0)
strscan (3.1.0)
thor (1.3.0)
timecop (0.9.8)
timeout (0.4.1)
Expand Down Expand Up @@ -407,7 +409,7 @@ DEPENDENCIES
pundit
rails (~> 7.1.1)
rspec-rails
rubocop (~> 1.48)
rubocop (~> 1.64)
rubocop-performance (~> 1.16)
rubocop-rails (~> 2.18)
rubocop-rspec (~> 2.19)
Expand Down

0 comments on commit 242bc04

Please sign in to comment.