Skip to content

Commit

Permalink
fix: revert required_ruby_version to >=2.4 for 2.1.2
Browse files Browse the repository at this point in the history
Closes #228
  • Loading branch information
bufferoverflow committed Sep 14, 2024
1 parent 4237838 commit e9d5238
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 = '2.1.1'
VERSION = '2.1.2'
end
end
4 changes: 2 additions & 2 deletions omniauth-saml.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ Gem::Specification.new do |gem|
gem.authors = ['Raecoo Cao', 'Ryan Wilcox', 'Rajiv Aaron Manglani', 'Steven Anderson', 'Nikos Dimitrakopoulos', 'Rudolf Vriend', 'Bruno Pedro']
gem.homepage = 'https://github.com/omniauth/omniauth-saml'

gem.required_ruby_version = '>= 3.1'
gem.required_ruby_version = '>= 2.4'

gem.add_runtime_dependency 'omniauth', '~> 2.1'
gem.add_runtime_dependency 'ruby-saml', '>= 1.17'
gem.add_runtime_dependency 'ruby-saml', '~> 1.17'

gem.add_development_dependency 'rake', '~> 13.2'
gem.add_development_dependency 'rspec', '~> 3.13'
Expand Down

0 comments on commit e9d5238

Please sign in to comment.