Skip to content

Commit

Permalink
build(deps-dev): bump rspec-rails from 7.0.1 to 7.1.0
Browse files Browse the repository at this point in the history
Bumps [rspec-rails](https://github.com/rspec/rspec-rails) from 7.0.1 to 7.1.0.
- [Changelog](https://github.com/rspec/rspec-rails/blob/main/Changelog.md)
- [Commits](rspec/rspec-rails@v7.0.1...v7.1.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 11, 2024
1 parent 7da8dda commit ed3446b
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 @@ -106,7 +106,7 @@ group :development, :test do

gem "solr_wrapper", ">= 0.3"

gem "rspec-rails", "~> 7.0"
gem "rspec-rails", "~> 7.1"
gem "fuubar"
gem "shoulda-matchers"
gem "factory_bot_rails"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ GEM
rspec-mocks (3.13.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-rails (7.0.1)
rspec-rails (7.1.0)
actionpack (>= 7.0)
activesupport (>= 7.0)
railties (>= 7.0)
Expand Down Expand Up @@ -660,7 +660,7 @@ DEPENDENCIES
rails-controller-testing (~> 1.0, >= 1.0.5)
redis (~> 5.3)
rsolr (>= 1.0, < 3)
rspec-rails (~> 7.0)
rspec-rails (~> 7.1)
rubocop-capybara
rubocop-factory_bot
rubocop-performance
Expand Down

0 comments on commit ed3446b

Please sign in to comment.