From c79a8b6da6071ee58b66c61782b19115b8631343 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Jan 2023 18:33:47 +0000 Subject: [PATCH] Bump activesupport from 3.0.0 to 3.2.22.5 Bumps [activesupport](https://github.com/rails/rails) from 3.0.0 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.0.0...v3.2.22.5) --- updated-dependencies: - dependency-name: activesupport dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 6afd6f2..27f65ce 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -10,11 +10,16 @@ PATH GEM remote: http://rubygems.org/ specs: - activesupport (3.0.0) + activesupport (3.2.22.5) + i18n (~> 0.6, >= 0.6.4) + multi_json (~> 1.0) + concurrent-ruby (1.1.10) fakeweb (1.3.0) - i18n (0.4.1) + i18n (0.9.5) + concurrent-ruby (~> 1.0) mime-types (1.16) minitest (2.0.2) + multi_json (1.15.0) rest-client (1.6.1) mime-types (>= 1.16) vcr (1.2.0) @@ -24,12 +29,8 @@ PLATFORMS ruby DEPENDENCIES - activesupport (>= 3.0) bundler (>= 1.0.0) fakeweb - i18n minitest - rest-client smile! vcr - yajl-ruby (>= 0.7.8)