From e790e01753f5ce9b0a8b9d254ae3a85e6e316a28 Mon Sep 17 00:00:00 2001 From: Benjamin Neff <benjamin@coding4coffee.ch> Date: Mon, 28 Jun 2021 00:24:36 +0200 Subject: [PATCH] Bump rails-timeago --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 6446ece891..dd119f98bf 100644 --- a/Gemfile +++ b/Gemfile @@ -192,7 +192,7 @@ gem "typhoeus", "1.4.0" gem "gon", "6.4.0" gem "hamlit", "2.15.0" gem "mobile-fu", "1.4.0" -gem "rails-timeago", "2.18.0" +gem "rails-timeago", "2.19.1" gem "will_paginate", "3.3.0" # Logging diff --git a/Gemfile.lock b/Gemfile.lock index 01f0b15ff0..aa64b7617b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -595,7 +595,7 @@ GEM rails-i18n (5.1.3) i18n (>= 0.7, < 2) railties (>= 5.0, < 6) - rails-timeago (2.18.0) + rails-timeago (2.19.1) actionpack (>= 3.1) activesupport (>= 3.1) railties (5.2.6) @@ -897,7 +897,7 @@ DEPENDENCIES rails-assets-utatti-perfect-scrollbar (= 1.4.0)! rails-controller-testing (= 1.0.5) rails-i18n (= 5.1.3) - rails-timeago (= 2.18.0) + rails-timeago (= 2.19.1) redcarpet (= 3.5.1) redis (= 4.2.5) responders (= 3.0.1) -- GitLab