Skip to content

Commit

Permalink
Bump rubocop-rspec from 2.29.2 to 2.30.0 (#737)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 3, 2024
1 parent 5e0e4a3 commit e1e7a81
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 @@ -67,7 +67,7 @@ group :development do
gem 'rubocop-performance', '~> 1.21', require: false
gem 'rubocop-rails', '~> 2.25', require: false
gem 'rubocop-rake', '~> 0.6.0', require: false
gem 'rubocop-rspec', '~> 2.29', require: false
gem 'rubocop-rspec', '~> 2.30', require: false
end

group :test do
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ GEM
parallel (1.24.0)
parallel_tests (4.7.1)
parallel
parser (3.3.1.0)
parser (3.3.2.0)
ast (~> 2.4.1)
racc
pg (1.5.6)
Expand Down Expand Up @@ -518,7 +518,7 @@ GEM
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rake (0.6.0)
rubocop (~> 1.0)
rubocop-rspec (2.29.2)
rubocop-rspec (2.30.0)
rubocop (~> 1.40)
rubocop-capybara (~> 2.17)
rubocop-factory_bot (~> 2.22)
Expand Down Expand Up @@ -656,7 +656,7 @@ DEPENDENCIES
rubocop-performance (~> 1.21)
rubocop-rails (~> 2.25)
rubocop-rake (~> 0.6.0)
rubocop-rspec (~> 2.29)
rubocop-rspec (~> 2.30)
sass-rails (~> 6.0.0)
selenium-webdriver (~> 4.21.1)
sendgrid (~> 1.2.4)
Expand Down

0 comments on commit e1e7a81

Please sign in to comment.