aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/activesupport.gemspec
diff options
context:
space:
mode:
authorCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2013-02-27 21:03:59 -0300
committerCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2013-02-27 21:04:02 -0300
commit641a27d47baf4804e89d5a99ee6d843a75d868e6 (patch)
tree9b19e7f25e3b95716717361212f9afa2e147253f /activesupport/activesupport.gemspec
parenta1f18d3d722430d83783763eebe25fb05e8ce55c (diff)
downloadrails-641a27d47baf4804e89d5a99ee6d843a75d868e6.tar.gz
rails-641a27d47baf4804e89d5a99ee6d843a75d868e6.tar.bz2
rails-641a27d47baf4804e89d5a99ee6d843a75d868e6.zip
Enforce i18n version >= v0.6.4
v0.6.2 and v0.6.3 both have issues with Ruby 1.8.7, see https://github.com/svenfuchs/i18n/issues/192 for more info.
Diffstat (limited to 'activesupport/activesupport.gemspec')
-rw-r--r--activesupport/activesupport.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/activesupport.gemspec b/activesupport/activesupport.gemspec
index cbe0947a8a..fb3575b865 100644
--- a/activesupport/activesupport.gemspec
+++ b/activesupport/activesupport.gemspec
@@ -18,6 +18,6 @@ Gem::Specification.new do |s|
s.rdoc_options.concat ['--encoding', 'UTF-8']
- s.add_dependency('i18n', '= 0.6.1')
+ s.add_dependency('i18n', '~> 0.6', '>= 0.6.4')
s.add_dependency('multi_json', '~> 1.0')
end