Skip to content

Commit 67db484

Browse files
Bump just-the-docs from 0.10.1 to 0.12.0
Bumps [just-the-docs](https://github.com/just-the-docs/just-the-docs) from 0.10.1 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.10.1...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 878cbd7 commit 67db484

2 files changed

Lines changed: 29 additions & 28 deletions

File tree

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
gem "jekyll", "~> 4.4.1" # installed by `gem jekyll`
33
# gem "webrick" # required when using Ruby >= 3 and Jekyll <= 4.2.2
4-
gem "just-the-docs", "0.10.1" # pinned to the current release
4+
gem "just-the-docs", "0.12.0" # pinned to the current release
55
# gem "just-the-docs" # always download the latest release
66
gem "csv"
77
gem "base64"

Gemfile.lock

Lines changed: 28 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
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.8)
5+
public_suffix (>= 2.0.2, < 8.0)
66
base64 (0.2.0)
7-
bigdecimal (3.1.9)
7+
bigdecimal (4.0.1)
88
colorator (1.1.0)
9-
concurrent-ruby (1.3.5)
9+
concurrent-ruby (1.3.6)
1010
csv (3.3.4)
1111
em-websocket (0.5.3)
1212
eventmachine (>= 0.12.9)
1313
http_parser.rb (~> 0)
1414
eventmachine (1.2.7)
15-
ffi (1.17.1-arm64-darwin)
16-
ffi (1.17.1-x86_64-linux-gnu)
15+
ffi (1.17.3-arm64-darwin)
16+
ffi (1.17.3-x86_64-linux-gnu)
1717
forwardable-extended (2.6.0)
18-
google-protobuf (4.29.3-arm64-darwin)
18+
google-protobuf (4.33.4-arm64-darwin)
1919
bigdecimal
2020
rake (>= 13)
21-
google-protobuf (4.29.3-x86_64-linux)
21+
google-protobuf (4.33.4-x86_64-linux-gnu)
2222
bigdecimal
2323
rake (>= 13)
24-
http_parser.rb (0.8.0)
25-
i18n (1.14.7)
24+
http_parser.rb (0.8.1)
25+
i18n (1.14.8)
2626
concurrent-ruby (~> 1.0)
2727
jekyll (4.4.1)
2828
addressable (~> 2.4)
@@ -45,46 +45,47 @@ GEM
4545
webrick (~> 1.7)
4646
jekyll-include-cache (0.2.1)
4747
jekyll (>= 3.7, < 5.0)
48-
jekyll-sass-converter (3.0.0)
49-
sass-embedded (~> 1.54)
48+
jekyll-sass-converter (3.1.0)
49+
sass-embedded (~> 1.75)
5050
jekyll-seo-tag (2.8.0)
5151
jekyll (>= 3.8, < 5.0)
5252
jekyll-watch (2.2.1)
5353
listen (~> 3.0)
54-
json (2.9.1)
55-
just-the-docs (0.10.1)
54+
json (2.18.0)
55+
just-the-docs (0.12.0)
5656
jekyll (>= 3.8.5)
5757
jekyll-include-cache
5858
jekyll-seo-tag (>= 2.0)
5959
rake (>= 12.3.1)
60-
kramdown (2.5.1)
61-
rexml (>= 3.3.9)
60+
kramdown (2.5.2)
61+
rexml (>= 3.4.4)
6262
kramdown-parser-gfm (1.1.0)
6363
kramdown (~> 2.0)
6464
liquid (4.0.4)
65-
listen (3.9.0)
65+
listen (3.10.0)
66+
logger
6667
rb-fsevent (~> 0.10, >= 0.10.3)
6768
rb-inotify (~> 0.9, >= 0.9.10)
6869
logger (1.7.0)
6970
mercenary (0.4.0)
7071
pathutil (0.16.2)
7172
forwardable-extended (~> 2.6)
72-
public_suffix (6.0.1)
73-
rake (13.2.1)
73+
public_suffix (7.0.2)
74+
rake (13.3.1)
7475
rb-fsevent (0.11.2)
7576
rb-inotify (0.11.1)
7677
ffi (~> 1.0)
77-
rexml (3.4.0)
78-
rouge (4.5.1)
78+
rexml (3.4.4)
79+
rouge (4.7.0)
7980
safe_yaml (1.0.5)
80-
sass-embedded (1.83.4-arm64-darwin)
81-
google-protobuf (~> 4.29)
82-
sass-embedded (1.83.4-x86_64-linux-gnu)
83-
google-protobuf (~> 4.29)
81+
sass-embedded (1.97.3-arm64-darwin)
82+
google-protobuf (~> 4.31)
83+
sass-embedded (1.97.3-x86_64-linux-gnu)
84+
google-protobuf (~> 4.31)
8485
terminal-table (3.0.2)
8586
unicode-display_width (>= 1.1.1, < 3)
8687
unicode-display_width (2.6.0)
87-
webrick (1.9.1)
88+
webrick (1.9.2)
8889

8990
PLATFORMS
9091
arm64-darwin
@@ -94,7 +95,7 @@ DEPENDENCIES
9495
base64
9596
csv
9697
jekyll (~> 4.4.1)
97-
just-the-docs (= 0.10.1)
98+
just-the-docs (= 0.12.0)
9899
logger
99100

100101
BUNDLED WITH

0 commit comments

Comments
 (0)