Skip to content

Commit

Permalink
Depend on at least ruby-saml 1.7 (#111)
Browse files Browse the repository at this point in the history
Fixes #110
  • Loading branch information
adamstegman authored Feb 28, 2018
1 parent 9d2dbbb commit 717d6e1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 30 deletions.
7 changes: 0 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,27 +10,20 @@ gemfile:
- Gemfile
- spec/support/Gemfile.rails5
- spec/support/Gemfile.rails4
- spec/support/Gemfile.ruby-saml-1.3
matrix:
allow_failures:
- rvm: "1.9.3"
gemfile: Gemfile
- rvm: "1.9.3"
gemfile: spec/support/Gemfile.rails5
- rvm: "1.9.3"
gemfile: spec/support/Gemfile.ruby-saml-1.3
- rvm: "2.0.0"
gemfile: Gemfile
- rvm: "2.0.0"
gemfile: spec/support/Gemfile.rails5
- rvm: "2.0.0"
gemfile: spec/support/Gemfile.ruby-saml-1.3
- rvm: "2.1.10"
gemfile: Gemfile
- rvm: "2.1.10"
gemfile: spec/support/Gemfile.rails5
- rvm: "2.1.10"
gemfile: spec/support/Gemfile.ruby-saml-1.3

before_install:
# update bundler to avoid https://github.com/travis-ci/travis-ci/issues/5239
Expand Down
2 changes: 1 addition & 1 deletion devise_saml_authenticatable.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ Gem::Specification.new do |gem|
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})

gem.add_dependency("devise","> 2.0.0")
gem.add_dependency("ruby-saml","~> 1.3")
gem.add_dependency("ruby-saml","~> 1.7")
end
22 changes: 0 additions & 22 deletions spec/support/Gemfile.ruby-saml-1.3

This file was deleted.

0 comments on commit 717d6e1

Please sign in to comment.