diff options
author | Daniel Colson <danieljamescolson@gmail.com> | 2018-01-26 19:15:23 -0500 |
---|---|---|
committer | Daniel Colson <danieljamescolson@gmail.com> | 2018-01-26 20:36:59 -0500 |
commit | defa880f91ef07275bc33a42d003884805b92b13 (patch) | |
tree | 22ceab235c9cde2038aa06dbbdc37345fbc74bdb /Gemfile | |
parent | 2f9549d4f46ca1f9cc437d4f89bd8df405e28dbd (diff) | |
download | rails-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-- | Gemfile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |