Skip to content

Commit e17f460

Browse files
committedSep 10, 2024
chore: use semantic versioning for ruby-saml as per gem build hints
1 parent 4237838 commit e17f460

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎omniauth-saml.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Gem::Specification.new do |gem|
1313
gem.required_ruby_version = '>= 3.1'
1414

1515
gem.add_runtime_dependency 'omniauth', '~> 2.1'
16-
gem.add_runtime_dependency 'ruby-saml', '>= 1.17'
16+
gem.add_runtime_dependency 'ruby-saml', '~> 1.17'
1717

1818
gem.add_development_dependency 'rake', '~> 13.2'
1919
gem.add_development_dependency 'rspec', '~> 3.13'

0 commit comments

Comments
 (0)
Please sign in to comment.