Skip to content
This repository has been archived by the owner on Dec 12, 2018. It is now read-only.

Commit

Permalink
Better Ruby version resolution for active support
Browse files Browse the repository at this point in the history
  • Loading branch information
DamirSvrtan committed Jul 12, 2016
1 parent cff6700 commit 06c25d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stormpath-sdk.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |s|
s.add_dependency('multi_json', '>= 1.3.6')
s.add_dependency('httpclient', '>= 2.2.5')
s.add_dependency('uuidtools', '>= 2.1.3')
if RUBY_VERSION > '2.1'
if RUBY_VERSION < '2.2.2'
s.add_dependency('activesupport', '>= 3.2.8', '< 5.0')
else
s.add_dependency('activesupport', '>= 3.2.8')
Expand Down

0 comments on commit 06c25d0

Please sign in to comment.