Skip to content

Commit

Permalink
Update dependency rubocop to v1.63.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 22, 2024
1 parent 7b82538 commit 2c5203a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ gem 'rake', '13.2.1', require: false
gem 'relative_time', '1.1.0'
gem 'rerun', '0.14.0', require: false
gem 'rspec-rails', '6.1.2', require: false
gem 'rubocop', '1.61.0', require: false
gem 'rubocop', '1.63.3', require: false
gem 'rubocop-rspec', '2.29.1', require: false
gem 'sass', '3.7.4'
gem 'sentry-raven', '3.1.2'
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -186,15 +186,15 @@ GEM
rspec-mocks (~> 3.13)
rspec-support (~> 3.13)
rspec-support (3.13.1)
rubocop (1.61.0)
rubocop (1.63.3)
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.31.2)
Expand Down Expand Up @@ -290,7 +290,7 @@ DEPENDENCIES
relative_time (= 1.1.0)
rerun (= 0.14.0)
rspec-rails (= 6.1.2)
rubocop (= 1.61.0)
rubocop (= 1.63.3)
rubocop-rspec (= 2.29.1)
sass (= 3.7.4)
sentry-raven (= 3.1.2)
Expand Down

0 comments on commit 2c5203a

Please sign in to comment.