aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/activesupport.gemspec
diff options
context:
space:
mode:
authorMikel Lindsaar <raasdnil@gmail.com>2010-01-28 11:46:54 +1100
committerMikel Lindsaar <raasdnil@gmail.com>2010-01-28 11:46:54 +1100
commit9029efce410ea49de6eb65481fb2ad8143e69c35 (patch)
tree2ee9742df69c156b4b615e48e095e2c81edbbceb /activesupport/activesupport.gemspec
parent32ce2bb37fcc4f41322d69d74d686d08c0bb39c7 (diff)
downloadrails-9029efce410ea49de6eb65481fb2ad8143e69c35.tar.gz
rails-9029efce410ea49de6eb65481fb2ad8143e69c35.tar.bz2
rails-9029efce410ea49de6eb65481fb2ad8143e69c35.zip
Unbundling TZInfo
Diffstat (limited to 'activesupport/activesupport.gemspec')
-rw-r--r--activesupport/activesupport.gemspec1
1 files changed, 1 insertions, 0 deletions
diff --git a/activesupport/activesupport.gemspec b/activesupport/activesupport.gemspec
index 8b9dd55b53..e610456a5e 100644
--- a/activesupport/activesupport.gemspec
+++ b/activesupport/activesupport.gemspec
@@ -7,6 +7,7 @@ Gem::Specification.new do |s|
s.description = %q{Utility library which carries commonly used classes and goodies from the Rails framework}
s.add_dependency('i18n', '~> 0.3.0')
+ s.add_dependency('tzinfo', '~> 0.3.16')
s.files = Dir['CHANGELOG', 'README', 'lib/**/*']
s.require_path = 'lib'