diff --git a/Gemfile b/Gemfile index e9a4ae6..024ede5 100644 --- a/Gemfile +++ b/Gemfile @@ -3,5 +3,5 @@ source 'https://rubygems.org' gem "jekyll", "~> 4.3.3" # installed by `gem jekyll` # gem "webrick" # required when using Ruby >= 3 and Jekyll <= 4.2.2 -gem "just-the-docs", "0.9.0" # pinned to the current release +gem "just-the-docs", "0.10.0" # pinned to the current release # gem "just-the-docs" # always download the latest release diff --git a/Gemfile.lock b/Gemfile.lock index 5f60270..aa93871 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -42,7 +42,7 @@ GEM jekyll (>= 3.8, < 5.0) jekyll-watch (2.2.1) listen (~> 3.0) - just-the-docs (0.9.0) + just-the-docs (0.10.0) jekyll (>= 3.8.5) jekyll-include-cache jekyll-seo-tag (>= 2.0) @@ -78,7 +78,7 @@ PLATFORMS DEPENDENCIES jekyll (~> 4.3.3) - just-the-docs (= 0.9.0) + just-the-docs (= 0.10.0) BUNDLED WITH 2.3.26