Skip to content

Commit 721b075

Browse files
committed
Pin minitest on older Rubies
1 parent aded688 commit 721b075

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Gemfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,11 @@ if RUBY_VERSION < '2.0.0'
4747
gem 'mime-types', '< 3'
4848
end
4949

50+
# Version 5.12 of minitest requires Ruby 2.4
51+
if RUBY_VERSION < '2.4.0'
52+
gem 'minitest', '< 5.12.0'
53+
end
54+
5055

5156
# Capybara versions that support RSpec 3 only support RUBY_VERSION >= 1.9.3
5257
if RUBY_VERSION >= '1.9.3'

0 commit comments

Comments
 (0)