From 3dfd44fc1afa263e0bb4f56d89f5906b60b43dbd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2019 21:29:56 +0000 Subject: [PATCH] Bump activesupport from 3.2.13 to 6.0.0 Bumps [activesupport](https://github.com/rails/rails) from 3.2.13 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.2.13...v6.0.0) Signed-off-by: dependabot[bot] --- Gemfile.lock | 25 ++++++++++++++++--------- 1 file changed, 16 insertions(+), 9 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 8d7aae6..abc7b40 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,25 +1,28 @@ GEM remote: https://rubygems.org/ specs: - activemodel (3.2.13) - activesupport (= 3.2.13) - builder (~> 3.0.0) - activesupport (3.2.13) - i18n (= 0.6.1) - multi_json (~> 1.0) + activemodel (6.0.0) + activesupport (= 6.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) addressable (2.3.4) ansi (1.4.3) - builder (3.0.4) + concurrent-ruby (1.1.5) crack (0.3.2) git (1.2.5) - i18n (0.6.1) + i18n (1.7.0) + concurrent-ruby (~> 1.0) jeweler (1.6.4) bundler (~> 1.0) git (>= 1.2.5) rake json (1.8.2) mime-types (1.22) - multi_json (1.7.2) + minitest (5.12.2) power_assert (0.2.2) rake (10.0.4) reek (1.2.13) @@ -39,12 +42,16 @@ GEM sexp_processor (3.2.0) test-unit (3.0.9) power_assert + thread_safe (0.3.6) turn (0.9.6) ansi + tzinfo (1.2.5) + thread_safe (~> 0.1) vcr (2.4.0) webmock (1.11.0) addressable (>= 2.2.7) crack (>= 0.3.2) + zeitwerk (2.2.0) PLATFORMS ruby