diff options
author | Aaron Patterson <aaron.patterson@gmail.com> | 2012-07-04 11:16:21 -0700 |
---|---|---|
committer | Aaron Patterson <aaron.patterson@gmail.com> | 2012-07-04 11:16:21 -0700 |
commit | 6f74d36c4263a6cbbc6dc32a03edeed04faefbd9 (patch) | |
tree | e7f6d460a5fabddea96d714dec2178cc7222e7b7 /activesupport/activesupport.gemspec | |
parent | a66f498955edf8e000751ffc38d42be307adcef5 (diff) | |
download | rails-6f74d36c4263a6cbbc6dc32a03edeed04faefbd9.tar.gz rails-6f74d36c4263a6cbbc6dc32a03edeed04faefbd9.tar.bz2 rails-6f74d36c4263a6cbbc6dc32a03edeed04faefbd9.zip |
activesupport gem dependencies should reflect the versions we actually use
Diffstat (limited to 'activesupport/activesupport.gemspec')
-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 fa38d5c1e3..836bc2f9cf 100644 --- a/activesupport/activesupport.gemspec +++ b/activesupport/activesupport.gemspec @@ -22,4 +22,5 @@ Gem::Specification.new do |s| s.add_dependency('i18n', '~> 0.6') s.add_dependency('multi_json', '~> 1.3') s.add_dependency('tzinfo', '~> 0.3.33') + s.add_dependency('minitest', '~> 3.2') end |