Skip to content

Commit f79eb2b

Browse files
committed
Update to Just the Docs 0.8.0
1 parent 11766b0 commit f79eb2b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ source 'https://rubygems.org'
33
gem "jekyll", "~> 4.3.2" # installed by `gem jekyll`
44
# gem "webrick" # required when using Ruby >= 3 and Jekyll <= 4.2.2
55

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

99
gem 'jekyll-last-modified-at', '~> 1.1' # pinned to the current Release

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ GEM
4343
jekyll (>= 3.8, < 5.0)
4444
jekyll-watch (2.2.1)
4545
listen (~> 3.0)
46-
just-the-docs (0.6.2)
46+
just-the-docs (0.8.0)
4747
jekyll (>= 3.8.5)
4848
jekyll-include-cache
4949
jekyll-seo-tag (>= 2.0)
@@ -61,7 +61,7 @@ GEM
6161
forwardable-extended (~> 2.6)
6262
posix-spawn (0.3.15)
6363
public_suffix (5.0.3)
64-
rake (13.0.6)
64+
rake (13.2.1)
6565
rb-fsevent (0.11.2)
6666
rb-inotify (0.10.1)
6767
ffi (~> 1.0)
@@ -84,7 +84,7 @@ PLATFORMS
8484
DEPENDENCIES
8585
jekyll (~> 4.3.2)
8686
jekyll-last-modified-at (~> 1.1)
87-
just-the-docs (= 0.6.2)
87+
just-the-docs (= 0.8.0)
8888

8989
BUNDLED WITH
9090
2.3.26

0 commit comments

Comments
 (0)