Skip to content

Commit

Permalink
Update dependency rubocop to v1.59.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 5, 2024
1 parent f2735ed commit 656d52f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ gem 'rake', '13.1.0', require: false
gem 'relative_time', '1.1.0'
gem 'rerun', '0.14.0', require: false
gem 'rspec-rails', '6.1.0', require: false
gem 'rubocop', '1.56.0', require: false
gem 'rubocop', '1.59.0', require: false
gem 'rubocop-rspec', '2.26.1', require: false
gem 'sass', '3.7.4'
gem 'sentry-raven', '3.1.2'
Expand Down
11 changes: 5 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ GEM
thread_safe (~> 0.3, >= 0.3.1)
backtrace (0.4.0)
base58 (0.2.3)
base64 (0.1.1)
base64 (0.2.0)
bigdecimal (3.1.5)
builder (3.2.4)
coercible (1.0.0)
Expand Down Expand Up @@ -191,16 +191,15 @@ GEM
rspec-mocks (~> 3.12)
rspec-support (~> 3.12)
rspec-support (3.12.1)
rubocop (1.56.0)
base64 (~> 0.1.1)
rubocop (1.59.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.2.2.3)
parser (>= 3.2.2.4)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.28.1, < 2.0)
rubocop-ast (>= 1.30.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.30.0)
Expand Down Expand Up @@ -290,7 +289,7 @@ DEPENDENCIES
relative_time (= 1.1.0)
rerun (= 0.14.0)
rspec-rails (= 6.1.0)
rubocop (= 1.56.0)
rubocop (= 1.59.0)
rubocop-rspec (= 2.26.1)
sass (= 3.7.4)
sentry-raven (= 3.1.2)
Expand Down

0 comments on commit 656d52f

Please sign in to comment.