Skip to content

Commit af7b8b0

Browse files
Bump just-the-docs from 0.10.0 to 0.10.1
Bumps [just-the-docs](https://github.com/just-the-docs/just-the-docs) from 0.10.0 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.10.0...v0.10.1) --- updated-dependencies: - dependency-name: just-the-docs dependency-version: 0.10.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7b19ffc commit af7b8b0

File tree

2 files changed

+22
-18
lines changed

2 files changed

+22
-18
lines changed

Gemfile

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

6-
gem "just-the-docs", "0.10.0" # pinned to the current release
6+
gem "just-the-docs", "0.10.1" # pinned to the current release
77
# gem "just-the-docs" # always download the latest release

Gemfile.lock

Lines changed: 21 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,22 @@ GEM
33
specs:
44
addressable (2.8.7)
55
public_suffix (>= 2.0.2, < 7.0)
6+
bigdecimal (3.2.2)
67
colorator (1.1.0)
78
concurrent-ruby (1.3.5)
89
em-websocket (0.5.3)
910
eventmachine (>= 0.12.9)
1011
http_parser.rb (~> 0)
1112
eventmachine (1.2.7)
12-
ffi (1.17.1)
13-
ffi (1.17.1-arm64-darwin)
13+
ffi (1.17.2-arm64-darwin)
14+
ffi (1.17.2-x86_64-linux-gnu)
1415
forwardable-extended (2.6.0)
15-
google-protobuf (3.25.5-arm64-darwin)
16-
google-protobuf (3.25.5-x86_64-linux)
16+
google-protobuf (4.32.0-arm64-darwin)
17+
bigdecimal
18+
rake (>= 13)
19+
google-protobuf (4.32.0-x86_64-linux-gnu)
20+
bigdecimal
21+
rake (>= 13)
1722
http_parser.rb (0.8.0)
1823
i18n (1.14.7)
1924
concurrent-ruby (~> 1.0)
@@ -35,13 +40,13 @@ GEM
3540
webrick (~> 1.7)
3641
jekyll-include-cache (0.2.1)
3742
jekyll (>= 3.7, < 5.0)
38-
jekyll-sass-converter (3.0.0)
39-
sass-embedded (~> 1.54)
43+
jekyll-sass-converter (3.1.0)
44+
sass-embedded (~> 1.75)
4045
jekyll-seo-tag (2.8.0)
4146
jekyll (>= 3.8, < 5.0)
4247
jekyll-watch (2.2.1)
4348
listen (~> 3.0)
44-
just-the-docs (0.10.0)
49+
just-the-docs (0.10.1)
4550
jekyll (>= 3.8.5)
4651
jekyll-include-cache
4752
jekyll-seo-tag (>= 2.0)
@@ -57,19 +62,18 @@ GEM
5762
mercenary (0.4.0)
5863
pathutil (0.16.2)
5964
forwardable-extended (~> 2.6)
60-
public_suffix (6.0.1)
61-
rake (13.2.1)
65+
public_suffix (6.0.2)
66+
rake (13.3.0)
6267
rb-fsevent (0.11.2)
6368
rb-inotify (0.11.1)
6469
ffi (~> 1.0)
65-
rexml (3.4.0)
66-
rouge (4.5.1)
70+
rexml (3.4.2)
71+
rouge (4.6.0)
6772
safe_yaml (1.0.5)
68-
sass-embedded (1.69.5)
69-
google-protobuf (~> 3.23)
70-
rake (>= 13.0.0)
71-
sass-embedded (1.69.5-arm64-darwin)
72-
google-protobuf (~> 3.23)
73+
sass-embedded (1.91.0-arm64-darwin)
74+
google-protobuf (~> 4.31)
75+
sass-embedded (1.91.0-x86_64-linux-gnu)
76+
google-protobuf (~> 4.31)
7377
terminal-table (3.0.2)
7478
unicode-display_width (>= 1.1.1, < 3)
7579
unicode-display_width (2.6.0)
@@ -81,7 +85,7 @@ PLATFORMS
8185

8286
DEPENDENCIES
8387
jekyll (~> 4.3.4)
84-
just-the-docs (= 0.10.0)
88+
just-the-docs (= 0.10.1)
8589

8690
BUNDLED WITH
8791
2.5.15

0 commit comments

Comments
 (0)