Skip to content

Commit 5abd24d

Browse files
committed
fix: revert required_ruby_version to >=2.4 for 1.10.x
1 parent 9e71915 commit 5abd24d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ https://github.com/omniauth/omniauth-saml
1717
## Requirements
1818

1919
* [OmniAuth](http://www.omniauth.org/) 1.3+
20-
* Ruby 2.4.x+
20+
* Ruby 2.1.x+
2121

2222
## Versioning
2323

omniauth-saml.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Gem::Specification.new do |gem|
1111
gem.email = '[email protected]'
1212
gem.homepage = 'https://github.com/omniauth/omniauth-saml'
1313

14-
gem.required_ruby_version = '>= 2.4'
14+
gem.required_ruby_version = '>= 2.1'
1515

1616
gem.add_runtime_dependency 'omniauth', '~> 1.3', '>= 1.3.2'
1717
gem.add_runtime_dependency 'ruby-saml', '~> 1.17'

0 commit comments

Comments
 (0)