From c5d8f28766bf63383f019a3d046e85eef65c7cd6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2019 19:21:42 +0000 Subject: [PATCH] Bump activesupport from 3.0.0 to 6.0.0 Bumps [activesupport](https://github.com/rails/rails) from 3.0.0 to 6.0.0. - [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.0...v6.0.0) Signed-off-by: dependabot[bot] --- Gemfile.lock | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index af2ab8d..8663777 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,24 +1,36 @@ GEM remote: http://rubygems.org/ specs: - activesupport (3.0.0) + activesupport (6.0.0) + concurrent-ruby (~> 1.0, >= 1.0.2) + i18n (>= 0.7, < 2) + minitest (~> 5.1) + tzinfo (~> 1.1) + zeitwerk (~> 2.1, >= 2.1.8) barometer (0.7.3) httparty (>= 0.4.5) nokogiri tzinfo (>= 0.3.14) chronic (0.6.6) cinch (1.1.3) + concurrent-ruby (1.1.5) httparty (0.8.1) multi_json multi_xml + i18n (1.7.0) + concurrent-ruby (~> 1.0) json (1.6.3) mime-types (1.16) + minitest (5.12.2) multi_json (1.0.4) multi_xml (0.4.1) nokogiri (1.5.0) rest-client (1.6.7) mime-types (>= 1.16) - tzinfo (0.3.31) + thread_safe (0.3.6) + tzinfo (1.2.5) + thread_safe (~> 0.1) + zeitwerk (2.2.0) PLATFORMS ruby