Skip to content

Commit

Permalink
Merge pull request #213 from sue445/feature/fix_ci
Browse files Browse the repository at this point in the history
Fix CI
  • Loading branch information
sue445 committed Dec 13, 2019
2 parents 8bdd2d9 + 79e2607 commit d3be0f4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Gemfile
Expand Up @@ -9,3 +9,8 @@ if Gem::Version.create(RUBY_VERSION) < Gem::Version.create("2.3.0")
# i18n v1.5.1+ requires Ruby 2.3.0+
gem "i18n", "< 1.5.1"
end

if Gem::Version.create(RUBY_VERSION) < Gem::Version.create("2.5.0")
# activesupport v6.0.0+ requires Ruby 2.5.0+
gem "activesupport", "< 6.0.0"
end

0 comments on commit d3be0f4

Please sign in to comment.