Skip to content

Commit

Permalink
Merge 5674841 into 3b66670
Browse files Browse the repository at this point in the history
  • Loading branch information
sue445 committed Jun 21, 2024
2 parents 3b66670 + 5674841 commit 82ef6e5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,8 @@ if Gem::Version.create(RUBY_VERSION) < Gem::Version.create("2.6.0")
# minitest v5.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 82ef6e5

Please sign in to comment.