From 6a245cb740202f0ac67c8bb8ccfd04e2193ebdea Mon Sep 17 00:00:00 2001 From: Jens Ulferts Date: Fri, 7 Apr 2017 15:37:52 +0200 Subject: [PATCH] bump tzinfo-data --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 7fd63627a79..05fef7ae6e0 100644 --- a/Gemfile +++ b/Gemfile @@ -63,7 +63,7 @@ gem 'color-tools', '~> 1.3.0', require: 'color' gem 'ruby-progressbar' # Provide timezone info for TZInfo used by AR -gem 'tzinfo-data', '~> 1.2016.1' +gem 'tzinfo-data', '~> 1.2017.2' # to generate html-diffs (e.g. for wiki comparison) gem 'htmldiff' diff --git a/Gemfile.lock b/Gemfile.lock index a65527850ed..c5670dc94ea 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -557,7 +557,7 @@ GEM ttfunk (1.5.0) tzinfo (1.2.3) thread_safe (~> 0.1) - tzinfo-data (1.2016.6) + tzinfo-data (1.2017.2) tzinfo (>= 1.0.0) uber (0.0.15) unf (0.1.4) @@ -706,7 +706,7 @@ DEPENDENCIES thin (~> 1.7.0) timecop (~> 0.8.1) transactional_lock! - tzinfo-data (~> 1.2016.1) + tzinfo-data (~> 1.2017.2) unicorn unicorn-worker-killer warden (~> 1.2)