aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
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
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')
-rw-r--r--Gemfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 7cb312fbec..18e014e72f 100644
--- a/Gemfile
+++ b/Gemfile
@@ -110,7 +110,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.11.1"
gem "minitest-bisect"
platforms :mri do