From a6a861999ae07e211ed1b4f55f6a717d83497923 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Jan 2023 03:35:36 +0000 Subject: [PATCH] Bump activesupport from 5.0.0.1 to 7.0.4.1 Bumps [activesupport](https://github.com/rails/rails) from 5.0.0.1 to 7.0.4.1. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.0.4.1/activesupport/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v5.0.0.1...v7.0.4.1) --- updated-dependencies: - dependency-name: activesupport dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 6bdb311a0..324eeb55c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,11 +1,11 @@ GEM remote: https://rubygems.org/ specs: - activesupport (5.0.0.1) + activesupport (7.0.4.1) concurrent-ruby (~> 1.0, >= 1.0.2) - i18n (~> 0.7) - minitest (~> 5.1) - tzinfo (~> 1.1) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) addressable (2.4.0) aws-sdk (2.2.8) aws-sdk-resources (= 2.2.8) @@ -30,7 +30,7 @@ GEM coffee-script-source execjs coffee-script-source (1.9.3) - concurrent-ruby (1.0.2) + concurrent-ruby (1.1.10) cookiejar (0.3.3) curses (1.0.2) daemons (1.2.4) @@ -73,11 +73,12 @@ GEM oauth2 hashie (3.5.6) http_parser.rb (0.6.0) - i18n (0.7.0) + i18n (1.12.0) + concurrent-ruby (~> 1.0) jmespath (1.1.3) json (2.0.2) jwt (1.5.6) - minitest (5.9.1) + minitest (5.17.0) multi_json (1.12.1) multi_xml (0.6.0) multipart-post (2.0.0) @@ -100,9 +101,9 @@ GEM eventmachine (~> 1.0, >= 1.0.4) rack (>= 1, < 3) thor (0.19.4) - thread_safe (0.3.5) - tzinfo (1.2.2) - thread_safe (~> 0.1) + thread_safe (0.3.6) + tzinfo (2.0.5) + concurrent-ruby (~> 1.0) uglifier (2.5.1) execjs (>= 0.3.0) json (>= 1.8.0)