Skip to content

Commit b4445ce

Browse files
Update dependency just-the-docs to "~> 0.12.0"
1 parent 3f9656c commit b4445ce

2 files changed

Lines changed: 27 additions & 22 deletions

File tree

Gemfile

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

33
gem "jekyll", "~> 4.3.3"
4-
gem "just-the-docs", "~> 0.10.0"
4+
gem "just-the-docs", "~> 0.12.0"

Gemfile.lock

Lines changed: 26 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,22 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.8.7)
5-
public_suffix (>= 2.0.2, < 7.0)
4+
addressable (2.8.9)
5+
public_suffix (>= 2.0.2, < 8.0)
6+
bigdecimal (4.0.1)
67
colorator (1.1.0)
7-
concurrent-ruby (1.3.4)
8+
concurrent-ruby (1.3.6)
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-x86_64-linux-gnu)
13+
ffi (1.17.3-x86_64-linux-gnu)
1314
forwardable-extended (2.6.0)
14-
google-protobuf (3.25.5-x86_64-linux)
15-
http_parser.rb (0.8.0)
16-
i18n (1.14.6)
15+
google-protobuf (4.34.0-x86_64-linux-gnu)
16+
bigdecimal
17+
rake (~> 13.3)
18+
http_parser.rb (0.8.1)
19+
i18n (1.14.8)
1720
concurrent-ruby (~> 1.0)
1821
jekyll (4.3.4)
1922
addressable (~> 2.4)
@@ -33,49 +36,51 @@ GEM
3336
webrick (~> 1.7)
3437
jekyll-include-cache (0.2.1)
3538
jekyll (>= 3.7, < 5.0)
36-
jekyll-sass-converter (3.0.0)
37-
sass-embedded (~> 1.54)
39+
jekyll-sass-converter (3.1.0)
40+
sass-embedded (~> 1.75)
3841
jekyll-seo-tag (2.8.0)
3942
jekyll (>= 3.8, < 5.0)
4043
jekyll-watch (2.2.1)
4144
listen (~> 3.0)
42-
just-the-docs (0.10.1)
45+
just-the-docs (0.12.0)
4346
jekyll (>= 3.8.5)
4447
jekyll-include-cache
4548
jekyll-seo-tag (>= 2.0)
4649
rake (>= 12.3.1)
47-
kramdown (2.4.0)
48-
rexml
50+
kramdown (2.5.2)
51+
rexml (>= 3.4.4)
4952
kramdown-parser-gfm (1.1.0)
5053
kramdown (~> 2.0)
5154
liquid (4.0.4)
52-
listen (3.9.0)
55+
listen (3.10.0)
56+
logger
5357
rb-fsevent (~> 0.10, >= 0.10.3)
5458
rb-inotify (~> 0.9, >= 0.9.10)
59+
logger (1.7.0)
5560
mercenary (0.4.0)
5661
pathutil (0.16.2)
5762
forwardable-extended (~> 2.6)
5863
public_suffix (5.1.1)
59-
rake (13.2.1)
64+
rake (13.3.1)
6065
rb-fsevent (0.11.2)
6166
rb-inotify (0.11.1)
6267
ffi (~> 1.0)
63-
rexml (3.3.9)
64-
rouge (4.3.0)
68+
rexml (3.4.4)
69+
rouge (4.7.0)
6570
safe_yaml (1.0.5)
66-
sass-embedded (1.77.5-x86_64-linux-gnu)
67-
google-protobuf (>= 3.25, < 5.0)
71+
sass-embedded (1.98.0-x86_64-linux-gnu)
72+
google-protobuf (~> 4.31)
6873
terminal-table (3.0.2)
6974
unicode-display_width (>= 1.1.1, < 3)
70-
unicode-display_width (2.5.0)
71-
webrick (1.8.2)
75+
unicode-display_width (2.6.0)
76+
webrick (1.9.2)
7277

7378
PLATFORMS
7479
x86_64-linux
7580

7681
DEPENDENCIES
7782
jekyll (~> 4.3.3)
78-
just-the-docs (~> 0.10.0)
83+
just-the-docs (~> 0.12.0)
7984

8085
BUNDLED WITH
8186
2.2.22

0 commit comments

Comments
 (0)