Skip to content

Commit

Permalink
fix: revert required_ruby_version to >=2.4 for 1.10.x
Browse files Browse the repository at this point in the history
  • Loading branch information
ilikepi committed Sep 17, 2024
1 parent 9e71915 commit 5abd24d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ https://github.com/omniauth/omniauth-saml
## Requirements

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

## Versioning

Expand Down
2 changes: 1 addition & 1 deletion omniauth-saml.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Gem::Specification.new do |gem|
gem.email = '[email protected]'
gem.homepage = 'https://github.com/omniauth/omniauth-saml'

gem.required_ruby_version = '>= 2.4'
gem.required_ruby_version = '>= 2.1'

gem.add_runtime_dependency 'omniauth', '~> 1.3', '>= 1.3.2'
gem.add_runtime_dependency 'ruby-saml', '~> 1.17'
Expand Down

0 comments on commit 5abd24d

Please sign in to comment.