Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ source "https://rubygems.org"
# Happy Jekylling!
gem "jekyll", "~> 4.4.1"
# This is the default theme for new Jekyll sites. You may change this to anything you like.
gem "just-the-docs", "0.11.1" # pinned to the current release
gem "just-the-docs", "0.12.0" # pinned to the current release
# gem "just-the-docs" # always download the latest release

# Explicitly include plugins referenced in _config.yml
Expand Down
19 changes: 10 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ GEM
ffi (1.17.3-x86_64-linux-gnu)
fiddle (1.1.8)
forwardable-extended (2.6.0)
google-protobuf (4.33.2-x64-mingw-ucrt)
google-protobuf (4.33.4-x64-mingw-ucrt)
bigdecimal
rake (>= 13)
google-protobuf (4.33.2-x86_64-linux-gnu)
google-protobuf (4.33.4-x86_64-linux-gnu)
bigdecimal
rake (>= 13)
http_parser.rb (0.8.0)
Expand Down Expand Up @@ -61,17 +61,18 @@ GEM
jekyll-watch (2.2.1)
listen (~> 3.0)
json (2.18.0)
just-the-docs (0.11.1)
just-the-docs (0.12.0)
jekyll (>= 3.8.5)
jekyll-include-cache
jekyll-seo-tag (>= 2.0)
rake (>= 12.3.1)
kramdown (2.5.1)
rexml (>= 3.3.9)
kramdown (2.5.2)
rexml (>= 3.4.4)
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
liquid (4.0.4)
listen (3.9.0)
listen (3.10.0)
logger
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
logger (1.7.0)
Expand All @@ -86,9 +87,9 @@ GEM
rexml (3.4.4)
rouge (4.7.0)
safe_yaml (1.0.5)
sass-embedded (1.97.1-x64-mingw-ucrt)
sass-embedded (1.97.3-x64-mingw-ucrt)
google-protobuf (~> 4.31)
sass-embedded (1.97.1-x86_64-linux-gnu)
sass-embedded (1.97.3-x86_64-linux-gnu)
google-protobuf (~> 4.31)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
Expand All @@ -113,7 +114,7 @@ DEPENDENCIES
jekyll-relative-links (~> 0.6)
jekyll-seo-tag
jekyll-titles-from-headings (~> 0.5)
just-the-docs (= 0.11.1)
just-the-docs (= 0.12.0)
logger (~> 1.4)
tzinfo (>= 1, < 3)
tzinfo-data
Expand Down