We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d46562d commit 91f1282Copy full SHA for 91f1282
omniauth-saml.gemspec
@@ -14,7 +14,7 @@ Gem::Specification.new do |gem|
14
gem.required_ruby_version = '>= 2.1'
15
16
gem.add_runtime_dependency 'omniauth', '~> 1.3', '>= 1.3.2'
17
- gem.add_runtime_dependency 'ruby-saml', '~> 1.7'
+ gem.add_runtime_dependency 'ruby-saml', '~> 1.8'
18
19
gem.add_development_dependency 'rake', '>= 10', '< 12'
20
gem.add_development_dependency 'rspec', '~>3.4'
0 commit comments