Skip to content

Commit 9e71915

Browse files
feat: 1.10.4 release with ruby-saml ~> 1.17
1 parent 7a7ad49 commit 9e71915

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/omniauth-saml/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module OmniAuth
22
module SAML
3-
VERSION = '1.10.3'
3+
VERSION = '1.10.4'
44
end
55
end

omniauth-saml.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Gem::Specification.new do |gem|
1414
gem.required_ruby_version = '>= 2.4'
1515

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

1919
gem.add_development_dependency 'rake', '>= 12.3.3'
2020
gem.add_development_dependency 'rspec', '~>3.4'

0 commit comments

Comments
 (0)