Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

Commit

Permalink
Update dependency rubocop to '~> 1.59.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 11, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent b448631 commit eecb233
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 15 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ gem 'pagy', '~> 5.10.0' # pagination
group :development, :test do
# Linters
## Ruby linter
gem 'rubocop', '~> 1.26.0', require: false
gem 'rubocop', '~> 1.59.0', require: false
gem 'rubocop-performance', '~> 1.13.1', require: false
gem 'rubocop-rails', '~> 2.14.0', require: false
gem 'rubocop-rspec', '~> 2.9.0', require: false
Expand Down
33 changes: 19 additions & 14 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,9 @@ GEM
concurrent-ruby (~> 1.0)
ice_nine (0.11.2)
io-wait (0.2.1)
json (2.7.1)
jwt (2.3.0)
language_server-protocol (3.17.0.3)
listen (3.7.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
Expand Down Expand Up @@ -239,9 +241,10 @@ GEM
omniauth (~> 2.0)
pagy (5.10.0)
activesupport
parallel (1.21.0)
parser (3.1.1.0)
parallel (1.23.0)
parser (3.2.2.4)
ast (~> 2.4.1)
racc
pg (1.3.0)
public_suffix (4.0.6)
puma (5.6.0)
Expand Down Expand Up @@ -290,10 +293,10 @@ GEM
rb-inotify (0.10.1)
ffi (~> 1.0)
redis (4.6.0)
regexp_parser (2.2.1)
regexp_parser (2.8.3)
request_store (1.5.0)
rack (>= 1.4)
rexml (3.2.5)
rexml (3.2.6)
rspec-core (3.10.1)
rspec-support (~> 3.10.0)
rspec-expectations (3.10.2)
Expand All @@ -313,17 +316,19 @@ GEM
rspec-retry (0.6.2)
rspec-core (> 3.3)
rspec-support (3.10.3)
rubocop (1.26.0)
rubocop (1.59.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.1.0.0)
parser (>= 3.2.2.4)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml
rubocop-ast (>= 1.16.0, < 2.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.30.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.16.0)
parser (>= 3.1.1.0)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.30.0)
parser (>= 3.2.1.0)
rubocop-performance (1.13.1)
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
Expand All @@ -333,7 +338,7 @@ GEM
rubocop (>= 1.7.0, < 2.0)
rubocop-rspec (2.9.0)
rubocop (~> 1.19)
ruby-progressbar (1.11.0)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
rubyzip (2.3.2)
safely_block (0.3.0)
Expand Down Expand Up @@ -382,7 +387,7 @@ GEM
railties (>= 6.0.0)
tzinfo (2.0.4)
concurrent-ruby (~> 1.0)
unicode-display_width (2.1.0)
unicode-display_width (2.5.0)
virtus (2.0.0)
axiom-types (~> 0.1)
coercible (~> 1.0)
Expand Down Expand Up @@ -451,7 +456,7 @@ DEPENDENCIES
redis (~> 4.6.0)
rspec-rails (~> 5.1.0)
rspec-retry (~> 0.6.2)
rubocop (~> 1.26.0)
rubocop (~> 1.59.0)
rubocop-performance (~> 1.13.1)
rubocop-rails (~> 2.14.0)
rubocop-rspec (~> 2.9.0)
Expand Down

0 comments on commit eecb233

Please sign in to comment.