From e4768007058add85b0f27e725965383dea2010a6 Mon Sep 17 00:00:00 2001 From: jstoobysmith <72603918+jstoobysmith@users.noreply.github.com> Date: Sat, 15 Jun 2024 11:21:43 -0400 Subject: [PATCH] update --- doc/Gemfile | 2 +- doc/Gemfile.lock | 15 ++++++++++----- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/doc/Gemfile b/doc/Gemfile index 58ad681..ec26d64 100644 --- a/doc/Gemfile +++ b/doc/Gemfile @@ -4,4 +4,4 @@ source 'https://rubygems.org' gem "jekyll", "~> 4.2" -gem "minima", "~> 2.5.1" \ No newline at end of file +gem "minima", git: "https://github.com/jekyll/minima" \ No newline at end of file diff --git a/doc/Gemfile.lock b/doc/Gemfile.lock index 36190ca..5d1f0ec 100644 --- a/doc/Gemfile.lock +++ b/doc/Gemfile.lock @@ -1,3 +1,12 @@ +GIT + remote: https://github.com/jekyll/minima + revision: 1d5286cf9a1aae34078420d183d560dd673d98b5 + specs: + minima (3.0.0.dev) + jekyll (>= 3.5, < 5.0) + jekyll-feed (~> 0.9) + jekyll-seo-tag (~> 2.1) + GEM remote: https://rubygems.org/ specs: @@ -59,10 +68,6 @@ GEM rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) mercenary (0.4.0) - minima (2.5.1) - jekyll (>= 3.5, < 5.0) - jekyll-feed (~> 0.9) - jekyll-seo-tag (~> 2.1) pathutil (0.16.2) forwardable-extended (~> 2.6) public_suffix (5.1.0) @@ -106,7 +111,7 @@ PLATFORMS DEPENDENCIES jekyll (~> 4.2) - minima (~> 2.5.1) + minima! BUNDLED WITH 2.5.13