mirror of https://github.com/rails/rails
Bump Minitest to 5.11.1
This commit is contained in:
parent
13afd2cfdc
commit
a0fc2bee47
1
Gemfile
1
Gemfile
|
@ -108,7 +108,6 @@ 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
|
||||
|
|
|
@ -306,7 +306,7 @@ GEM
|
|||
mini_magick (4.8.0)
|
||||
mini_mime (0.1.4)
|
||||
mini_portile2 (2.3.0)
|
||||
minitest (5.10.3)
|
||||
minitest (5.11.1)
|
||||
minitest-bisect (1.4.0)
|
||||
minitest-server (~> 1.0)
|
||||
path_expander (~> 1.0)
|
||||
|
@ -522,7 +522,6 @@ DEPENDENCIES
|
|||
libxml-ruby
|
||||
listen (>= 3.0.5, < 3.2)
|
||||
mini_magick
|
||||
minitest (~> 5.10.0)
|
||||
minitest-bisect
|
||||
mocha
|
||||
mysql2 (>= 0.4.4)
|
||||
|
|
Loading…
Reference in New Issue