mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
Fix Travis failure for Ruby 2.0
This commit is contained in:
parent
01de779886
commit
34e0c1d2d9
1 changed files with 5 additions and 0 deletions
5
Gemfile
5
Gemfile
|
@ -25,3 +25,8 @@ end
|
||||||
if Gem::Requirement.new("< 2.1").satisfied_by?(Gem::Version.new(RUBY_VERSION))
|
if Gem::Requirement.new("< 2.1").satisfied_by?(Gem::Version.new(RUBY_VERSION))
|
||||||
gem "public_suffix", "< 3.0.0"
|
gem "public_suffix", "< 3.0.0"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
# Latest versions of i18n don't support Ruby < 2.1
|
||||||
|
if Gem::Requirement.new("< 2.1").satisfied_by?(Gem::Version.new(RUBY_VERSION))
|
||||||
|
gem "i18n", "< 1.3.0"
|
||||||
|
end
|
||||||
|
|
Loading…
Reference in a new issue