Skip to content

Commit

Permalink
Update dependency rubocop-rspec to v2.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 30, 2023
1 parent b7c4c1a commit 6202f5c
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 @@ -37,7 +37,7 @@ 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.2', require: false
gem 'rubocop-rspec', '2.22.0', require: false
gem 'rubocop-rspec', '2.23.0', require: false
gem 'sass', '3.7.4'
gem 'sentry-raven', '3.1.2'
gem 'simplecov', '0.22.0'
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ GEM
i18n
rerun (0.14.0)
listen (~> 3.0)
rexml (3.2.5)
rexml (3.2.6)
rspec-core (3.12.2)
rspec-support (~> 3.12.0)
rspec-expectations (3.12.3)
Expand Down Expand Up @@ -186,7 +186,7 @@ GEM
rubocop (~> 1.41)
rubocop-factory_bot (2.23.1)
rubocop (~> 1.33)
rubocop-rspec (2.22.0)
rubocop-rspec (2.23.0)
rubocop (~> 1.33)
rubocop-capybara (~> 2.17)
rubocop-factory_bot (~> 2.22)
Expand Down Expand Up @@ -269,7 +269,7 @@ DEPENDENCIES
rerun (= 0.14.0)
rspec-rails (= 6.0.3)
rubocop (= 1.54.2)
rubocop-rspec (= 2.22.0)
rubocop-rspec (= 2.23.0)
sass (= 3.7.4)
sentry-raven (= 3.1.2)
simplecov (= 0.22.0)
Expand Down

0 comments on commit 6202f5c

Please sign in to comment.