Skip to content

Commit

Permalink
Update rspec-rails requirement from ~> 6.0 to ~> 7.0
Browse files Browse the repository at this point in the history
Updates the requirements on [rspec-rails](https:/rspec/rspec-rails) to permit the latest version.
- [Changelog](https:/rspec/rspec-rails/blob/main/Changelog.md)
- [Commits](rspec/rspec-rails@v6.0.0...v7.0.0)

---
updated-dependencies:
- dependency-name: rspec-rails
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 3, 2024
1 parent a4e7c4f commit b6cfaa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ gem "sprockets-rails"
gem "rspec-core"
gem "rspec-expectations"
gem "rspec-mocks"
gem "rspec-rails", "~> 6.0"
gem "rspec-rails", "~> 7.0"
gem "rspec-support"

gem "rubocop", "~> 1.4"
Expand Down

0 comments on commit b6cfaa4

Please sign in to comment.