Skip to content

Commit

Permalink
Update rspec-rails requirement from ~> 6.1 to ~> 7.0 (#36)
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.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 8, 2024
1 parent 1394edb commit 842ecc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paranoia_uniqueness_validator.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ Gem::Specification.new do |gem|

gem.add_development_dependency 'database_cleaner', '~> 2.0'
gem.add_development_dependency 'paranoia', '~> 3.0'
gem.add_development_dependency 'rspec-rails', '~> 6.1'
gem.add_development_dependency 'rspec-rails', '~> 7.0'
end

0 comments on commit 842ecc5

Please sign in to comment.