From c7e245ceac7e9e52064611ba88753101f6066396 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2019 22:24:01 +0000 Subject: [PATCH] Bump activesupport from 3.0.7 to 4.2.11.1 Bumps [activesupport](https://github.com/rails/rails) from 3.0.7 to 4.2.11.1. - [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.0.7...v4.2.11.1) Signed-off-by: dependabot[bot] --- Gemfile.lock | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index cafa3fc..fbc83ab 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,12 @@ GEM remote: http://rubygems.org/ specs: - activesupport (3.0.7) + activesupport (4.2.11.1) + i18n (~> 0.7) + minitest (~> 5.1) + thread_safe (~> 0.3, >= 0.3.4) + tzinfo (~> 1.1) + concurrent-ruby (1.1.5) configatron (2.8.0) yamler (>= 0.1.0) diff-lcs (1.1.2) @@ -14,8 +19,11 @@ GEM genosaurus (1.2.4) erubis hashie (1.0.0) + i18n (0.9.5) + concurrent-ruby (~> 1.0) mark_facets (0.2.0) hashie + minitest (5.12.0) rake (0.9.2) rspec (2.6.0) rspec-core (~> 2.6.0) @@ -25,6 +33,9 @@ GEM rspec-expectations (2.6.0) diff-lcs (~> 1.1.2) rspec-mocks (2.6.0) + thread_safe (0.3.6) + tzinfo (1.2.5) + thread_safe (~> 0.1) yamler (0.1.0) PLATFORMS