diff --git a/Gemfile b/Gemfile index 2d87174..3670098 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ 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 gem 'jekyll-last-modified-at' diff --git a/Gemfile.lock b/Gemfile.lock index cf4de53..407b5fd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -58,7 +58,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) @@ -74,7 +74,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) @@ -101,7 +101,7 @@ PLATFORMS DEPENDENCIES jekyll (~> 4.4.1) jekyll-last-modified-at - just-the-docs (= 0.11.0) + just-the-docs (= 0.11.1) webrick (~> 1.9) BUNDLED WITH