Skip to content

Commit

Permalink
chore: Bump ruby-saml dependency to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
suprnova32 committed Oct 18, 2016
1 parent 5559d6b commit 6382128
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 @@ -12,7 +12,7 @@ Gem::Specification.new do |gem|
gem.homepage = 'https://github.com/omniauth/omniauth-saml'

gem.add_runtime_dependency 'omniauth', '~> 1.3'
gem.add_runtime_dependency 'ruby-saml', '~> 1.3'
gem.add_runtime_dependency 'ruby-saml', '~> 1.4'

gem.add_development_dependency 'rake', '>= 10', '< 12'
gem.add_development_dependency 'rspec', '~>3.4'
Expand Down

0 comments on commit 6382128

Please sign in to comment.