Skip to content

Commit

Permalink
Merge pull request #202 from sue445/feature/fix_ci
Browse files Browse the repository at this point in the history
Fix CI
  • Loading branch information
sue445 committed May 10, 2019
2 parents bdd5efc + f130c97 commit 928280e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Expand Up @@ -5,4 +5,7 @@ gemspec

if Gem::Version.create(RUBY_VERSION) < Gem::Version.create("2.3.0")
gem "backport_dig"

# i18n v1.5.1+ requires Ruby 2.3.0+
gem "i18n", "< 1.5.1"
end

0 comments on commit 928280e

Please sign in to comment.