From 13020fef170b26e3655dcd6fe9cd4db04aca6d77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 May 2020 15:59:01 +0000 Subject: [PATCH] Bump activesupport from 6.0.2.2 to 6.0.3.1 in /cli Bumps [activesupport](https://github.com/rails/rails) from 6.0.2.2 to 6.0.3.1. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v6.0.3.1/activesupport/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v6.0.2.2...v6.0.3.1) Signed-off-by: dependabot[bot] --- cli/Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cli/Gemfile.lock b/cli/Gemfile.lock index de99481..c66fb3d 100644 --- a/cli/Gemfile.lock +++ b/cli/Gemfile.lock @@ -23,12 +23,12 @@ GIT GEM remote: https://rubygems.org/ specs: - activesupport (6.0.2.2) + activesupport (6.0.3.1) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 0.7, < 2) minitest (~> 5.1) tzinfo (~> 1.1) - zeitwerk (~> 2.2) + zeitwerk (~> 2.2, >= 2.2.2) bson (4.8.2) cassandra-driver (3.2.4) ione (~> 1.2) @@ -50,7 +50,7 @@ GEM ione (1.2.4) method_source (1.0.0) mini_portile2 (2.4.0) - minitest (5.14.0) + minitest (5.14.1) mongo (2.11.4) bson (>= 4.4.2, < 5.0.0) multi_json (1.14.1)