Skip to content

Commit

Permalink
chore: use semantic versioning for ruby-saml as per gem build hints
Browse files Browse the repository at this point in the history
  • Loading branch information
bufferoverflow committed Sep 10, 2024
1 parent 4237838 commit e17f460
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omniauth-saml.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |gem|
gem.required_ruby_version = '>= 3.1'

gem.add_runtime_dependency 'omniauth', '~> 2.1'
gem.add_runtime_dependency 'ruby-saml', '>= 1.17'
gem.add_runtime_dependency 'ruby-saml', '~> 1.17'

gem.add_development_dependency 'rake', '~> 13.2'
gem.add_development_dependency 'rspec', '~> 3.13'
Expand Down

0 comments on commit e17f460

Please sign in to comment.