aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorAman Gupta <aman@tmm1.net>2015-01-02 18:17:04 -0800
committerAman Gupta <aman@tmm1.net>2015-01-02 18:17:04 -0800
commita51bb36fdb59bd0ecf8b462c98e90e30d80107c1 (patch)
tree7ed8f9a45d0b739965a683bc446ef4fd42e7cc10 /activesupport
parentaa01162ffeba391329ab2b8559d9aa6d0182b74e (diff)
downloadrails-a51bb36fdb59bd0ecf8b462c98e90e30d80107c1.tar.gz
rails-a51bb36fdb59bd0ecf8b462c98e90e30d80107c1.tar.bz2
rails-a51bb36fdb59bd0ecf8b462c98e90e30d80107c1.zip
try using newer test-unit gem
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/activesupport.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/activesupport.gemspec b/activesupport/activesupport.gemspec
index 97fa5450c4..7dd20f5e04 100644
--- a/activesupport/activesupport.gemspec
+++ b/activesupport/activesupport.gemspec
@@ -22,5 +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')
+ s.add_dependency('test-unit', '~> 3.0')
end