From d9da62366b8e1569379a519f9e6d0700984bb86a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2020 10:27:28 +0000 Subject: [PATCH] Bump activesupport from 3.1.1 to 3.2.12 Bumps [activesupport](https://github.com/rails/rails) from 3.1.1 to 3.2.12. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v6.0.2.1/activesupport/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v3.1.1...v3.2.12) Signed-off-by: dependabot[bot] --- Gemfile.lock | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index f7ec29b..be45f46 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,8 @@ GEM remote: http://rubygems.org/ specs: - activesupport (3.1.1) + activesupport (3.2.12) + i18n (~> 0.6) multi_json (~> 1.0) addressable (2.2.7) crack (0.1.8) @@ -14,7 +15,7 @@ GEM bundler (~> 1.0) git (>= 1.2.5) rake - multi_json (1.0.4) + multi_json (1.14.1) rake (0.9.2) rcov (0.9.9) rspec (2.8.0)