From 2628386f144d6989a46405d88c99043972fb5abf Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 12 May 2020 07:45:32 +0000 Subject: [PATCH] Bump activesupport from 6.0.2.2 to 6.0.3 Bumps [activesupport](https://github.com/rails/rails) from 6.0.2.2 to 6.0.3. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v6.0.3/activesupport/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v6.0.2.2...v6.0.3) Signed-off-by: dependabot-preview[bot] --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index a127668d4..2ec427541 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -14,12 +14,12 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (6.0.2.2) + activesupport (6.0.3) 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) addressable (2.7.0) public_suffix (>= 2.0.2, < 5.0) ast (2.4.0)