Skip to content

Commit

Permalink
Update dependency rubocop-rake to v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 16, 2025
1 parent a460308 commit 5812c06
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ gem 'rubocop', '1.52.1', require: false
gem 'rubocop-minitest', '>0', require: false
gem 'rubocop-performance', '>0', require: false
gem 'rubocop-rake', '>0', require: false
gem 'rubocop-rspec', '>0', require: false
gem 'rubocop-rspec', '2.31.0', require: false
gem 'simplecov', '0.22.0', require: false
13 changes: 11 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,10 @@ GEM
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.38.0)
parser (>= 3.3.1.0)
rubocop-capybara (2.21.0)
rubocop (~> 1.41)
rubocop-factory_bot (2.26.0)
rubocop (~> 1.41)
rubocop-minitest (0.34.5)
rubocop (>= 1.39, < 2.0)
rubocop-ast (>= 1.30.0, < 2.0)
Expand All @@ -79,7 +83,12 @@ GEM
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rake (0.6.0)
rubocop (~> 1.0)
rubocop-rspec (3.0.0)
rubocop-rspec (2.31.0)
rubocop (~> 1.40)
rubocop-capybara (~> 2.17)
rubocop-factory_bot (~> 2.22)
rubocop-rspec_rails (~> 2.28)
rubocop-rspec_rails (2.29.0)
rubocop (~> 1.40)
ruby-progressbar (1.13.0)
simplecov (0.22.0)
Expand Down Expand Up @@ -111,7 +120,7 @@ DEPENDENCIES
rubocop-minitest (> 0)
rubocop-performance (> 0)
rubocop-rake (> 0)
rubocop-rspec (> 0)
rubocop-rspec (= 2.31.0)
simplecov (= 0.22.0)

BUNDLED WITH
Expand Down

0 comments on commit 5812c06

Please sign in to comment.