Skip to content

Commit 579fa72

Browse files
committed
Avoid bundling minitest that requires ruby ~> 2.2 for testing rails 4.2.x
This should fix the CI failure https://travis-ci.org/github/rails/rails-dom-testing/builds/661676901
1 parent c1a923a commit 579fa72

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gemfiles/active_support_4.2.gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@ source "https://rubygems.org"
33
gem "activesupport", "~> 4.2.0"
44

55
gem "nokogiri", "~> 1.6.0"
6+
gem 'minitest', '< 5.12.0'
67

78
gemspec path: "../"

0 commit comments

Comments
 (0)