From 4248ed6c0ee70277d80440e40a71629d7425b42d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Mar 2022 03:10:35 +0000 Subject: [PATCH] Bump rails-timeago from 2.19.1 to 2.20.0 Bumps [rails-timeago](https://github.com/jgraichen/rails-timeago) from 2.19.1 to 2.20.0. - [Release notes](https://github.com/jgraichen/rails-timeago/releases) - [Changelog](https://github.com/jgraichen/rails-timeago/blob/main/CHANGELOG.md) - [Commits](https://github.com/jgraichen/rails-timeago/compare/v2.19.1...v2.20.0) --- updated-dependencies: - dependency-name: rails-timeago dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 89e21368..4a38be2b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -345,9 +345,9 @@ GEM rails-i18n (7.0.3) i18n (>= 0.7, < 2) railties (>= 6.0.0, < 8) - rails-timeago (2.19.1) - actionpack (>= 3.1) - activesupport (>= 3.1) + rails-timeago (2.20.0) + actionpack (>= 5.2) + activesupport (>= 5.2) rails_admin (2.2.1) activemodel-serializers-xml (>= 1.0) builder (~> 3.1)