From 09ff877610a09d930ca84a94113f678d4e79e100 Mon Sep 17 00:00:00 2001 From: Ryuta Kamizono Date: Thu, 9 Apr 2020 00:54:48 +0900 Subject: [PATCH] Update tzinfo to avoid taint warnings https://github.com/tzinfo/tzinfo/pull/113 --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index ae5a39a6d2..6a8498c974 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -188,7 +188,7 @@ GEM coffee-script-source execjs coffee-script-source (1.12.2) - concurrent-ruby (1.1.5) + concurrent-ruby (1.1.6) connection_pool (2.2.2) cookiejar (0.3.3) crack (0.4.3) @@ -493,7 +493,7 @@ GEM turbolinks (5.2.1) turbolinks-source (~> 5.2) turbolinks-source (5.2.0) - tzinfo (2.0.0) + tzinfo (2.0.2) concurrent-ruby (~> 1.0) tzinfo-data (1.2019.3) tzinfo (>= 1.0.0)