From 06e68813f0b1d9109e14f99eff22c1caabee94aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Jan 2023 19:57:20 +0000 Subject: [PATCH] Bump activesupport from 3.1.1 to 7.0.4.1 Bumps [activesupport](https://github.com/rails/rails) from 3.1.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/v3.1.1...v7.0.4.1) --- updated-dependencies: - dependency-name: activesupport dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 33 +++++++++++++++++---------------- 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index c3a112a..c7109a7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -8,24 +8,24 @@ PATH GEM remote: http://rubygems.org/ specs: - activemodel (3.1.1) - activesupport (= 3.1.1) - builder (~> 3.0.0) - i18n (~> 0.6) - activerecord (3.1.1) - activemodel (= 3.1.1) - activesupport (= 3.1.1) - arel (~> 2.2.1) - tzinfo (~> 0.3.29) - activesupport (3.1.1) - multi_json (~> 1.0) - arel (2.2.1) - builder (3.0.0) - i18n (0.6.0) + activemodel (7.0.4.1) + activesupport (= 7.0.4.1) + activerecord (7.0.4.1) + activemodel (= 7.0.4.1) + activesupport (= 7.0.4.1) + activesupport (7.0.4.1) + concurrent-ruby (~> 1.0, >= 1.0.2) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) + concurrent-ruby (1.1.10) + i18n (1.12.0) + concurrent-ruby (~> 1.0) json (1.4.6) + minitest (5.17.0) mocha (0.9.8) rake - multi_json (1.0.3) + multi_json (1.15.0) rack (1.3.5) rack-protection (1.1.4) rack @@ -46,7 +46,8 @@ GEM rack-protection (~> 1.1, >= 1.1.2) tilt (~> 1.3, >= 1.3.3) tilt (1.3.3) - tzinfo (0.3.31) + tzinfo (2.0.5) + concurrent-ruby (~> 1.0) vegas (0.1.8) rack (>= 1.0.0)