Skip to content

Commit

Permalink
Update minimum required Ruby version for Rails 5 (Sorcery#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
budmc29 authored and ebihara99999 committed Mar 10, 2018
1 parent 7b7694a commit 07ef363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sorcery.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |s|

s.licenses = ['MIT']

s.required_ruby_version = '>= 2.0.0'
s.required_ruby_version = '>= 2.2.2'

s.add_dependency 'oauth', '~> 0.4', '>= 0.4.4'
s.add_dependency 'oauth2', '~> 1.0', '>= 0.8.0'
Expand Down

0 comments on commit 07ef363

Please sign in to comment.