From 77272eb201e42ac71f012065338daef78e9546f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Jan 2023 21:51:19 +0000 Subject: [PATCH] Bump activesupport from 3.2.13 to 3.2.22.5 Bumps [activesupport](https://github.com/rails/rails) from 3.2.13 to 3.2.22.5. - [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.2.13...v3.2.22.5) --- updated-dependencies: - dependency-name: activesupport dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 54d8363..8d34972 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,11 +1,11 @@ GEM remote: http://rubygems.org/ specs: - activemodel (3.2.13) - activesupport (= 3.2.13) + activemodel (3.2.22.5) + activesupport (= 3.2.22.5) builder (~> 3.0.0) - activesupport (3.2.13) - i18n (= 0.6.1) + activesupport (3.2.22.5) + i18n (~> 0.6, >= 0.6.4) multi_json (~> 1.0) addressable (2.3.5) blankslate (2.1.2.4) @@ -16,10 +16,12 @@ GEM celluloid (0.15.2) timers (~> 1.1.0) coderay (1.0.9) + concurrent-ruby (1.1.9) connection_pool (1.1.0) faraday (0.8.8) multipart-post (~> 1.2.0) - i18n (0.6.1) + i18n (0.9.5) + concurrent-ruby (~> 1.0) json (1.8.0) method_source (0.8.2) mongo (1.9.1)