From e065a620e69c63d6828364fc86e9ab70f2768ab4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Aug 2019 16:46:09 +0000 Subject: [PATCH] Bump activesupport from 3.2.17 to 3.2.22.5 in /website Bumps [activesupport](https://github.com/rails/rails) from 3.2.17 to 3.2.22.5. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v5.2.3/activesupport/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v3.2.17...v3.2.22.5) Signed-off-by: dependabot[bot] --- website/Gemfile.lock | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/website/Gemfile.lock b/website/Gemfile.lock index 6740bb5..8d4983a 100644 --- a/website/Gemfile.lock +++ b/website/Gemfile.lock @@ -1,7 +1,7 @@ GEM remote: http://rubygems.org/ specs: - activesupport (3.2.17) + activesupport (3.2.22.5) i18n (~> 0.6, >= 0.6.4) multi_json (~> 1.0) atomic (1.1.16) @@ -10,9 +10,11 @@ GEM chunky_png (~> 1.2) fssm (>= 0.2.7) sass (~> 3.2.17) + concurrent-ruby (1.1.5) fssm (0.2.10) - i18n (0.6.9) - multi_json (1.9.2) + i18n (0.9.5) + concurrent-ruby (~> 1.0) + multi_json (1.13.1) rack (1.5.2) rack-test (0.6.2) rack (>= 1.0)