Skip to content

Commit 19d6d66

Browse files
committed
Update just-the-docs gem version to ~> 0.10.1
1 parent 5e8b22a commit 19d6d66

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Gemfile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,4 @@ source 'https://rubygems.org'
22

33
gem "jekyll", "~> 4.3" # installed by `gem jekyll`
44
gem "jekyll-redirect-from", "~> 0.16"
5-
# gem "webrick" # required when using Ruby >= 3 and Jekyll <= 4.2.2
6-
7-
gem "just-the-docs", "0.5.0" # pinned to the current release
8-
# gem "just-the-docs" # always download the latest release
5+
gem "just-the-docs", "~> 0.10.1"

Gemfile.lock

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ GEM
3030
safe_yaml (~> 1.0)
3131
terminal-table (>= 1.8, < 4.0)
3232
webrick (~> 1.7)
33+
jekyll-include-cache (0.2.1)
34+
jekyll (>= 3.7, < 5.0)
3335
jekyll-redirect-from (0.16.0)
3436
jekyll (>= 3.3, < 5.0)
3537
jekyll-sass-converter (2.2.0)
@@ -38,8 +40,9 @@ GEM
3840
jekyll (>= 3.8, < 5.0)
3941
jekyll-watch (2.2.1)
4042
listen (~> 3.0)
41-
just-the-docs (0.5.0)
43+
just-the-docs (0.10.1)
4244
jekyll (>= 3.8.5)
45+
jekyll-include-cache
4346
jekyll-seo-tag (>= 2.0)
4447
rake (>= 12.3.1)
4548
kramdown (2.4.0)
@@ -54,7 +57,7 @@ GEM
5457
pathutil (0.16.2)
5558
forwardable-extended (~> 2.6)
5659
public_suffix (5.0.0)
57-
rake (13.0.6)
60+
rake (13.3.1)
5861
rb-fsevent (0.11.2)
5962
rb-inotify (0.10.1)
6063
ffi (~> 1.0)
@@ -76,7 +79,7 @@ PLATFORMS
7679
DEPENDENCIES
7780
jekyll (~> 4.3)
7881
jekyll-redirect-from (~> 0.16)
79-
just-the-docs (= 0.5.0)
82+
just-the-docs (~> 0.10.1)
8083

8184
BUNDLED WITH
8285
2.3.9

0 commit comments

Comments
 (0)