From 4dfe89ec0a029e0c1c759eb23bcc44f2bf5d48f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Apr 2023 05:52:58 +0000 Subject: [PATCH] Update omniauth requirement from ~> 1.0 to >= 1, < 3 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.0.0...v2.1.1) --- updated-dependencies: - dependency-name: omniauth dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- omniauth-uaa-oauth2.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/omniauth-uaa-oauth2.gemspec b/omniauth-uaa-oauth2.gemspec index e193873..36fbe42 100644 --- a/omniauth-uaa-oauth2.gemspec +++ b/omniauth-uaa-oauth2.gemspec @@ -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'