We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4237838 commit e17f460Copy full SHA for e17f460
omniauth-saml.gemspec
@@ -13,7 +13,7 @@ Gem::Specification.new do |gem|
13
gem.required_ruby_version = '>= 3.1'
14
15
gem.add_runtime_dependency 'omniauth', '~> 2.1'
16
- gem.add_runtime_dependency 'ruby-saml', '>= 1.17'
+ gem.add_runtime_dependency 'ruby-saml', '~> 1.17'
17
18
gem.add_development_dependency 'rake', '~> 13.2'
19
gem.add_development_dependency 'rspec', '~> 3.13'
0 commit comments