From 32aa7c983e50852b69a0378f28f1c70076bf17ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2019 22:27:32 +0000 Subject: [PATCH] Bump activesupport from 3.2.5 to 4.0.4 Bumps [activesupport](https://github.com/rails/rails) from 3.2.5 to 4.0.4. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v6.0.0/activesupport/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v3.2.5...v4.0.4) Signed-off-by: dependabot[bot] --- Gemfile.lock | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index eedbb85..7bd9871 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -6,11 +6,15 @@ PATH GEM remote: http://rubygems.org/ specs: - activesupport (3.2.5) - i18n (~> 0.6) - multi_json (~> 1.0) + activesupport (4.0.4) + i18n (~> 0.6, >= 0.6.9) + minitest (~> 4.2) + multi_json (~> 1.3) + thread_safe (~> 0.1) + tzinfo (~> 0.3.37) i18n (0.6.11) - multi_json (1.3.6) + minitest (4.7.5) + multi_json (1.13.1) rake (0.9.2.2) rr (1.0.4) shoulda (3.0.1) @@ -18,6 +22,8 @@ GEM shoulda-matchers (~> 1.0.0) shoulda-context (1.0.0) shoulda-matchers (1.0.0) + thread_safe (0.3.6) + tzinfo (0.3.55) PLATFORMS ruby