From ee06f6502d3ea040b2c1d77eb9e0223fce5058a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 May 2020 04:37:38 +0000 Subject: [PATCH] Bump activesupport from 5.1.4 to 6.0.3.1 in /test Bumps [activesupport](https://github.com/rails/rails) from 5.1.4 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/v5.1.4...v6.0.3.1) Signed-off-by: dependabot[bot] --- test/Gemfile.lock | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/test/Gemfile.lock b/test/Gemfile.lock index ab3c480..8893bf2 100644 --- a/test/Gemfile.lock +++ b/test/Gemfile.lock @@ -1,19 +1,18 @@ GEM remote: https://rubygems.org/ specs: - activemodel (5.1.4) - activesupport (= 5.1.4) - activerecord (5.1.4) - activemodel (= 5.1.4) - activesupport (= 5.1.4) - arel (~> 8.0) - activesupport (5.1.4) + activemodel (6.0.3.1) + activesupport (= 6.0.3.1) + activerecord (6.0.3.1) + activemodel (= 6.0.3.1) + activesupport (= 6.0.3.1) + activesupport (6.0.3.1) concurrent-ruby (~> 1.0, >= 1.0.2) - i18n (~> 0.7) + i18n (>= 0.7, < 2) minitest (~> 5.1) tzinfo (~> 1.1) - arel (8.0.0) - concurrent-ruby (1.0.5) + zeitwerk (~> 2.2, >= 2.2.2) + concurrent-ruby (1.1.6) i18n (0.9.3) concurrent-ruby (~> 1.0) minitest (5.11.3) @@ -33,8 +32,9 @@ GEM sinatra (>= 1.0) thread_safe (0.3.6) tilt (2.0.9) - tzinfo (1.2.5) + tzinfo (1.2.7) thread_safe (~> 0.1) + zeitwerk (2.3.0) PLATFORMS ruby