Skip to content

Commit

Permalink
Bump rubocop-rspec from 3.3.0 to 3.4.0 (#956)
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 Jan 23, 2025
1 parent a99ad82 commit e61992c
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 @@ -66,7 +66,7 @@ group :development do
gem 'rubocop-performance', '~> 1.23', require: false
gem 'rubocop-rails', '~> 2.28', require: false
gem 'rubocop-rake', '~> 0.6.0', require: false
gem 'rubocop-rspec', '~> 3.3', require: false
gem 'rubocop-rspec', '~> 3.4', require: false
gem 'rubocop-rspec_rails', '~> 2.30.0', require: false
end

Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ GEM
parallel (1.26.3)
parallel_tests (4.9.0)
parallel
parser (3.3.6.0)
parser (3.3.7.0)
ast (~> 2.4.1)
racc
pg (1.5.9)
Expand Down Expand Up @@ -528,7 +528,7 @@ GEM
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rake (0.6.0)
rubocop (~> 1.0)
rubocop-rspec (3.3.0)
rubocop-rspec (3.4.0)
rubocop (~> 1.61)
rubocop-rspec_rails (2.30.0)
rubocop (~> 1.61)
Expand Down Expand Up @@ -657,7 +657,7 @@ DEPENDENCIES
rubocop-performance (~> 1.23)
rubocop-rails (~> 2.28)
rubocop-rake (~> 0.6.0)
rubocop-rspec (~> 3.3)
rubocop-rspec (~> 3.4)
rubocop-rspec_rails (~> 2.30.0)
selenium-webdriver (~> 4.28.0)
sendgrid (~> 1.2.4)
Expand Down

0 comments on commit e61992c

Please sign in to comment.