Skip to content

Commit 8d354ab

Browse files
build(deps): bump the website group in /docs with 2 updates (#1197)
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.3 to 4.3.4 - [Release notes](https://github.com/jekyll/jekyll/releases) - [Changelog](https://github.com/jekyll/jekyll/blob/master/History.markdown) - [Commits](jekyll/jekyll@v4.3.3...v4.3.4) Updates `just-the-docs` from 0.9.0 to 0.10.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.9.0...v0.10.0) --- updated-dependencies: - dependency-name: jekyll dependency-type: direct:production update-type: version-update:semver-patch dependency-group: website - dependency-name: just-the-docs dependency-type: direct:production update-type: version-update:semver-minor dependency-group: website ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 45301e4 commit 8d354ab

File tree

2 files changed

+17
-19
lines changed

2 files changed

+17
-19
lines changed

docs/Gemfile

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

3-
gem "jekyll", "~> 4.3.3" # installed by `gem jekyll`
3+
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.9.0" # pinned to the current release
6+
gem "just-the-docs", "0.10.0" # pinned to the current release
77
# gem "just-the-docs" # always download the latest release

docs/Gemfile.lock

Lines changed: 15 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@ GEM
1313
ffi (1.17.0-arm64-darwin)
1414
ffi (1.17.0-x86_64-linux-gnu)
1515
forwardable-extended (2.6.0)
16-
google-protobuf (4.28.0-arm64-darwin)
16+
google-protobuf (4.28.2-arm64-darwin)
1717
bigdecimal
1818
rake (>= 13)
19-
google-protobuf (4.28.0-x86_64-linux)
19+
google-protobuf (4.28.2-x86_64-linux)
2020
bigdecimal
2121
rake (>= 13)
2222
http_parser.rb (0.8.0)
23-
i18n (1.14.5)
23+
i18n (1.14.6)
2424
concurrent-ruby (~> 1.0)
25-
jekyll (4.3.3)
25+
jekyll (4.3.4)
2626
addressable (~> 2.4)
2727
colorator (~> 1.0)
2828
em-websocket (~> 0.5)
@@ -46,7 +46,7 @@ GEM
4646
jekyll (>= 3.8, < 5.0)
4747
jekyll-watch (2.2.1)
4848
listen (~> 3.0)
49-
just-the-docs (0.9.0)
49+
just-the-docs (0.10.0)
5050
jekyll (>= 3.8.5)
5151
jekyll-include-cache
5252
jekyll-seo-tag (>= 2.0)
@@ -67,28 +67,26 @@ GEM
6767
rb-fsevent (0.11.2)
6868
rb-inotify (0.11.1)
6969
ffi (~> 1.0)
70-
rexml (3.3.6)
71-
strscan
72-
rouge (4.3.0)
70+
rexml (3.3.8)
71+
rouge (4.4.0)
7372
safe_yaml (1.0.5)
74-
sass-embedded (1.77.8-arm64-darwin)
75-
google-protobuf (~> 4.26)
76-
sass-embedded (1.77.8-x86_64-linux-gnu)
77-
google-protobuf (~> 4.26)
78-
strscan (3.1.0)
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)
7977
terminal-table (3.0.2)
8078
unicode-display_width (>= 1.1.1, < 3)
81-
unicode-display_width (2.5.0)
82-
webrick (1.8.1)
79+
unicode-display_width (2.6.0)
80+
webrick (1.8.2)
8381

8482
PLATFORMS
8583
arm64-darwin-22
8684
arm64-darwin-23
8785
x86_64-linux
8886

8987
DEPENDENCIES
90-
jekyll (~> 4.3.3)
91-
just-the-docs (= 0.9.0)
88+
jekyll (~> 4.3.4)
89+
just-the-docs (= 0.10.0)
9290

9391
BUNDLED WITH
9492
2.3.26

0 commit comments

Comments
 (0)