Skip to content

Commit fcb7a1b

Browse files
Bump jekyll from 4.3.4 to 4.4.0 (#1087)
* Bump jekyll from 4.3.4 to 4.4.0 Bumps [jekyll](https://github.com/jekyll/jekyll) from 4.3.4 to 4.4.0. - [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.0) --- updated-dependencies: - dependency-name: jekyll dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Pin google-protobuf to 3.25.5 for now. 3.25.6 has broken the build with a segfault(!). This is the temporary solution for issue #1090. Signed-off-by: Kurt Garloff <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Kurt Garloff <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kurt Garloff <[email protected]>
1 parent b44ad23 commit fcb7a1b

File tree

1 file changed

+17
-12
lines changed

1 file changed

+17
-12
lines changed

Gemfile.lock

Lines changed: 17 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -43,21 +43,22 @@ GEM
4343
bibtex-ruby (6.1.0)
4444
latex-decode (~> 0.0)
4545
racc (~> 1.7)
46-
bigdecimal (3.1.8)
46+
bigdecimal (3.1.9)
4747
chunky_png (1.4.0)
4848
citeproc (1.0.10)
4949
namae (~> 1.0)
5050
citeproc-ruby (1.1.14)
5151
citeproc (~> 1.0, >= 1.0.9)
5252
csl (~> 1.6)
5353
colorator (1.1.0)
54-
concurrent-ruby (1.3.4)
54+
concurrent-ruby (1.3.5)
5555
connection_pool (2.4.1)
5656
csl (1.6.0)
5757
namae (~> 1.0)
5858
rexml
5959
csl-styles (1.0.1.11)
6060
csl (~> 1.0)
61+
csv (3.3.2)
6162
drb (2.2.1)
6263
em-websocket (0.5.3)
6364
eventmachine (>= 0.12.9)
@@ -67,8 +68,8 @@ GEM
6768
extras (0.3.0)
6869
forwardable-extended (~> 2.5)
6970
fastimage (2.4.0)
70-
ffi (1.17.0)
71-
ffi (1.17.0-x86_64-linux-gnu)
71+
ffi (1.17.1)
72+
ffi (1.17.1-x86_64-linux-gnu)
7273
forwardable-extended (2.6.0)
7374
google-protobuf (3.25.5)
7475
bigdecimal
@@ -77,19 +78,22 @@ GEM
7778
bigdecimal
7879
rake (>= 13)
7980
http_parser.rb (0.8.0)
80-
i18n (1.14.6)
81+
i18n (1.14.7)
8182
concurrent-ruby (~> 1.0)
82-
jekyll (4.3.4)
83+
jekyll (4.4.0)
8384
addressable (~> 2.4)
85+
base64 (~> 0.2)
8486
colorator (~> 1.0)
87+
csv (~> 3.0)
8588
em-websocket (~> 0.5)
8689
i18n (~> 1.0)
8790
jekyll-sass-converter (>= 2.0, < 4.0)
8891
jekyll-watch (~> 2.0)
92+
json (~> 2.6)
8993
kramdown (~> 2.3, >= 2.3.1)
9094
kramdown-parser-gfm (~> 1.0)
9195
liquid (~> 4.0)
92-
mercenary (>= 0.3.6, < 0.5)
96+
mercenary (~> 0.3, >= 0.3.6)
9397
pathutil (~> 0.9)
9498
rouge (>= 3.0, < 5.0)
9599
safe_yaml (~> 1.0)
@@ -115,8 +119,9 @@ GEM
115119
jekyll (~> 4.0)
116120
jekyll-watch (2.2.1)
117121
listen (~> 3.0)
118-
kramdown (2.4.0)
119-
rexml
122+
json (2.9.1)
123+
kramdown (2.5.1)
124+
rexml (>= 3.3.9)
120125
kramdown-parser-gfm (1.1.0)
121126
kramdown (~> 2.0)
122127
latex-decode (0.4.0)
@@ -147,8 +152,8 @@ GEM
147152
rb-fsevent (0.11.2)
148153
rb-inotify (0.11.1)
149154
ffi (~> 1.0)
150-
rexml (3.3.9)
151-
rouge (4.3.0)
155+
rexml (3.4.0)
156+
rouge (4.5.1)
152157
rqrcode (2.2.0)
153158
chunky_png (~> 1.0)
154159
rqrcode_core (~> 1.0)
@@ -176,7 +181,7 @@ GEM
176181
execjs (>= 0.3.0, < 3)
177182
unicode-display_width (2.6.0)
178183
uri (1.0.2)
179-
webrick (1.8.2)
184+
webrick (1.9.1)
180185

181186
PLATFORMS
182187
ruby

0 commit comments

Comments
 (0)