From 5b7864f9f6fae3d57f422c2f8703aec4f6979925 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Jul 2022 03:12:25 +0000 Subject: [PATCH] Bump tzinfo from 1.2.3 to 2.0.5 in /src/comment Bumps [tzinfo](https://github.com/tzinfo/tzinfo) from 1.2.3 to 2.0.5. - [Release notes](https://github.com/tzinfo/tzinfo/releases) - [Changelog](https://github.com/tzinfo/tzinfo/blob/master/CHANGES.md) - [Commits](https://github.com/tzinfo/tzinfo/compare/v1.2.3...v2.0.5) --- updated-dependencies: - dependency-name: tzinfo dependency-type: indirect ... Signed-off-by: dependabot[bot] --- src/comment/Gemfile.lock | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/comment/Gemfile.lock b/src/comment/Gemfile.lock index 639c2cf..41a4e37 100644 --- a/src/comment/Gemfile.lock +++ b/src/comment/Gemfile.lock @@ -3,6 +3,7 @@ GEM specs: bson (4.2.2) bson_ext (1.5.1) + concurrent-ruby (1.1.10) et-orbi (1.0.8) tzinfo mongo (2.4.3) @@ -22,10 +23,11 @@ GEM rack (~> 2.0) rack-protection (= 2.0.2) tilt (~> 2.0) - thread_safe (0.3.6) tilt (2.0.8) - tzinfo (1.2.3) - thread_safe (~> 0.1) + tzinfo (2.0.5) + concurrent-ruby (~> 1.0) + tzinfo-data (1.2022.1) + tzinfo (>= 1.0.0) PLATFORMS ruby @@ -38,6 +40,7 @@ DEPENDENCIES rack rufus-scheduler sinatra (~> 2.0.2) + tzinfo-data BUNDLED WITH 1.16.1