Skip to content

Commit 222f348

Browse files
chore: set required ruby version to 2.4
1 parent ec56df8 commit 222f348

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.1.x+
20+
* Ruby 2.4.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.1'
14+
gem.required_ruby_version = '>= 2.4'
1515

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

0 commit comments

Comments
 (0)