aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/activerecord.gemspec
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2010-06-01 04:12:04 -0300
committerMikel Lindsaar <raasdnil@gmail.com>2010-06-03 23:32:11 +1000
commitc8e2ec07a2fb1a441b693efe4855b5dae355f926 (patch)
tree50bfe8e150cf232636ab744cc8f267fc4b8b7f1c /activerecord/activerecord.gemspec
parentbd7a27ac6b64c2ec46a90176c7d6d7477b030a82 (diff)
downloadrails-c8e2ec07a2fb1a441b693efe4855b5dae355f926.tar.gz
rails-c8e2ec07a2fb1a441b693efe4855b5dae355f926.tar.bz2
rails-c8e2ec07a2fb1a441b693efe4855b5dae355f926.zip
Unforce tzinfo from AS
Signed-off-by: José Valim <jose.valim@gmail.com>
Diffstat (limited to 'activerecord/activerecord.gemspec')
-rw-r--r--activerecord/activerecord.gemspec1
1 files changed, 1 insertions, 0 deletions
diff --git a/activerecord/activerecord.gemspec b/activerecord/activerecord.gemspec
index 59caa53be0..44c8fb83e1 100644
--- a/activerecord/activerecord.gemspec
+++ b/activerecord/activerecord.gemspec
@@ -24,4 +24,5 @@ Gem::Specification.new do |s|
s.add_dependency('activesupport', version)
s.add_dependency('activemodel', version)
s.add_dependency('arel', '~> 0.3.3')
+ s.add_dependency('tzinfo', '~> 0.3.16')
end