Skip to content

Commit

Permalink
Merge pull request #256 from xaviercrochet/ruby-saml-v1.17
Browse files Browse the repository at this point in the history
Bump ruby-saml to v1.17.0 to fix CVE-2024-4540
  • Loading branch information
adamstegman authored Oct 1, 2024
2 parents b670b05 + 2880102 commit 960ddf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devise_saml_authenticatable.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ Gem::Specification.new do |gem|
gem.required_ruby_version = ">= 2.6.0"

gem.add_dependency("devise","> 2.0.0")
gem.add_dependency("ruby-saml","~> 1.7")
gem.add_dependency("ruby-saml","~> 1.17")
end

0 comments on commit 960ddf6

Please sign in to comment.