Skip to content

Commit

Permalink
Merge pull request #72 from sue445/fix_ci
Browse files Browse the repository at this point in the history
Fix CI
  • Loading branch information
sue445 committed Jun 22, 2024
2 parents 5ba9a62 + 22228a6 commit 0fdc91a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions gemfiles/common.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,8 @@ if Gem::Version.create(RUBY_VERSION) < Gem::Version.create("2.6.0")
# NOTE: minitest 5.16.0+ requires Ruby 2.6.0+
gem "minitest", "< 5.16.0"
end

if Gem::Version.create(RUBY_VERSION) < Gem::Version.create("2.7.0")
# term-ansicolor 1.9.0+ doesn't work on Ruby < 2.7
gem "term-ansicolor", "< 1.9.0"
end

0 comments on commit 0fdc91a

Please sign in to comment.