From 2212886d5c0401975033d4798aac8aa4ab13e9d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Jul 2022 02:24:00 +0000 Subject: [PATCH] Bump tzinfo from 1.2.5 to 2.0.5 in /webapp/ruby Bumps [tzinfo](https://github.com/tzinfo/tzinfo) from 1.2.5 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.5...v2.0.5) --- updated-dependencies: - dependency-name: tzinfo dependency-type: indirect ... Signed-off-by: dependabot[bot] --- webapp/ruby/Gemfile.lock | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/webapp/ruby/Gemfile.lock b/webapp/ruby/Gemfile.lock index dfc189b1..baad96b0 100644 --- a/webapp/ruby/Gemfile.lock +++ b/webapp/ruby/Gemfile.lock @@ -11,17 +11,17 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (5.2.1) + activesupport (7.0.3.1) concurrent-ruby (~> 1.0, >= 1.0.2) - i18n (>= 0.7, < 2) - minitest (~> 5.1) - tzinfo (~> 1.1) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) backports (3.11.4) bcrypt (3.1.11) - concurrent-ruby (1.0.5) - i18n (1.1.0) + concurrent-ruby (1.1.10) + i18n (1.12.0) concurrent-ruby (~> 1.0) - minitest (5.11.3) + minitest (5.16.2) multi_json (1.13.1) mustermann (1.0.3) mysql2 (0.5.2) @@ -44,10 +44,9 @@ GEM rack-protection (= 2.0.4) sinatra (= 2.0.4) tilt (>= 1.3, < 3) - thread_safe (0.3.6) tilt (2.0.8) - tzinfo (1.2.5) - thread_safe (~> 0.1) + tzinfo (2.0.5) + concurrent-ruby (~> 1.0) PLATFORMS ruby