Skip to content

Commit

Permalink
Merge cca60ee into 39f2163
Browse files Browse the repository at this point in the history
  • Loading branch information
sue445 committed Feb 25, 2023
2 parents 39f2163 + cca60ee commit f208dc4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions gemfiles/common.gemfile
Expand Up @@ -5,3 +5,8 @@ if Gem::Version.create(RUBY_VERSION) < Gem::Version.create("2.4.0")
else
gem "coveralls_reborn"
end

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

0 comments on commit f208dc4

Please sign in to comment.