From f79eb2b71838cf3c6815503e24395e40ab92dc35 Mon Sep 17 00:00:00 2001 From: Verzatiledev <47317248+VerzatileDev@users.noreply.github.com> Date: Thu, 25 Jul 2024 15:21:37 +0300 Subject: [PATCH] Update to Just the Docs 0.8.0 --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 0d72427..15b9258 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ source 'https://rubygems.org' gem "jekyll", "~> 4.3.2" # installed by `gem jekyll` # gem "webrick" # required when using Ruby >= 3 and Jekyll <= 4.2.2 -gem "just-the-docs", "0.6.2" # pinned to the current Release +gem "just-the-docs", "0.8.0" # pinned to the current Release # gem "just-the-docs" # always download the latest release gem 'jekyll-last-modified-at', '~> 1.1' # pinned to the current Release diff --git a/Gemfile.lock b/Gemfile.lock index 6eff27c..8ace60e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -43,7 +43,7 @@ GEM jekyll (>= 3.8, < 5.0) jekyll-watch (2.2.1) listen (~> 3.0) - just-the-docs (0.6.2) + just-the-docs (0.8.0) jekyll (>= 3.8.5) jekyll-include-cache jekyll-seo-tag (>= 2.0) @@ -61,7 +61,7 @@ GEM forwardable-extended (~> 2.6) posix-spawn (0.3.15) public_suffix (5.0.3) - rake (13.0.6) + rake (13.2.1) rb-fsevent (0.11.2) rb-inotify (0.10.1) ffi (~> 1.0) @@ -84,7 +84,7 @@ PLATFORMS DEPENDENCIES jekyll (~> 4.3.2) jekyll-last-modified-at (~> 1.1) - just-the-docs (= 0.6.2) + just-the-docs (= 0.8.0) BUNDLED WITH 2.3.26