From dd8f3998dc1216ed87769db22dc2c469931aea46 Mon Sep 17 00:00:00 2001 From: Adolfo Builes Date: Thu, 24 Mar 2011 22:16:34 -0500 Subject: [PATCH] adding i18n dependency to activesupport gemspec --- activesupport/activesupport.gemspec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/activesupport/activesupport.gemspec b/activesupport/activesupport.gemspec index df7f68fecf9f4..61c4ab35bdfb1 100644 --- a/activesupport/activesupport.gemspec +++ b/activesupport/activesupport.gemspec @@ -18,4 +18,6 @@ Gem::Specification.new do |s| s.require_path = 'lib' s.has_rdoc = true + + s.add_dependency('i18n', '~> 0.5.0') end