From 5fbeecbfc109ff238384befa463f6eac3916dcf2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Oct 2021 21:02:10 +0000 Subject: [PATCH] Bump activesupport from 3.0.7 to 4.1.16 Bumps [activesupport](https://github.com/rails/rails) from 3.0.7 to 4.1.16. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v6.1.4.1/activesupport/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v3.0.7...v4.1.16) --- updated-dependencies: - dependency-name: activesupport dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index d13c88e..d47868a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -11,10 +11,17 @@ PATH GEM remote: http://rubygems.org/ specs: - activesupport (3.0.7) + activesupport (4.1.16) + i18n (~> 0.6, >= 0.6.9) + json (~> 1.7, >= 1.7.7) + minitest (~> 5.1) + thread_safe (~> 0.1) + tzinfo (~> 1.1) curb (0.7.15) diff-lcs (1.1.2) - i18n (0.6.0) + i18n (0.6.11) + json (1.8.6) + minitest (5.14.4) mocha (0.9.12) rake (0.9.2.2) rdoc (3.6.1) @@ -26,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.9) + thread_safe (~> 0.1) validatable (1.6.7) xml-simple (1.0.16)