diff options
author | Erik Michaels-Ober <sferik@gmail.com> | 2013-11-10 06:51:14 -0500 |
---|---|---|
committer | Erik Michaels-Ober <sferik@gmail.com> | 2013-11-10 06:52:16 -0500 |
commit | 9d664b18df7a81b75e45bb99858f920de040e9fb (patch) | |
tree | 5b35e1e4d03d6aec1a3cc26e62b8ded8beb6118b /activesupport | |
parent | 281f488fffc176084bf77c3ba5b1f1c4d6ab5680 (diff) | |
download | rails-9d664b18df7a81b75e45bb99858f920de040e9fb.tar.gz rails-9d664b18df7a81b75e45bb99858f920de040e9fb.tar.bz2 rails-9d664b18df7a81b75e45bb99858f920de040e9fb.zip |
Update tzinfo dependency to ~> 1.1
Include the tzinfo-data in the generated Gemfile on Windows.
Diffstat (limited to 'activesupport')
-rw-r--r-- | activesupport/activesupport.gemspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/activesupport.gemspec b/activesupport/activesupport.gemspec index ffc2c2074e..c27c50e47b 100644 --- a/activesupport/activesupport.gemspec +++ b/activesupport/activesupport.gemspec @@ -22,7 +22,7 @@ Gem::Specification.new do |s| s.add_dependency('i18n', '~> 0.6', '>= 0.6.4') s.add_dependency 'json', '~> 1.7' - s.add_dependency 'tzinfo', '~> 0.3.37' + s.add_dependency 'tzinfo', '~> 1.1' s.add_dependency 'minitest', '~> 5.0' s.add_dependency 'thread_safe','~> 0.1' end |