From daa98607cb10f92005384a5815dfa34a65cdfebf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Sep 2020 06:51:11 +0000 Subject: [PATCH] Bump activesupport from 5.2.1 to 5.2.4.4 in /db Bumps [activesupport](https://github.com/rails/rails) from 5.2.1 to 5.2.4.4. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v6.0.3.3/activesupport/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v5.2.1...v5.2.4.4) Signed-off-by: dependabot[bot] --- db/Gemfile.lock | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/db/Gemfile.lock b/db/Gemfile.lock index adb9077b..ae2dc6c8 100644 --- a/db/Gemfile.lock +++ b/db/Gemfile.lock @@ -1,29 +1,29 @@ GEM remote: https://rubygems.org/ specs: - activemodel (5.2.1) - activesupport (= 5.2.1) - activerecord (5.2.1) - activemodel (= 5.2.1) - activesupport (= 5.2.1) + activemodel (5.2.4.4) + activesupport (= 5.2.4.4) + activerecord (5.2.4.4) + activemodel (= 5.2.4.4) + activesupport (= 5.2.4.4) arel (>= 9.0) - activesupport (5.2.1) + activesupport (5.2.4.4) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 0.7, < 2) minitest (~> 5.1) tzinfo (~> 1.1) arel (9.0.0) - concurrent-ruby (1.0.5) + concurrent-ruby (1.1.7) diffy (3.2.1) - i18n (1.1.0) + i18n (1.8.5) concurrent-ruby (~> 1.0) - minitest (5.11.3) + minitest (5.14.2) pg (1.1.4) ridgepole (0.7.4) activerecord (>= 5.0.1, < 6) diffy thread_safe (0.3.6) - tzinfo (1.2.5) + tzinfo (1.2.7) thread_safe (~> 0.1) PLATFORMS