Skip to content

Commit

Permalink
Update rspec-rails requirement from ~> 4.1.0 to ~> 5.1.2
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.
- [Release notes](https://github.com/rspec/rspec-rails/releases)
- [Changelog](https://github.com/rspec/rspec-rails/blob/main/Changelog.md)
- [Commits](rspec/rspec-rails@v4.1.0...v5.1.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and reidab committed May 20, 2022
1 parent 129a8b9 commit e811d7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion calagator.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Gem::Specification.new do |s|
s.add_development_dependency 'rspec-activemodel-mocks', '~> 1.1.0'
s.add_development_dependency 'rspec-collection_matchers', '~> 1.1'
s.add_development_dependency 'rspec-its', '~> 1.1'
s.add_development_dependency 'rspec-rails', '~> 4.1.0'
s.add_development_dependency 'rspec-rails', '~> 5.1.2'
# s.add_development_dependency 'rubocop', '~> 0.80.0'
# s.add_development_dependency 'rubocop-performance', '~> 1.5.0'
# s.add_development_dependency 'rubocop-rails', '~> 2.5.2'
Expand Down

0 comments on commit e811d7e

Please sign in to comment.