diff options
author | kennyj <kennyj@gmail.com> | 2012-02-07 02:17:50 +0900 |
---|---|---|
committer | kennyj <kennyj@gmail.com> | 2012-02-10 01:38:12 +0900 |
commit | 63dc9b46b1f71c41b6f77751c5d5dfd38430495e (patch) | |
tree | 536a82c447836ffae299070ed6776d62a663b00a /activesupport | |
parent | b171db87e2e651602d8f2cf7fd39e4f52319cf48 (diff) | |
download | rails-63dc9b46b1f71c41b6f77751c5d5dfd38430495e.tar.gz rails-63dc9b46b1f71c41b6f77751c5d5dfd38430495e.tar.bz2 rails-63dc9b46b1f71c41b6f77751c5d5dfd38430495e.zip |
Fix GH #4909. Dependency on TZInfo move from AR to AS.
Diffstat (limited to 'activesupport')
-rw-r--r-- | activesupport/activesupport.gemspec | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/activesupport/activesupport.gemspec b/activesupport/activesupport.gemspec index 61a88bd65b..3c2402c136 100644 --- a/activesupport/activesupport.gemspec +++ b/activesupport/activesupport.gemspec @@ -20,4 +20,5 @@ Gem::Specification.new do |s| s.add_dependency('i18n', '~> 0.6') s.add_dependency('multi_json', '~> 1.0') + s.add_dependency('tzinfo', '~> 0.3.29') end |