Skip to content

Commit

Permalink
Update omniauth requirement from ~> 1.0 to >= 1, < 3
Browse files Browse the repository at this point in the history
Updates the requirements on [omniauth](https://github.com/omniauth/omniauth) to permit the latest version.
- [Release notes](https://github.com/omniauth/omniauth/releases)
- [Commits](omniauth/omniauth@v1.0.0...v2.1.1)

---
updated-dependencies:
- dependency-name: omniauth
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 27, 2023
1 parent 4b675ee commit 4dfe89e
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 @@ -15,7 +15,7 @@ Gem::Specification.new do |gem|
gem.require_paths = ["lib"]
gem.version = OmniAuth::Cloudfoundry::VERSION

gem.add_runtime_dependency 'omniauth', '~> 1.0'
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'
Expand Down

0 comments on commit 4dfe89e

Please sign in to comment.