Skip to content

Commit

Permalink
Update dependency rubocop-rspec to v2.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 5, 2023
1 parent 62bb650 commit 0aa4902
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 @@ -45,7 +45,7 @@ gem 'redcarpet', '3.6.0'
gem 'rerun', '0.14.0', require: false
gem 'rspec-rails', '3.9.1', require: false
gem 'rubocop', '1.50.2', require: false
gem 'rubocop-rspec', '2.20.0', require: false
gem 'rubocop-rspec', '2.21.0', require: false
gem 'sass', '3.7.4'
gem 'sentry-raven', '3.1.2'
gem 'simplecov', '0.22.0', require: false
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ GEM
parser (>= 3.2.1.0)
rubocop-capybara (2.18.0)
rubocop (~> 1.41)
rubocop-rspec (2.20.0)
rubocop-rspec (2.21.0)
rubocop (~> 1.33)
rubocop-capybara (~> 2.17)
ruby-progressbar (1.13.0)
Expand Down Expand Up @@ -290,7 +290,7 @@ DEPENDENCIES
rerun (= 0.14.0)
rspec-rails (= 3.9.1)
rubocop (= 1.50.2)
rubocop-rspec (= 2.20.0)
rubocop-rspec (= 2.21.0)
sass (= 3.7.4)
sentry-raven (= 3.1.2)
simplecov (= 0.22.0)
Expand Down

0 comments on commit 0aa4902

Please sign in to comment.