Skip to content

Commit

Permalink
Merge pull request #31799 from yahonda/use_minitest_5_11_1
Browse files Browse the repository at this point in the history
Lock Minitest 5.11.1
  • Loading branch information
kamipo committed Jan 26, 2018
2 parents bbed4c3 + 1da8c32 commit 301cd91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions Gemfile.lock
Expand Up @@ -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)
Expand Down

0 comments on commit 301cd91

Please sign in to comment.