From d16d31d05c8b0bb8c4f895fb7a585d5651dcf79c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 29 Mar 2021 04:26:28 +0000 Subject: [PATCH] Bump activesupport from 5.2.4.4 to 5.2.5 Bumps [activesupport](https://github.com/rails/rails) from 5.2.4.4 to 5.2.5. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v6.1.3.1/activesupport/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v5.2.4.4...v5.2.5) Signed-off-by: dependabot-preview[bot] --- Gemfile.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index cc09530..0b1aea8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,15 +7,15 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (5.2.4.4) + activesupport (5.2.5) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 0.7, < 2) minitest (~> 5.1) tzinfo (~> 1.1) ansi (1.5.0) builder (3.2.4) - concurrent-ruby (1.1.7) - i18n (1.8.5) + concurrent-ruby (1.1.8) + i18n (1.8.9) concurrent-ruby (~> 1.0) minitest (5.14.2) minitest-profile (0.0.2) @@ -27,7 +27,7 @@ GEM rake (13.0.1) ruby-progressbar (1.10.1) thread_safe (0.3.6) - tzinfo (1.2.7) + tzinfo (1.2.9) thread_safe (~> 0.1) PLATFORMS