Skip to content

Commit

Permalink
⬆️ Allow ruby-saml versions <= 1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AlecRust authored and tylerwillingham committed Apr 23, 2021
1 parent 027d5e4 commit 97d8f98
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ PATH
activemodel (>= 5.2.5, < 7.0)
builder (>= 3.2.2)
nokogiri (>= 1.10.5)
ruby-saml (~> 1.11.0)
ruby-saml (<= 1.12.0)
ruby-saml-idp
sinatra (~> 2.0.0)
xmlenc (>= 0.7.1)
Expand Down Expand Up @@ -102,4 +102,4 @@ DEPENDENCIES
ruby-saml-idp!

BUNDLED WITH
2.1.4
2.2.16
2 changes: 1 addition & 1 deletion fake_idp.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ Gem::Specification.new do |spec|

spec.add_runtime_dependency "sinatra", "~> 2.0.0"
spec.add_runtime_dependency "ruby-saml-idp"
spec.add_runtime_dependency "ruby-saml", "~> 1.11.0"
spec.add_runtime_dependency "ruby-saml", "<= 1.12.0"
end

0 comments on commit 97d8f98

Please sign in to comment.