Skip to content

Commit a61665f

Browse files
build(deps): bump the website group in /docs with 2 updates (#1240)
Bumps the website group in /docs with 2 updates: [jekyll](https://github.com/jekyll/jekyll) and [just-the-docs](https://github.com/just-the-docs/just-the-docs). Updates `jekyll` from 4.3.4 to 4.4.1 - [Release notes](https://github.com/jekyll/jekyll/releases) - [Changelog](https://github.com/jekyll/jekyll/blob/master/History.markdown) - [Commits](jekyll/jekyll@v4.3.4...v4.4.1) Updates `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: jekyll dependency-type: direct:production update-type: version-update:semver-minor dependency-group: website - dependency-name: just-the-docs dependency-type: direct:production update-type: version-update:semver-patch dependency-group: website ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2bebe25 commit a61665f

File tree

2 files changed

+29
-23
lines changed

2 files changed

+29
-23
lines changed

docs/Gemfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source 'https://rubygems.org'
22

3-
gem "jekyll", "~> 4.3.4" # installed by `gem jekyll`
3+
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.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

docs/Gemfile.lock

+27-21
Original file line numberDiff line numberDiff line change
@@ -3,36 +3,41 @@ GEM
33
specs:
44
addressable (2.8.7)
55
public_suffix (>= 2.0.2, < 7.0)
6-
bigdecimal (3.1.8)
6+
base64 (0.2.0)
7+
bigdecimal (3.1.9)
78
colorator (1.1.0)
8-
concurrent-ruby (1.3.4)
9+
concurrent-ruby (1.3.5)
10+
csv (3.3.2)
911
em-websocket (0.5.3)
1012
eventmachine (>= 0.12.9)
1113
http_parser.rb (~> 0)
1214
eventmachine (1.2.7)
13-
ffi (1.17.0-arm64-darwin)
14-
ffi (1.17.0-x86_64-linux-gnu)
15+
ffi (1.17.1-arm64-darwin)
16+
ffi (1.17.1-x86_64-linux-gnu)
1517
forwardable-extended (2.6.0)
16-
google-protobuf (4.28.2-arm64-darwin)
18+
google-protobuf (4.29.3-arm64-darwin)
1719
bigdecimal
1820
rake (>= 13)
19-
google-protobuf (4.28.2-x86_64-linux)
21+
google-protobuf (4.29.3-x86_64-linux)
2022
bigdecimal
2123
rake (>= 13)
2224
http_parser.rb (0.8.0)
23-
i18n (1.14.6)
25+
i18n (1.14.7)
2426
concurrent-ruby (~> 1.0)
25-
jekyll (4.3.4)
27+
jekyll (4.4.1)
2628
addressable (~> 2.4)
29+
base64 (~> 0.2)
2730
colorator (~> 1.0)
31+
csv (~> 3.0)
2832
em-websocket (~> 0.5)
2933
i18n (~> 1.0)
3034
jekyll-sass-converter (>= 2.0, < 4.0)
3135
jekyll-watch (~> 2.0)
36+
json (~> 2.6)
3237
kramdown (~> 2.3, >= 2.3.1)
3338
kramdown-parser-gfm (~> 1.0)
3439
liquid (~> 4.0)
35-
mercenary (>= 0.3.6, < 0.5)
40+
mercenary (~> 0.3, >= 0.3.6)
3641
pathutil (~> 0.9)
3742
rouge (>= 3.0, < 5.0)
3843
safe_yaml (~> 1.0)
@@ -46,13 +51,14 @@ GEM
4651
jekyll (>= 3.8, < 5.0)
4752
jekyll-watch (2.2.1)
4853
listen (~> 3.0)
49-
just-the-docs (0.10.0)
54+
json (2.9.1)
55+
just-the-docs (0.10.1)
5056
jekyll (>= 3.8.5)
5157
jekyll-include-cache
5258
jekyll-seo-tag (>= 2.0)
5359
rake (>= 12.3.1)
54-
kramdown (2.4.0)
55-
rexml
60+
kramdown (2.5.1)
61+
rexml (>= 3.3.9)
5662
kramdown-parser-gfm (1.1.0)
5763
kramdown (~> 2.0)
5864
liquid (4.0.4)
@@ -67,26 +73,26 @@ GEM
6773
rb-fsevent (0.11.2)
6874
rb-inotify (0.11.1)
6975
ffi (~> 1.0)
70-
rexml (3.3.8)
71-
rouge (4.4.0)
76+
rexml (3.4.0)
77+
rouge (4.5.1)
7278
safe_yaml (1.0.5)
73-
sass-embedded (1.79.4-arm64-darwin)
74-
google-protobuf (~> 4.27)
75-
sass-embedded (1.79.4-x86_64-linux-gnu)
76-
google-protobuf (~> 4.27)
79+
sass-embedded (1.83.4-arm64-darwin)
80+
google-protobuf (~> 4.29)
81+
sass-embedded (1.83.4-x86_64-linux-gnu)
82+
google-protobuf (~> 4.29)
7783
terminal-table (3.0.2)
7884
unicode-display_width (>= 1.1.1, < 3)
7985
unicode-display_width (2.6.0)
80-
webrick (1.8.2)
86+
webrick (1.9.1)
8187

8288
PLATFORMS
8389
arm64-darwin-22
8490
arm64-darwin-23
8591
x86_64-linux
8692

8793
DEPENDENCIES
88-
jekyll (~> 4.3.4)
89-
just-the-docs (= 0.10.0)
94+
jekyll (~> 4.4.1)
95+
just-the-docs (= 0.10.1)
9096

9197
BUNDLED WITH
9298
2.3.26

0 commit comments

Comments
 (0)