From 7ba5b590891d362c95985e912e0ffc528d475b44 Mon Sep 17 00:00:00 2001 From: Ayo Date: Thu, 1 Jun 2023 13:24:32 +0200 Subject: [PATCH] chore: update minima --- Gemfile | 2 +- Gemfile.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 84d9c7d..3b92be1 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ source "https://rubygems.org" # Happy Jekylling! gem "jekyll", "~> 4.2.0" # This is the default theme for new Jekyll sites. You may change this to anything you like. -gem "minima", "~> 2.5" +gem "minima", "~> 2.5.1" # If you want to use GitHub Pages, remove the "gem "jekyll"" above and # uncomment the line below. To upgrade, run `bundle update github-pages`. # gem "github-pages", group: :jekyll_plugins diff --git a/Gemfile.lock b/Gemfile.lock index 3763546..be2da1a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -86,7 +86,7 @@ PLATFORMS DEPENDENCIES jekyll (~> 4.2.0) jekyll-feed (~> 0.12) - minima (~> 2.5) + minima (~> 2.5.1) tzinfo (~> 1.2) tzinfo-data wdm (~> 0.1.1)