From b3c87746efcf6c9f43ac1cd15a6ea728b46ecf9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Fri, 15 Jan 2010 23:48:38 +0100 Subject: Move I18n to gemspec and update dependencies. --- activesupport/activesupport.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activesupport/activesupport.gemspec') diff --git a/activesupport/activesupport.gemspec b/activesupport/activesupport.gemspec index 2d2cbf6448..8b9dd55b53 100644 --- a/activesupport/activesupport.gemspec +++ b/activesupport/activesupport.gemspec @@ -6,7 +6,7 @@ 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.add_dependency('i18n', '~> 0.3.0') s.files = Dir['CHANGELOG', 'README', 'lib/**/*'] s.require_path = 'lib' -- cgit v1.2.3