Skip to content

Commit

Permalink
feat: 1.10.4 release with ruby-saml ~> 1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
bufferoverflow committed Sep 17, 2024
1 parent 7a7ad49 commit 9e71915
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/omniauth-saml/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module OmniAuth
module SAML
VERSION = '1.10.3'
VERSION = '1.10.4'
end
end
2 changes: 1 addition & 1 deletion omniauth-saml.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Gem::Specification.new do |gem|
gem.required_ruby_version = '>= 2.4'

gem.add_runtime_dependency 'omniauth', '~> 1.3', '>= 1.3.2'
gem.add_runtime_dependency 'ruby-saml', '~> 1.9'
gem.add_runtime_dependency 'ruby-saml', '~> 1.17'

gem.add_development_dependency 'rake', '>= 12.3.3'
gem.add_development_dependency 'rspec', '~>3.4'
Expand Down

0 comments on commit 9e71915

Please sign in to comment.