From a513971c87a49f3128c262e886da05a5a5ebbf1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jan 2024 18:54:25 +0000 Subject: [PATCH] Update omniauth requirement from ~> 1.2 to >= 1.2, < 3.0 Updates the requirements on [omniauth](https://github.com/omniauth/omniauth) to permit the latest version. - [Release notes](https://github.com/omniauth/omniauth/releases) - [Commits](https://github.com/omniauth/omniauth/compare/v1.2.0...v2.1.2) --- updated-dependencies: - dependency-name: omniauth dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- omniauth-cas.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/omniauth-cas.gemspec b/omniauth-cas.gemspec index 45e7b60..6a67998 100644 --- a/omniauth-cas.gemspec +++ b/omniauth-cas.gemspec @@ -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