Skip to content

Commit

Permalink
Update to Just the Docs 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
VerzatileDev committed Jul 25, 2024
1 parent 11766b0 commit f79eb2b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ source 'https://rubygems.org'
gem "jekyll", "~> 4.3.2" # installed by `gem jekyll`
# gem "webrick" # required when using Ruby >= 3 and Jekyll <= 4.2.2

gem "just-the-docs", "0.6.2" # pinned to the current Release
gem "just-the-docs", "0.8.0" # pinned to the current Release
# gem "just-the-docs" # always download the latest release

gem 'jekyll-last-modified-at', '~> 1.1' # pinned to the current Release
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ GEM
jekyll (>= 3.8, < 5.0)
jekyll-watch (2.2.1)
listen (~> 3.0)
just-the-docs (0.6.2)
just-the-docs (0.8.0)
jekyll (>= 3.8.5)
jekyll-include-cache
jekyll-seo-tag (>= 2.0)
Expand All @@ -61,7 +61,7 @@ GEM
forwardable-extended (~> 2.6)
posix-spawn (0.3.15)
public_suffix (5.0.3)
rake (13.0.6)
rake (13.2.1)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
Expand All @@ -84,7 +84,7 @@ PLATFORMS
DEPENDENCIES
jekyll (~> 4.3.2)
jekyll-last-modified-at (~> 1.1)
just-the-docs (= 0.6.2)
just-the-docs (= 0.8.0)

BUNDLED WITH
2.3.26

0 comments on commit f79eb2b

Please sign in to comment.