Skip to content

Commit 6175f51

Browse files
Bump just-the-docs from 0.8.2 to 0.12.0
Bumps [just-the-docs](https://github.com/just-the-docs/just-the-docs) from 0.8.2 to 0.12.0. - [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.8.2...v0.12.0) --- updated-dependencies: - dependency-name: just-the-docs dependency-version: 0.12.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d6c7554 commit 6175f51

2 files changed

Lines changed: 31 additions & 29 deletions

File tree

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.8.2" # pinned to the current release
6+
gem "just-the-docs", "0.12.0" # pinned to the current release
77
# gem "just-the-docs" # always download the latest release

Gemfile.lock

Lines changed: 30 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.8.7)
5-
public_suffix (>= 2.0.2, < 7.0)
6-
bigdecimal (3.1.8)
4+
addressable (2.8.9)
5+
public_suffix (>= 2.0.2, < 8.0)
6+
bigdecimal (4.0.1)
77
colorator (1.1.0)
8-
concurrent-ruby (1.3.4)
8+
concurrent-ruby (1.3.6)
99
em-websocket (0.5.3)
1010
eventmachine (>= 0.12.9)
1111
http_parser.rb (~> 0)
1212
eventmachine (1.2.7)
13-
ffi (1.17.0-arm64-darwin)
14-
ffi (1.17.0-x86_64-linux-gnu)
13+
ffi (1.17.3-arm64-darwin)
14+
ffi (1.17.3-x86_64-linux-gnu)
1515
forwardable-extended (2.6.0)
16-
google-protobuf (4.28.1-arm64-darwin)
16+
google-protobuf (4.34.0-arm64-darwin)
1717
bigdecimal
18-
rake (>= 13)
19-
google-protobuf (4.28.1-x86_64-linux)
18+
rake (~> 13.3)
19+
google-protobuf (4.34.0-x86_64-linux-gnu)
2020
bigdecimal
21-
rake (>= 13)
22-
http_parser.rb (0.8.0)
23-
i18n (1.14.6)
21+
rake (~> 13.3)
22+
http_parser.rb (0.8.1)
23+
i18n (1.14.8)
2424
concurrent-ruby (~> 1.0)
2525
jekyll (4.3.4)
2626
addressable (~> 2.4)
@@ -40,52 +40,54 @@ GEM
4040
webrick (~> 1.7)
4141
jekyll-include-cache (0.2.1)
4242
jekyll (>= 3.7, < 5.0)
43-
jekyll-sass-converter (3.0.0)
44-
sass-embedded (~> 1.54)
43+
jekyll-sass-converter (3.1.0)
44+
sass-embedded (~> 1.75)
4545
jekyll-seo-tag (2.8.0)
4646
jekyll (>= 3.8, < 5.0)
4747
jekyll-watch (2.2.1)
4848
listen (~> 3.0)
49-
just-the-docs (0.8.2)
49+
just-the-docs (0.12.0)
5050
jekyll (>= 3.8.5)
5151
jekyll-include-cache
5252
jekyll-seo-tag (>= 2.0)
5353
rake (>= 12.3.1)
54-
kramdown (2.4.0)
55-
rexml
54+
kramdown (2.5.2)
55+
rexml (>= 3.4.4)
5656
kramdown-parser-gfm (1.1.0)
5757
kramdown (~> 2.0)
5858
liquid (4.0.4)
59-
listen (3.9.0)
59+
listen (3.10.0)
60+
logger
6061
rb-fsevent (~> 0.10, >= 0.10.3)
6162
rb-inotify (~> 0.9, >= 0.9.10)
63+
logger (1.7.0)
6264
mercenary (0.4.0)
6365
pathutil (0.16.2)
6466
forwardable-extended (~> 2.6)
65-
public_suffix (6.0.1)
66-
rake (13.2.1)
67+
public_suffix (7.0.5)
68+
rake (13.3.1)
6769
rb-fsevent (0.11.2)
6870
rb-inotify (0.11.1)
6971
ffi (~> 1.0)
70-
rexml (3.3.7)
71-
rouge (4.4.0)
72+
rexml (3.4.4)
73+
rouge (4.7.0)
7274
safe_yaml (1.0.5)
73-
sass-embedded (1.78.0-arm64-darwin)
74-
google-protobuf (~> 4.27)
75-
sass-embedded (1.78.0-x86_64-linux-gnu)
76-
google-protobuf (~> 4.27)
75+
sass-embedded (1.98.0-arm64-darwin)
76+
google-protobuf (~> 4.31)
77+
sass-embedded (1.98.0-x86_64-linux-gnu)
78+
google-protobuf (~> 4.31)
7779
terminal-table (3.0.2)
7880
unicode-display_width (>= 1.1.1, < 3)
7981
unicode-display_width (2.6.0)
80-
webrick (1.8.1)
82+
webrick (1.9.2)
8183

8284
PLATFORMS
8385
arm64-darwin
8486
x86_64-linux
8587

8688
DEPENDENCIES
8789
jekyll (~> 4.3.4)
88-
just-the-docs (= 0.8.2)
90+
just-the-docs (= 0.12.0)
8991

9092
BUNDLED WITH
9193
2.5.9

0 commit comments

Comments
 (0)