From 767179a9629b5855debb0f75a64a3ddb26b20c8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 16:17:06 +0000 Subject: [PATCH] Bump activesupport from 5.2.1 to 6.0.6.1 in /toggl Bumps [activesupport](https://github.com/rails/rails) from 5.2.1 to 6.0.6.1. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.0.4.2/activesupport/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v5.2.1...v6.0.6.1) --- updated-dependencies: - dependency-name: activesupport dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- toggl/Gemfile.lock | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/toggl/Gemfile.lock b/toggl/Gemfile.lock index 31ac482d..95978f9c 100644 --- a/toggl/Gemfile.lock +++ b/toggl/Gemfile.lock @@ -1,23 +1,24 @@ GEM remote: https://rubygems.org/ specs: - activesupport (5.2.1) + activesupport (6.0.6.1) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 0.7, < 2) minitest (~> 5.1) tzinfo (~> 1.1) + zeitwerk (~> 2.2, >= 2.2.2) awesome_print (1.8.0) byebug (10.0.2) - concurrent-ruby (1.0.5) + concurrent-ruby (1.2.0) faraday (0.15.3) multipart-post (>= 1.2, < 3) - i18n (1.1.1) + i18n (1.12.0) concurrent-ruby (~> 1.0) - logger (1.2.8) + logger (1.5.3) mail (2.7.0) mini_mime (>= 0.1.1) mini_mime (1.0.0) - minitest (5.11.3) + minitest (5.17.0) multipart-post (2.0.0) oj (3.6.12) optimist (3.0.0) @@ -26,8 +27,9 @@ GEM faraday logger oj - tzinfo (1.2.5) + tzinfo (1.2.11) thread_safe (~> 0.1) + zeitwerk (2.6.6) PLATFORMS ruby