From f095e6f59dacb9156a71889e8acbe9be8bdc1582 Mon Sep 17 00:00:00 2001 From: Yehuda Katz Date: Sun, 27 Dec 2009 15:59:20 -0800 Subject: Fixes some problems with getting a new app working --- activesupport/activesupport.gemspec | 2 ++ 1 file changed, 2 insertions(+) (limited to 'activesupport/activesupport.gemspec') 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 -- cgit v1.2.3