From ba8e0907cc6f112154476f12e9c2e37d8e7bd292 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= <me@jhass.eu> Date: Fri, 20 Mar 2020 18:24:08 +0100 Subject: [PATCH] update rails-timeago to 2.18.0 --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 95e936015b..79b603a97c 100644 --- a/Gemfile +++ b/Gemfile @@ -192,7 +192,7 @@ gem "typhoeus", "1.3.1" gem "gon", "6.3.2" gem "hamlit", "2.11.0" gem "mobile-fu", "1.4.0" -gem "rails-timeago", "2.17.1" +gem "rails-timeago", "2.18.0" gem "will_paginate", "3.3.0" # Logging diff --git a/Gemfile.lock b/Gemfile.lock index ef13803880..a76b22caf3 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.17.1) + rails-timeago (2.18.0) actionpack (>= 3.1) activesupport (>= 3.1) railties (5.2.4.2) @@ -901,7 +901,7 @@ DEPENDENCIES rails-assets-utatti-perfect-scrollbar (= 1.4.0)! rails-controller-testing (= 1.0.4) rails-i18n (= 5.1.3) - rails-timeago (= 2.17.1) + rails-timeago (= 2.18.0) rb-fsevent (= 0.10.3) rb-inotify (= 0.10.1) redcarpet (= 3.5.0) -- GitLab