diff --git a/Gemfile b/Gemfile index 2370deb..8a1828a 100644 --- a/Gemfile +++ b/Gemfile @@ -3,5 +3,5 @@ source 'https://rubygems.org' gem "jekyll", "~> 4.4.1" # installed by `gem jekyll` # gem "webrick" # required when using Ruby >= 3 and Jekyll <= 4.2.2 -gem "just-the-docs", "0.11.0" # pinned to the current release +gem "just-the-docs", "0.11.1" # pinned to the current release # gem "just-the-docs" # always download the latest release diff --git a/Gemfile.lock b/Gemfile.lock index 5b03459..50332ff 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -52,7 +52,7 @@ GEM jekyll-watch (2.2.1) listen (~> 3.0) json (2.18.0) - just-the-docs (0.11.0) + just-the-docs (0.11.1) jekyll (>= 3.8.5) jekyll-include-cache jekyll-seo-tag (>= 2.0) @@ -68,7 +68,7 @@ GEM mercenary (0.4.0) pathutil (0.16.2) forwardable-extended (~> 2.6) - public_suffix (7.0.0) + public_suffix (7.0.2) rake (13.3.1) rb-fsevent (0.11.2) rb-inotify (0.11.1) @@ -91,7 +91,7 @@ PLATFORMS DEPENDENCIES jekyll (~> 4.4.1) - just-the-docs (= 0.11.0) + just-the-docs (= 0.11.1) BUNDLED WITH 2.3.26 \ No newline at end of file