From 06df63acf39ca78f488d4d53563ea3b1a4ef248c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Jan 2023 19:46:12 +0000 Subject: [PATCH] Bump activesupport from 3.1.0 to 7.0.4.1 Bumps [activesupport](https://github.com/rails/rails) from 3.1.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/v3.1.0...v7.0.4.1) --- updated-dependencies: - dependency-name: activesupport dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 761da98..4bd5e4b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -13,16 +13,23 @@ PATH GEM remote: http://rubygems.org/ specs: - activesupport (3.1.0) - multi_json (~> 1.0) + activesupport (7.0.4.1) + concurrent-ruby (~> 1.0, >= 1.0.2) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) builder (3.0.0) - i18n (0.6.0) + concurrent-ruby (1.1.10) + i18n (1.12.0) + concurrent-ruby (~> 1.0) json (1.5.4) mime-types (1.16) - multi_json (1.0.3) + minitest (5.17.0) rack (1.3.2) rack-test (0.6.1) rack (>= 1.0) + tzinfo (2.0.5) + concurrent-ruby (~> 1.0) xml-simple (1.1.0) PLATFORMS