aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/activesupport.gemspec
diff options
context:
space:
mode:
authorYehuda Katz <wycats@Yehuda-Katz.local>2009-12-27 15:59:20 -0800
committerYehuda Katz <wycats@Yehuda-Katz.local>2009-12-27 16:00:34 -0800
commitf095e6f59dacb9156a71889e8acbe9be8bdc1582 (patch)
tree6625562862942cd6546dcbaeba9a91593aadc9bb /activesupport/activesupport.gemspec
parent19c48281a7bd94a42a80c1f8fc905e95820e8506 (diff)
downloadrails-f095e6f59dacb9156a71889e8acbe9be8bdc1582.tar.gz
rails-f095e6f59dacb9156a71889e8acbe9be8bdc1582.tar.bz2
rails-f095e6f59dacb9156a71889e8acbe9be8bdc1582.zip
Fixes some problems with getting a new app working
Diffstat (limited to 'activesupport/activesupport.gemspec')
-rw-r--r--activesupport/activesupport.gemspec2
1 files changed, 2 insertions, 0 deletions
diff --git a/activesupport/activesupport.gemspec b/activesupport/activesupport.gemspec
index cabda2b073..2d2cbf6448 100644
--- a/activesupport/activesupport.gemspec
+++ b/activesupport/activesupport.gemspec
@@ -6,6 +6,8 @@ Gem::Specification.new do |s|
s.summary = "Support and utility classes used by the Rails framework."
s.description = %q{Utility library which carries commonly used classes and goodies from the Rails framework}
+ s.add_dependency('i18n', '>= 0.1.3')
+
s.files = Dir['CHANGELOG', 'README', 'lib/**/*']
s.require_path = 'lib'
s.has_rdoc = true