diff --git a/Gemfile b/Gemfile index 69e6704..d5810e3 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.8.0" # pinned to the current release +gem "just-the-docs", "0.8.1" # pinned to the current release # gem "just-the-docs" # always download the latest release diff --git a/Gemfile.lock b/Gemfile.lock index 6c2b973..61499d9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -14,7 +14,7 @@ GEM google-protobuf (3.25.3-arm64-darwin) google-protobuf (3.25.3-x86_64-linux) http_parser.rb (0.8.0) - i18n (1.14.1) + i18n (1.14.4) concurrent-ruby (~> 1.0) jekyll (4.3.3) addressable (~> 2.4) @@ -40,7 +40,7 @@ GEM jekyll (>= 3.8, < 5.0) jekyll-watch (2.2.1) listen (~> 3.0) - just-the-docs (0.8.0) + just-the-docs (0.8.1) jekyll (>= 3.8.5) jekyll-include-cache jekyll-seo-tag (>= 2.0) @@ -79,7 +79,7 @@ PLATFORMS DEPENDENCIES jekyll (~> 4.3.3) - just-the-docs (= 0.8.0) + just-the-docs (= 0.8.1) BUNDLED WITH 2.3.26