diff options
author | Godfrey Chan <godfreykfc@gmail.com> | 2013-12-08 00:35:55 -0800 |
---|---|---|
committer | Godfrey Chan <godfreykfc@gmail.com> | 2013-12-08 07:35:19 -0800 |
commit | 849dbb5da83b047401f50ef45fdd8019bb176200 (patch) | |
tree | 59221c7b4093671a243b2d6d9570629dc47f1353 | |
parent | 99975e742eb2636cd814f2c9de21f4bd3c3dbbc7 (diff) | |
download | rails-849dbb5da83b047401f50ef45fdd8019bb176200.tar.gz rails-849dbb5da83b047401f50ef45fdd8019bb176200.tar.bz2 rails-849dbb5da83b047401f50ef45fdd8019bb176200.zip |
Upgrade minitest version
We made a change in #13213 that depends on a new file that's only in
minitest 5.1.0+, so the version should be updated.
-rw-r--r-- | activesupport/activesupport.gemspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/activesupport.gemspec b/activesupport/activesupport.gemspec index 4fdc697a15..0427022dc6 100644 --- a/activesupport/activesupport.gemspec +++ b/activesupport/activesupport.gemspec @@ -23,6 +23,6 @@ Gem::Specification.new do |s| s.add_dependency 'i18n', '~> 0.6', '>= 0.6.4' s.add_dependency 'json', '~> 1.7', '>= 1.7.7' s.add_dependency 'tzinfo', '~> 1.1' - s.add_dependency 'minitest', '~> 5.0' + s.add_dependency 'minitest', '~> 5.1' s.add_dependency 'thread_safe','~> 0.1' end |