From 6c4957194d6ed3887e9dda07a73c4e334a56b502 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Jan 2023 19:31:10 +0000 Subject: [PATCH] Bump activesupport from 3.0.7 to 3.0.20 Bumps [activesupport](https://github.com/rails/rails) from 3.0.7 to 3.0.20. - [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.0.7...v3.0.20) --- updated-dependencies: - dependency-name: activesupport dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index e6f7b56..d878543 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -8,31 +8,31 @@ GEM remote: http://rubygems.org/ specs: abstract (1.0.0) - actionpack (3.0.7) - activemodel (= 3.0.7) - activesupport (= 3.0.7) + actionpack (3.0.20) + activemodel (= 3.0.20) + activesupport (= 3.0.20) builder (~> 2.1.2) erubis (~> 2.6.6) i18n (~> 0.5.0) - rack (~> 1.2.1) + rack (~> 1.2.5) rack-mount (~> 0.6.14) rack-test (~> 0.5.7) tzinfo (~> 0.3.23) - activemodel (3.0.7) - activesupport (= 3.0.7) + activemodel (3.0.20) + activesupport (= 3.0.20) builder (~> 2.1.2) i18n (~> 0.5.0) - activesupport (3.0.7) + activesupport (3.0.20) builder (2.1.2) erubis (2.6.6) abstract (>= 1.0.0) - i18n (0.5.0) - rack (1.2.3) + i18n (0.5.4) + rack (1.2.8) rack-mount (0.6.14) rack (>= 1.0.0) rack-test (0.5.7) rack (>= 1.0) - tzinfo (0.3.27) + tzinfo (0.3.61) PLATFORMS ruby