Skip to content

Commit

Permalink
SISRP-36520 - Rolls back OmniAuth to v1.9.1 to resolve error with /au…
Browse files Browse the repository at this point in the history
…th/cas redirect
  • Loading branch information
redconfetti committed Apr 13, 2022
1 parent 4094e27 commit a8eda12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/omniauth/cas/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Omniauth
module Cas
VERSION = '1.1.2'
VERSION = '1.1.3'
end
end
2 changes: 1 addition & 1 deletion omniauth-cas.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::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'

Expand Down

0 comments on commit a8eda12

Please sign in to comment.