Fix Travis failure for Ruby 2.0

This commit is contained in:
Matt Brictson 2019-01-13 17:35:55 -08:00
parent 01de779886
commit 34e0c1d2d9
No known key found for this signature in database
GPG Key ID: 2F279EAD1F2ACFAF
1 changed files with 5 additions and 0 deletions

View File

@ -25,3 +25,8 @@ end
if Gem::Requirement.new("< 2.1").satisfied_by?(Gem::Version.new(RUBY_VERSION))
gem "public_suffix", "< 3.0.0"
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