mirror of https://github.com/rails/rails
Avoid Minitest 5.11.0 for now
Seems some tests not work with Minitest 5.11.0. * https://travis-ci.org/rails/rails/jobs/323997512#L1053 * https://travis-ci.org/rails/rails/jobs/323997486#L1055 Ref: https://github.com/seattlerb/minitest/issues/729
This commit is contained in:
parent
48de6e9bda
commit
13afd2cfdc
1
Gemfile
1
Gemfile
|
@ -108,6 +108,7 @@ local_gemfile = File.expand_path(".Gemfile", __dir__)
|
|||
instance_eval File.read local_gemfile if File.exist? local_gemfile
|
||||
|
||||
group :test do
|
||||
gem "minitest", "~> 5.10.0"
|
||||
gem "minitest-bisect"
|
||||
|
||||
platforms :mri do
|
||||
|
|
|
@ -522,6 +522,7 @@ DEPENDENCIES
|
|||
libxml-ruby
|
||||
listen (>= 3.0.5, < 3.2)
|
||||
mini_magick
|
||||
minitest (~> 5.10.0)
|
||||
minitest-bisect
|
||||
mocha
|
||||
mysql2 (>= 0.4.4)
|
||||
|
@ -560,4 +561,4 @@ DEPENDENCIES
|
|||
websocket-client-simple!
|
||||
|
||||
BUNDLED WITH
|
||||
1.16.0
|
||||
1.16.1
|
||||
|
|
Loading…
Reference in New Issue