Skip to content

Commit

Permalink
Update dependency rubocop-rspec to v3.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 5, 2024
1 parent 63810bf commit e029ab9
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 @@ -34,7 +34,7 @@ gem 'rake', '13.2.1', require: false
gem 'random-port', '~>0', require: false
gem 'rspec-rails', '6.1.3', require: false
gem 'rubocop', '1.65.1', require: false
gem 'rubocop-rspec', '3.0.3', require: false
gem 'rubocop-rspec', '3.0.4', require: false
gem 'simplecov', '0.22.0', require: false
gem 'webmock', '3.23.1', require: false
gem 'xcop', '>=0.6', require: false
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ GEM
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.31.3)
parser (>= 3.3.1.0)
rubocop-rspec (3.0.3)
rubocop-rspec (3.0.4)
rubocop (~> 1.61)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
Expand Down Expand Up @@ -329,7 +329,7 @@ DEPENDENCIES
random-port (~> 0)
rspec-rails (= 6.1.3)
rubocop (= 1.65.1)
rubocop-rspec (= 3.0.3)
rubocop-rspec (= 3.0.4)
simplecov (= 0.22.0)
webmock (= 3.23.1)
xcop (>= 0.6)
Expand Down

0 comments on commit e029ab9

Please sign in to comment.