From 0387c018874f0a5085f702d59e79c2875015dd38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Jul 2022 22:09:06 +0000 Subject: [PATCH] Bump tzinfo from 1.2.2 to 2.0.5 Bumps [tzinfo](https://github.com/tzinfo/tzinfo) from 1.2.2 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.2...v2.0.5) --- updated-dependencies: - dependency-name: tzinfo dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 27 +++++++++++++-------------- 1 file changed, 13 insertions(+), 14 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 098c884..cdc7dc8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,12 +1,11 @@ GEM remote: https://rubygems.org/ specs: - activesupport (4.2.5.1) - i18n (~> 0.7) - json (~> 1.7, >= 1.7.7) - minitest (~> 5.1) - thread_safe (~> 0.3, >= 0.3.4) - tzinfo (~> 1.1) + activesupport (7.0.3.1) + concurrent-ruby (~> 1.0, >= 1.0.2) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) aws-int-test-rspec-helper (0.0.2) aws-sdk (= 2.2.17) cfndsl (= 0.4.0) @@ -32,13 +31,15 @@ GEM term-ansicolor thor cfndsl (0.4.0) + concurrent-ruby (1.1.10) diff-lcs (1.2.5) docile (1.1.5) - i18n (0.7.0) + i18n (1.12.0) + concurrent-ruby (~> 1.0) jmespath (1.1.3) - json (1.8.3) - json (1.8.3-java) - minitest (5.8.4) + json (1.8.6) + json (1.8.6-java) + minitest (5.16.2) rspec (3.4.0) rspec-core (~> 3.4.0) rspec-expectations (~> 3.4.0) @@ -63,12 +64,10 @@ GEM term-ansicolor (1.3.2) tins (~> 1.0) thor (0.19.1) - thread_safe (0.3.5) - thread_safe (0.3.5-java) tins (1.8.2) trollop (2.1.2) - tzinfo (1.2.2) - thread_safe (~> 0.1) + tzinfo (2.0.5) + concurrent-ruby (~> 1.0) PLATFORMS java