Skip to content

Commit b71180b

Browse files
Bump just-the-docs from 0.5.4 to 0.10.1
Bumps [just-the-docs](https://github.com/just-the-docs/just-the-docs) from 0.5.4 to 0.10.1. - [Release notes](https://github.com/just-the-docs/just-the-docs/releases) - [Changelog](https://github.com/just-the-docs/just-the-docs/blob/main/CHANGELOG.md) - [Commits](just-the-docs/just-the-docs@v0.5.4...v0.10.1) --- updated-dependencies: - dependency-name: just-the-docs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 760cce0 commit b71180b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Gemfile

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

33
gem "jekyll", "~> 4.3.2" # installed by `gem jekyll`
4-
gem "just-the-docs", "0.5.4" # pinned to the current release
4+
gem "just-the-docs", "0.10.1" # pinned to the current release
55
# gem "just-the-docs" # always download the latest release
66
gem "jekyll-github-metadata", ">= 2.15"
77

Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,9 @@ GEM
6161
jekyll-watch (2.2.1)
6262
listen (~> 3.0)
6363
json (2.9.1)
64-
just-the-docs (0.5.4)
64+
just-the-docs (0.10.1)
6565
jekyll (>= 3.8.5)
66+
jekyll-include-cache
6667
jekyll-seo-tag (>= 2.0)
6768
rake (>= 12.3.1)
6869
kramdown (2.5.1)
@@ -90,11 +91,10 @@ GEM
9091
rexml (3.4.0)
9192
rouge (4.5.1)
9293
safe_yaml (1.0.5)
93-
sass-embedded (1.83.1)
94-
google-protobuf (~> 4.29)
95-
rake (>= 13)
9694
sass-embedded (1.83.1-arm64-darwin)
9795
google-protobuf (~> 4.29)
96+
sass-embedded (1.83.1-x86_64-linux-gnu)
97+
google-protobuf (~> 4.29)
9898
sawyer (0.9.2)
9999
addressable (>= 2.3.5)
100100
faraday (>= 0.17.3, < 3)
@@ -116,7 +116,7 @@ DEPENDENCIES
116116
jekyll-polyglot
117117
jekyll-seo-tag
118118
jekyll-sitemap
119-
just-the-docs (= 0.5.4)
119+
just-the-docs (= 0.10.1)
120120
webrick
121121

122122
BUNDLED WITH

0 commit comments

Comments
 (0)