Skip to content

Commit 58ead10

Browse files
Bump jekyll from 4.3.3 to 4.3.4 in /docs (#1099)
Bumps [jekyll](https://github.com/jekyll/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) --- updated-dependencies: - dependency-name: jekyll dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent aab0c71 commit 58ead10

File tree

1 file changed

+22
-17
lines changed

1 file changed

+22
-17
lines changed

docs/Gemfile.lock

Lines changed: 22 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,25 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.8.6)
5-
public_suffix (>= 2.0.2, < 6.0)
4+
addressable (2.8.7)
5+
public_suffix (>= 2.0.2, < 7.0)
6+
bigdecimal (3.1.8)
67
colorator (1.1.0)
7-
concurrent-ruby (1.2.2)
8+
concurrent-ruby (1.3.4)
89
em-websocket (0.5.3)
910
eventmachine (>= 0.12.9)
1011
http_parser.rb (~> 0)
1112
eventmachine (1.2.7)
12-
ffi (1.16.3)
13+
ffi (1.17.0-x86_64-linux-gnu)
14+
ffi (1.17.0-x86_64-linux-musl)
1315
forwardable-extended (2.6.0)
14-
google-protobuf (3.25.1-x86_64-linux)
16+
google-protobuf (4.28.1-x86_64-linux)
17+
bigdecimal
18+
rake (>= 13)
1519
http_parser.rb (0.8.0)
16-
i18n (1.14.1)
20+
i18n (1.14.6)
1721
concurrent-ruby (~> 1.0)
18-
jekyll (4.3.3)
22+
jekyll (4.3.4)
1923
addressable (~> 2.4)
2024
colorator (~> 1.0)
2125
em-websocket (~> 0.5)
@@ -42,26 +46,27 @@ GEM
4246
kramdown-parser-gfm (1.1.0)
4347
kramdown (~> 2.0)
4448
liquid (4.0.4)
45-
listen (3.8.0)
49+
listen (3.9.0)
4650
rb-fsevent (~> 0.10, >= 0.10.3)
4751
rb-inotify (~> 0.9, >= 0.9.10)
4852
mercenary (0.4.0)
4953
pathutil (0.16.2)
5054
forwardable-extended (~> 2.6)
51-
public_suffix (5.0.4)
55+
public_suffix (6.0.1)
56+
rake (13.2.1)
5257
rb-fsevent (0.11.2)
53-
rb-inotify (0.10.1)
58+
rb-inotify (0.11.1)
5459
ffi (~> 1.0)
55-
rexml (3.2.6)
56-
rouge (4.2.0)
60+
rexml (3.3.7)
61+
rouge (4.4.0)
5762
safe_yaml (1.0.5)
58-
sass-embedded (1.69.5-x86_64-linux-gnu)
59-
google-protobuf (~> 3.23)
60-
sass-embedded (1.69.5-x86_64-linux-musl)
61-
google-protobuf (~> 3.23)
63+
sass-embedded (1.78.0-x86_64-linux-gnu)
64+
google-protobuf (~> 4.27)
65+
sass-embedded (1.78.0-x86_64-linux-musl)
66+
google-protobuf (~> 4.27)
6267
terminal-table (3.0.2)
6368
unicode-display_width (>= 1.1.1, < 3)
64-
unicode-display_width (2.5.0)
69+
unicode-display_width (2.6.0)
6570
webrick (1.8.1)
6671

6772
PLATFORMS

0 commit comments

Comments
 (0)