From 7a9d6220bf90d6d4529d2b203c41e655a752e979 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Jan 2023 02:16:36 +0000 Subject: [PATCH] Bump activesupport from 5.0.0 to 7.0.4.1 Bumps [activesupport](https://github.com/rails/rails) from 5.0.0 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...v7.0.4.1) --- updated-dependencies: - dependency-name: activesupport dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 30a0e84..7636975 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -11,20 +11,21 @@ PATH GEM remote: http://rubygems.org/ specs: - activemodel (5.0.0) - activesupport (= 5.0.0) - activesupport (5.0.0) + activemodel (7.0.4.1) + activesupport (= 7.0.4.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.3.2) - concurrent-ruby (1.0.2) + concurrent-ruby (1.1.10) crack (0.3.2) docile (1.1.5) faraday (0.9.2) multipart-post (>= 1.2, < 3) - i18n (0.7.0) + i18n (1.12.0) + concurrent-ruby (~> 1.0) json (1.8.3) json_api_client (0.9.6) activesupport @@ -34,7 +35,7 @@ GEM json_api_client (>= 0.3.4) mocha metaclass (0.0.4) - minitest (5.9.0) + minitest (5.17.0) minitest-stub_any_instance (1.0.1) mocha (1.1.0) metaclass (~> 0.0.1) @@ -47,9 +48,8 @@ GEM json (~> 1.8) simplecov-html (~> 0.10.0) simplecov-html (0.10.0) - thread_safe (0.3.5) - tzinfo (1.2.2) - thread_safe (~> 0.1) + tzinfo (2.0.5) + concurrent-ruby (~> 1.0) webmock (1.9.0) addressable (>= 2.2.7) crack (>= 0.1.7)