aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorJosé Valim <jose.valim@gmail.com>2010-01-15 23:48:38 +0100
committerJosé Valim <jose.valim@gmail.com>2010-01-15 23:48:38 +0100
commitb3c87746efcf6c9f43ac1cd15a6ea728b46ecf9a (patch)
tree81e28617885d12185a1851ba219a15f6df0942d4 /activesupport
parent5a5760828b998997048dc04ce3e83ecf50ae6e7b (diff)
downloadrails-b3c87746efcf6c9f43ac1cd15a6ea728b46ecf9a.tar.gz
rails-b3c87746efcf6c9f43ac1cd15a6ea728b46ecf9a.tar.bz2
rails-b3c87746efcf6c9f43ac1cd15a6ea728b46ecf9a.zip
Move I18n to gemspec and update dependencies.
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/activesupport.gemspec2
1 files changed, 1 insertions, 1 deletions
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'