Skip to content

Commit

Permalink
Update rspec requirement from ~> 2.6.0 to ~> 3.12.0
Browse files Browse the repository at this point in the history
Updates the requirements on [rspec](https://github.com/rspec/rspec-metagem) to permit the latest version.
- [Release notes](https://github.com/rspec/rspec-metagem/releases)
- [Commits](rspec/rspec-metagem@v2.6.0...v3.12.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 27, 2023
1 parent 74bbc50 commit 01fc6a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omniauth-uaa-oauth2.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ Gem::Specification.new do |gem|
gem.add_runtime_dependency 'omniauth', '>= 1', '< 3'
gem.add_runtime_dependency 'cf-uaa-lib', ['>= 3.2', '< 5.0']

gem.add_development_dependency 'rspec', '~> 2.6.0'
gem.add_development_dependency 'rspec', '~> 3.12.0'
gem.add_development_dependency 'rake'
end

0 comments on commit 01fc6a6

Please sign in to comment.