Skip to content

Commit e9d5238

Browse files
fix: revert required_ruby_version to >=2.4 for 2.1.2
Closes #228
1 parent 4237838 commit e9d5238

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

lib/omniauth-saml/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module OmniAuth
22
module SAML
3-
VERSION = '2.1.1'
3+
VERSION = '2.1.2'
44
end
55
end

omniauth-saml.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ Gem::Specification.new do |gem|
1010
gem.authors = ['Raecoo Cao', 'Ryan Wilcox', 'Rajiv Aaron Manglani', 'Steven Anderson', 'Nikos Dimitrakopoulos', 'Rudolf Vriend', 'Bruno Pedro']
1111
gem.homepage = 'https://github.com/omniauth/omniauth-saml'
1212

13-
gem.required_ruby_version = '>= 3.1'
13+
gem.required_ruby_version = '>= 2.4'
1414

1515
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'
1717

1818
gem.add_development_dependency 'rake', '~> 13.2'
1919
gem.add_development_dependency 'rspec', '~> 3.13'

0 commit comments

Comments
 (0)