File tree 3 files changed +14
-2
lines changed
3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change
1
+ <a name =" v2.2.0 " ></a >
2
+ ### v2.2.0 (2024-09-10)
3
+
4
+ This release fixes:
5
+
6
+ * [ GHSA-jw9c -mfg7-9rx2] ( https://github.com/SAML-Toolkits/ruby-saml/security/advisories/GHSA-jw9c-mfg7-9rx2 )
7
+ * [ GHSA-cvp8 -5r8g-fhvq] ( https://github.com/omniauth/omniauth-saml/security/advisories/GHSA-cvp8-5r8g-fhvq )
8
+
9
+ #### Chores
10
+
11
+ * use semantic versioning for ruby-saml as per gem build hints ([ e17f460] ( /../../commit/e17f460 ) )
12
+
1
13
<a name =" v2.1.1 " ></a >
2
14
### v2.1.1 (2024-09-10)
3
15
Original file line number Diff line number Diff line change 1
1
module OmniAuth
2
2
module SAML
3
- VERSION = '2.1.1 '
3
+ VERSION = '2.2.0 '
4
4
end
5
5
end
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Gem::Specification.new do |gem|
13
13
gem . required_ruby_version = '>= 3.1'
14
14
15
15
gem . add_runtime_dependency 'omniauth' , '~> 2.1'
16
- gem . add_runtime_dependency 'ruby-saml' , '>= 1.17'
16
+ gem . add_runtime_dependency 'ruby-saml' , '~> 1.17'
17
17
18
18
gem . add_development_dependency 'rake' , '~> 13.2'
19
19
gem . add_development_dependency 'rspec' , '~> 3.13'
You can’t perform that action at this time.
0 commit comments