Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 11, 2024
1 parent 3ab07d7 commit ae947af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion caber.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
end

spec.add_dependency "rails", ">= 7.1.4"
spec.add_development_dependency "rspec-rails", "~> 6.1"
spec.add_development_dependency "rspec-rails", "~> 7.1"
spec.add_development_dependency "factory_bot_rails", "~> 6.4"
spec.add_development_dependency "standardrb"
end

0 comments on commit ae947af

Please sign in to comment.