diff --git a/Gemfile b/Gemfile index 1059778..d6191c5 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ 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.1" # pinned to the current release +gem "just-the-docs", "0.8.2" # pinned to the current release # gem "just-the-docs" # always download the latest release gem "jekyll-redirect-from", "0.16.0" \ No newline at end of file diff --git a/Gemfile.lock b/Gemfile.lock index 17ebadb..623ecbd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -11,9 +11,9 @@ GEM eventmachine (1.2.7) ffi (1.16.3) forwardable-extended (2.6.0) - google-protobuf (4.26.0-arm64-darwin) + google-protobuf (4.26.1-arm64-darwin) rake (>= 13) - google-protobuf (4.26.0-x86_64-linux) + google-protobuf (4.26.1-x86_64-linux) rake (>= 13) http_parser.rb (0.8.0) i18n (1.14.4) @@ -44,7 +44,7 @@ GEM jekyll (>= 3.8, < 5.0) jekyll-watch (2.2.1) listen (~> 3.0) - just-the-docs (0.8.1) + just-the-docs (0.8.2) jekyll (>= 3.8.5) jekyll-include-cache jekyll-seo-tag (>= 2.0) @@ -61,7 +61,7 @@ GEM pathutil (0.16.2) forwardable-extended (~> 2.6) public_suffix (5.0.4) - rake (13.1.0) + rake (13.2.0) rb-fsevent (0.11.2) rb-inotify (0.10.1) ffi (~> 1.0) @@ -84,7 +84,7 @@ PLATFORMS DEPENDENCIES jekyll (~> 4.3.3) jekyll-redirect-from (= 0.16.0) - just-the-docs (= 0.8.1) + just-the-docs (= 0.8.2) BUNDLED WITH 2.3.26