Skip to content

Commit

Permalink
Merge pull request #62 from alex/patch-2
Browse files Browse the repository at this point in the history
Allow newer versions of ruby-saml
  • Loading branch information
bpedro committed Nov 4, 2015
2 parents 3d15c3a + 416959b commit d51c114
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/PracticallyGreen/omniauth-saml'

gem.add_runtime_dependency 'omniauth', '~> 1.1'
gem.add_runtime_dependency 'ruby-saml', '~> 1.0.0'
gem.add_runtime_dependency 'ruby-saml', '~> 1.0'

gem.add_development_dependency 'rspec', '~> 2.8'
gem.add_development_dependency 'simplecov', '~> 0.6'
Expand Down

0 comments on commit d51c114

Please sign in to comment.