Skip to content

Commit a659763

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] <[email protected]>
1 parent 5c827ed commit a659763

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

Gemfile

+1-1
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
gem "faraday-retry"

Gemfile.lock

+9-2
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,9 @@ GEM
6767
jekyll-watch (2.2.1)
6868
listen (~> 3.0)
6969
json (2.9.1)
70-
just-the-docs (0.5.4)
70+
just-the-docs (0.10.1)
7171
jekyll (>= 3.8.5)
72+
jekyll-include-cache
7273
jekyll-seo-tag (>= 2.0)
7374
rake (>= 12.3.1)
7475
kramdown (2.5.1)
@@ -99,6 +100,12 @@ GEM
99100
sass-embedded (1.83.4)
100101
google-protobuf (~> 4.29)
101102
rake (>= 13)
103+
sass-embedded (1.83.4-arm64-darwin)
104+
google-protobuf (~> 4.29)
105+
sass-embedded (1.83.4-x86_64-darwin)
106+
google-protobuf (~> 4.29)
107+
sass-embedded (1.83.4-x86_64-linux-gnu)
108+
google-protobuf (~> 4.29)
102109
sawyer (0.9.2)
103110
addressable (>= 2.3.5)
104111
faraday (>= 0.17.3, < 3)
@@ -122,7 +129,7 @@ DEPENDENCIES
122129
jekyll-polyglot
123130
jekyll-seo-tag
124131
jekyll-sitemap
125-
just-the-docs (= 0.5.4)
132+
just-the-docs (= 0.10.1)
126133
webrick
127134

128135
BUNDLED WITH

0 commit comments

Comments
 (0)