From 9d664b18df7a81b75e45bb99858f920de040e9fb Mon Sep 17 00:00:00 2001 From: Erik Michaels-Ober Date: Sun, 10 Nov 2013 06:51:14 -0500 Subject: Update tzinfo dependency to ~> 1.1 Include the tzinfo-data in the generated Gemfile on Windows. --- activesupport/activesupport.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activesupport/activesupport.gemspec') 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 -- cgit v1.2.3