Skip to content

Commit

Permalink
Bump rubocop-rspec from 3.3.0 to 3.4.0
Browse files Browse the repository at this point in the history
Bumps [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) from 3.3.0 to 3.4.0.
- [Release notes](https://github.com/rubocop/rubocop-rspec/releases)
- [Changelog](https://github.com/rubocop/rubocop-rspec/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop-rspec@v3.3.0...v3.4.0)

---
updated-dependencies:
- dependency-name: rubocop-rspec
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 21, 2025
1 parent 7782edd commit ce88507
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 @@ -51,7 +51,7 @@ group :development, :test do
gem "rubocop-rails", "~> 2.29", require: false
# Omakase Ruby styling [https://github.com/rails/rubocop-rails-omakase/]
gem "rubocop-rails-omakase", require: false
gem "rubocop-rspec", "~> 3.3", require: false
gem "rubocop-rspec", "~> 3.4", require: false
gem "rubocop-performance", "~> 1.23", require: false
gem "rubocop-rspec_rails", "~> 2.30", require: false
gem "rubocop-capybara", "~> 2.21", require: false
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ GEM
rubocop-minitest
rubocop-performance
rubocop-rails
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 @@ -447,7 +447,7 @@ DEPENDENCIES
rubocop-performance (~> 1.23)
rubocop-rails (~> 2.29)
rubocop-rails-omakase
rubocop-rspec (~> 3.3)
rubocop-rspec (~> 3.4)
rubocop-rspec_rails (~> 2.30)
selenium-webdriver
shoulda-matchers (~> 6.4)
Expand Down

0 comments on commit ce88507

Please sign in to comment.