From 4532e8ecd8b357a3c139ed8f5fffea84d156d772 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 19:48:32 +0000 Subject: [PATCH] Update jekyll-timeago requirement from ~> 0.15.0 to ~> 1.0.0 Updates the requirements on [jekyll-timeago](https://github.com/markets/jekyll-timeago) to permit the latest version. - [Commits](https://github.com/markets/jekyll-timeago/compare/v0.15.0...v1.0.0) --- updated-dependencies: - dependency-name: jekyll-timeago dependency-version: 1.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 39e8a50..d9b6414 100644 --- a/Gemfile +++ b/Gemfile @@ -12,7 +12,7 @@ gem "jekyll", "~> 4.2" # The plugin will allow us to describe how far back a date was from today. e.g. If we give a date as 2016-03-23T10:20:00Z and the current date is 2020-04-13T10:20:00Z, then the output would be 4 years and 3 weeks ago. group :jekyll_plugins do - gem 'jekyll-timeago', '~> 0.15.0' + gem 'jekyll-timeago', '~> 1.0.0' gem "jekyll-feed", "~> 0.6" gem "jekyll-seo-tag" end