diff options
author | SHIBATA Hiroshi <hsbt@ruby-lang.org> | 2014-12-24 09:59:21 +0900 |
---|---|---|
committer | Aman Gupta <aman@tmm1.net> | 2015-01-02 14:06:57 -0800 |
commit | aa01162ffeba391329ab2b8559d9aa6d0182b74e (patch) | |
tree | a5b57b87183fc6d9b1a7fa2bb6d2827e3f711468 /activesupport | |
parent | 520762019aa4b35daa16c31d0bf3c49675e672f3 (diff) | |
download | rails-aa01162ffeba391329ab2b8559d9aa6d0182b74e.tar.gz rails-aa01162ffeba391329ab2b8559d9aa6d0182b74e.tar.bz2 rails-aa01162ffeba391329ab2b8559d9aa6d0182b74e.zip |
added dependency of test-unit into activesupport
Diffstat (limited to 'activesupport')
-rw-r--r-- | activesupport/activesupport.gemspec | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/activesupport/activesupport.gemspec b/activesupport/activesupport.gemspec index e131ca7d68..97fa5450c4 100644 --- a/activesupport/activesupport.gemspec +++ b/activesupport/activesupport.gemspec @@ -22,4 +22,5 @@ Gem::Specification.new do |s| s.add_dependency('i18n', '~> 0.6', '>= 0.6.4') s.add_dependency('multi_json', '~> 1.0') + s.add_dependency('test-unit', '~> 2.5') end |