From 7c0c98c0cf20f2bde1114249d89a33c60ab76730 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Jul 2022 03:23:11 +0000 Subject: [PATCH] Bump tzinfo from 1.2.3 to 2.0.5 in /logging/bugged-code/ui 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] --- logging/bugged-code/ui/Gemfile.lock | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/logging/bugged-code/ui/Gemfile.lock b/logging/bugged-code/ui/Gemfile.lock index 8297b88..8764f0c 100644 --- a/logging/bugged-code/ui/Gemfile.lock +++ b/logging/bugged-code/ui/Gemfile.lock @@ -42,11 +42,10 @@ GEM sucker_punch (2.0.4) concurrent-ruby (~> 1.0.0) temple (0.8.0) - thread_safe (0.3.6) thrift (0.9.3.0) tilt (2.0.8) - tzinfo (1.2.3) - thread_safe (~> 0.1) + tzinfo (2.0.5) + concurrent-ruby (~> 1.0) tzinfo-data (1.2017.3) tzinfo (>= 1.0.0) zipkin-tracer (0.27.1)