aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAman Gupta <aman@tmm1.net>2015-01-02 22:03:54 -0800
committerAman Gupta <aman@tmm1.net>2015-01-02 22:03:54 -0800
commit683f541d784e7aa15285c2eea5245d697c7120f7 (patch)
tree438c35d7553322d4ae845273977d7e035f10c8fb
parent3a30b12c774dfaa72acfe520e823374131631ea9 (diff)
downloadrails-683f541d784e7aa15285c2eea5245d697c7120f7.tar.gz
rails-683f541d784e7aa15285c2eea5245d697c7120f7.tar.bz2
rails-683f541d784e7aa15285c2eea5245d697c7120f7.zip
fix whitespace to match surrounding code
-rw-r--r--activesupport/activesupport.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/activesupport.gemspec b/activesupport/activesupport.gemspec
index 7dd20f5e04..f3c22871e5 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', '~> 3.0')
+ s.add_dependency('test-unit', '~> 3.0')
end