File tree 3 files changed +16
-2
lines changed
3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change
1
+ <a name =" v2.2.3 " ></a >
2
+ ### v2.2.3 (2025-03-12)
3
+
4
+
5
+ #### Features
6
+
7
+ * new release 2.2.3 ([ 0d06a3c] ( /../../commit/0d06a3c ) )
8
+
9
+
10
+ #### Bug Fixes
11
+
12
+ * bump ruby-saml to 1.18 ([ 7a348b4] ( /../../commit/7a348b4 ) )
13
+
14
+
1
15
<a name =" v2.2.2 " ></a >
2
16
### v2.2.2 (2025-03-04)
3
17
Original file line number Diff line number Diff line change 1
1
module OmniAuth
2
2
module SAML
3
- VERSION = '2.2.2 '
3
+ VERSION = '2.2.3 '
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.18 '
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