aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorYasuo Honda <yasuo.honda@gmail.com>2018-01-26 02:47:35 +0000
committerYasuo Honda <yasuo.honda@gmail.com>2018-01-26 02:47:35 +0000
commit1da8c32d16adc493df7aeb7fde48235eb5d429a9 (patch)
tree55f8392b69819ed362314a391b692594aa0add17 /Gemfile
parentbbed4c32e469ee74718d5a9cc52792cb473700b9 (diff)
downloadrails-1da8c32d16adc493df7aeb7fde48235eb5d429a9.tar.gz
rails-1da8c32d16adc493df7aeb7fde48235eb5d429a9.tar.bz2
rails-1da8c32d16adc493df7aeb7fde48235eb5d429a9.zip
Lock Minitest 5.11.1
To workaround `undefined method `error?' for` reported at https://travis-ci.org/rails/rails/jobs/333456146
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 18e014e72f..7cb312fbec 100644
--- a/Gemfile
+++ b/Gemfile
@@ -110,6 +110,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.11.1"
gem "minitest-bisect"
platforms :mri do