Skip to content

Commit

Permalink
Update rspec-rails requirement from ~> 6.1.2 to ~> 7.0.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.2...v7.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 3, 2024
1 parent b939127 commit 0fd811d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudflare-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'rack-attack', '~> 6.7.0'
spec.add_development_dependency 'rake', '~> 13.2.1'
spec.add_development_dependency 'rspec', '~> 3.13.0'
spec.add_development_dependency 'rspec-rails', '~> 6.1.2'
spec.add_development_dependency 'rspec-rails', '~> 7.0.1'
spec.add_development_dependency 'rubocop', '~> 1.65.0'
spec.add_development_dependency 'rubocop-performance', '~> 1.21.0'
spec.add_development_dependency 'rubocop-rails', '~> 2.25.0'
Expand Down

0 comments on commit 0fd811d

Please sign in to comment.