Skip to content

Commit a828b71

Browse files
build(deps): 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 8a2bd6c commit a828b71

2 files changed

Lines changed: 36 additions & 27 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.4.1" # 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.1" # 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: 35 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,28 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.8.7)
5-
public_suffix (>= 2.0.2, < 7.0)
6-
base64 (0.2.0)
4+
addressable (2.8.8)
5+
public_suffix (>= 2.0.2, < 8.0)
6+
base64 (0.3.0)
7+
bigdecimal (4.0.1)
78
colorator (1.1.0)
8-
concurrent-ruby (1.3.5)
9-
csv (3.3.2)
9+
concurrent-ruby (1.3.6)
10+
csv (3.3.5)
1011
em-websocket (0.5.3)
1112
eventmachine (>= 0.12.9)
1213
http_parser.rb (~> 0)
1314
eventmachine (1.2.7)
14-
ffi (1.17.2)
15+
ffi (1.17.3-arm64-darwin)
16+
ffi (1.17.3-x86_64-linux-gnu)
1517
forwardable-extended (2.6.0)
16-
google-protobuf (3.25.8-arm64-darwin)
17-
google-protobuf (3.25.8-x86_64-linux)
18-
http_parser.rb (0.8.0)
19-
i18n (1.14.7)
18+
google-protobuf (4.33.4-arm64-darwin)
19+
bigdecimal
20+
rake (>= 13)
21+
google-protobuf (4.33.4-x86_64-linux-gnu)
22+
bigdecimal
23+
rake (>= 13)
24+
http_parser.rb (0.8.1)
25+
i18n (1.14.8)
2026
concurrent-ruby (~> 1.0)
2127
jekyll (4.4.1)
2228
addressable (~> 2.4)
@@ -39,52 +45,55 @@ GEM
3945
webrick (~> 1.7)
4046
jekyll-include-cache (0.2.1)
4147
jekyll (>= 3.7, < 5.0)
42-
jekyll-sass-converter (3.0.0)
43-
sass-embedded (~> 1.54)
48+
jekyll-sass-converter (3.1.0)
49+
sass-embedded (~> 1.75)
4450
jekyll-seo-tag (2.8.0)
4551
jekyll (>= 3.8, < 5.0)
4652
jekyll-watch (2.2.1)
4753
listen (~> 3.0)
48-
json (2.9.1)
49-
just-the-docs (0.10.1)
54+
json (2.18.0)
55+
just-the-docs (0.12.0)
5056
jekyll (>= 3.8.5)
5157
jekyll-include-cache
5258
jekyll-seo-tag (>= 2.0)
5359
rake (>= 12.3.1)
54-
kramdown (2.5.1)
55-
rexml (>= 3.3.9)
60+
kramdown (2.5.2)
61+
rexml (>= 3.4.4)
5662
kramdown-parser-gfm (1.1.0)
5763
kramdown (~> 2.0)
5864
liquid (4.0.4)
59-
listen (3.9.0)
65+
listen (3.10.0)
66+
logger
6067
rb-fsevent (~> 0.10, >= 0.10.3)
6168
rb-inotify (~> 0.9, >= 0.9.10)
69+
logger (1.7.0)
6270
mercenary (0.4.0)
6371
pathutil (0.16.2)
6472
forwardable-extended (~> 2.6)
65-
public_suffix (5.1.1)
66-
rake (13.2.1)
73+
public_suffix (7.0.2)
74+
rake (13.3.1)
6775
rb-fsevent (0.11.2)
6876
rb-inotify (0.11.1)
6977
ffi (~> 1.0)
70-
rexml (3.4.0)
71-
rouge (4.5.1)
78+
rexml (3.4.4)
79+
rouge (4.7.0)
7280
safe_yaml (1.0.5)
73-
sass-embedded (1.63.6)
74-
google-protobuf (~> 3.23)
75-
rake (>= 13.0.0)
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)
7685
terminal-table (3.0.2)
7786
unicode-display_width (>= 1.1.1, < 3)
7887
unicode-display_width (2.6.0)
79-
webrick (1.9.1)
88+
webrick (1.9.2)
8089

8190
PLATFORMS
8291
arm64-darwin
8392
x86_64-linux
8493

8594
DEPENDENCIES
8695
jekyll (~> 4.4.1)
87-
just-the-docs (= 0.10.1)
96+
just-the-docs (= 0.12.0)
8897

8998
BUNDLED WITH
9099
2.4.12

0 commit comments

Comments
 (0)