Skip to content

Commit

Permalink
Fix Travis failure for Ruby 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbrictson committed Jan 14, 2019
1 parent 01de779 commit 34e0c1d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Gemfile
Expand Up @@ -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

0 comments on commit 34e0c1d

Please sign in to comment.