Skip to content

Commit

Permalink
Update dependency rubocop to v1.54.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 26, 2023
1 parent d44b99e commit b7c4c1a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ gem 'rake', '13.0.6', require: false
gem 'relative_time', '1.1.0'
gem 'rerun', '0.14.0', require: false
gem 'rspec-rails', '6.0.3', require: false
gem 'rubocop', '1.54.1', require: false
gem 'rubocop', '1.54.2', require: false
gem 'rubocop-rspec', '2.22.0', require: false
gem 'sass', '3.7.4'
gem 'sentry-raven', '3.1.2'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ GEM
rspec-mocks (~> 3.12)
rspec-support (~> 3.12)
rspec-support (3.12.1)
rubocop (1.54.1)
rubocop (1.54.2)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand Down Expand Up @@ -268,7 +268,7 @@ DEPENDENCIES
relative_time (= 1.1.0)
rerun (= 0.14.0)
rspec-rails (= 6.0.3)
rubocop (= 1.54.1)
rubocop (= 1.54.2)
rubocop-rspec (= 2.22.0)
sass (= 3.7.4)
sentry-raven (= 3.1.2)
Expand Down

0 comments on commit b7c4c1a

Please sign in to comment.