Skip to content

Commit

Permalink
Update omniauth requirement from ~> 1.2 to >= 1.2, < 3.0
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.2.0...v2.1.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 9, 2024
1 parent 62f8e0a commit a513971
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omniauth-cas.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ Gem::Specification.new do |gem|

gem.add_dependency 'addressable', '~> 2.8'
gem.add_dependency 'nokogiri', '~> 1.12'
gem.add_dependency 'omniauth', '~> 1.9'
gem.add_dependency 'omniauth', '>= 1.9', '< 3.0'
end

0 comments on commit a513971

Please sign in to comment.