Skip to content

Commit

Permalink
Update dependency rubocop-rspec to v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 1, 2024
1 parent 6c4a1e4 commit 4adba47
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 @@ -32,7 +32,7 @@ gem 'random-port', '>0', require: false
gem 'rspec-rails', '7.0.1', require: false
gem 'rubocop', '1.66.1', require: false
gem 'rubocop-performance', '1.22.1', require: false
gem 'rubocop-rspec', '3.0.5', require: false
gem 'rubocop-rspec', '3.1.0', require: false
gem 'simplecov', '0.22.0', require: false
gem 'simplecov-cobertura', '2.1.0', require: false
gem 'wait_for', '~>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 @@ -200,7 +200,7 @@ GEM
rubocop-performance (1.22.1)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rspec (3.0.5)
rubocop-rspec (3.1.0)
rubocop (~> 1.61)
ruby-progressbar (1.13.0)
securerandom (0.3.1)
Expand Down Expand Up @@ -251,7 +251,7 @@ DEPENDENCIES
rspec-rails (= 7.0.1)
rubocop (= 1.66.1)
rubocop-performance (= 1.22.1)
rubocop-rspec (= 3.0.5)
rubocop-rspec (= 3.1.0)
simplecov (= 0.22.0)
simplecov-cobertura (= 2.1.0)
wait_for (~> 0)
Expand Down

0 comments on commit 4adba47

Please sign in to comment.