From a8eda123bf259809b32161766eef2a6b1d65ba12 Mon Sep 17 00:00:00 2001 From: Jason Miller Date: Wed, 13 Apr 2022 13:30:39 -0400 Subject: [PATCH] SISRP-36520 - Rolls back OmniAuth to v1.9.1 to resolve error with /auth/cas redirect --- lib/omniauth/cas/version.rb | 2 +- omniauth-cas.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/omniauth/cas/version.rb b/lib/omniauth/cas/version.rb index b106a34..2f54c5b 100644 --- a/lib/omniauth/cas/version.rb +++ b/lib/omniauth/cas/version.rb @@ -1,5 +1,5 @@ module Omniauth module Cas - VERSION = '1.1.2' + VERSION = '1.1.3' end end diff --git a/omniauth-cas.gemspec b/omniauth-cas.gemspec index db9cd77..3cdb91d 100644 --- a/omniauth-cas.gemspec +++ b/omniauth-cas.gemspec @@ -15,7 +15,7 @@ Gem::Specification.new do |gem| gem.require_paths = ["lib"] gem.version = Omniauth::Cas::VERSION - gem.add_dependency 'omniauth', '~> 2.0.4' + gem.add_dependency 'omniauth', '~> 1.9.1' gem.add_dependency 'nokogiri', '~> 1.13.3' gem.add_dependency 'addressable', '~> 2.8.0'