aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile.lock
diff options
context:
space:
mode:
authorDaniel Colson <danieljamescolson@gmail.com>2018-01-26 19:15:23 -0500
committerDaniel Colson <danieljamescolson@gmail.com>2018-01-26 20:36:59 -0500
commitdefa880f91ef07275bc33a42d003884805b92b13 (patch)
tree22ceab235c9cde2038aa06dbbdc37345fbc74bdb /Gemfile.lock
parent2f9549d4f46ca1f9cc437d4f89bd8df405e28dbd (diff)
downloadrails-defa880f91ef07275bc33a42d003884805b92b13.tar.gz
rails-defa880f91ef07275bc33a42d003884805b92b13.tar.bz2
rails-defa880f91ef07275bc33a42d003884805b92b13.zip
Relax minitest version
We locked Minitest to 5.11.1 in #31799 because 5.11.2 included a breaking change. The change was fixed in 5.11.3, so we no longer need to lock in the version.
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock1
1 files changed, 0 insertions, 1 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 97f79a0112..2d4c3e1383 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -533,7 +533,6 @@ DEPENDENCIES
libxml-ruby
listen (>= 3.0.5, < 3.2)
mini_magick
- minitest (= 5.11.1)
minitest-bisect
mocha
mysql2 (>= 0.4.4)