mirror of
https://github.com/omniauth/omniauth.git
synced 2022-11-09 12:31:49 -05:00
Update required Ruby version in gemspec
This commit is contained in:
parent
9676fe2199
commit
a35e8292e0
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ Gem::Specification.new do |spec|
|
|||
spec.name = 'omniauth'
|
||||
spec.require_paths = %w(lib)
|
||||
spec.required_rubygems_version = '>= 1.3.5'
|
||||
spec.required_ruby_version = '>= 2.1.9'
|
||||
spec.summary = spec.description
|
||||
spec.version = OmniAuth::VERSION
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue