diff options
author | Ryuta Kamizono <kamipo@gmail.com> | 2018-01-26 12:33:02 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-26 12:33:02 +0900 |
commit | 301cd91c0d1bfb67344a963e0859e214753fcbfe (patch) | |
tree | 55f8392b69819ed362314a391b692594aa0add17 | |
parent | bbed4c32e469ee74718d5a9cc52792cb473700b9 (diff) | |
parent | 1da8c32d16adc493df7aeb7fde48235eb5d429a9 (diff) | |
download | rails-301cd91c0d1bfb67344a963e0859e214753fcbfe.tar.gz rails-301cd91c0d1bfb67344a963e0859e214753fcbfe.tar.bz2 rails-301cd91c0d1bfb67344a963e0859e214753fcbfe.zip |
Merge pull request #31799 from yahonda/use_minitest_5_11_1
Lock Minitest 5.11.1
-rw-r--r-- | Gemfile | 1 | ||||
-rw-r--r-- | Gemfile.lock | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -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 diff --git a/Gemfile.lock b/Gemfile.lock index 2d4c3e1383..97f79a0112 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -533,6 +533,7 @@ DEPENDENCIES libxml-ruby listen (>= 3.0.5, < 3.2) mini_magick + minitest (= 5.11.1) minitest-bisect mocha mysql2 (>= 0.4.4) |