From b44ad23b159dbea3a4d7beb77e1beddeb95d4d42 Mon Sep 17 00:00:00 2001 From: Kurt Garloff Date: Tue, 28 Jan 2025 22:33:10 +0100 Subject: [PATCH 1/2] 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 --- Gemfile.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index f25a6a19a0..f85e41c2f3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -70,10 +70,10 @@ GEM ffi (1.17.0) ffi (1.17.0-x86_64-linux-gnu) forwardable-extended (2.6.0) - google-protobuf (4.28.2) + google-protobuf (3.25.5) bigdecimal rake (>= 13) - google-protobuf (4.28.2-x86_64-linux) + google-protobuf (3.25.5-x86_64-linux) bigdecimal rake (>= 13) http_parser.rb (0.8.0) @@ -158,10 +158,10 @@ GEM logger safe_yaml (1.0.5) sass-embedded (1.78.0) - google-protobuf (~> 4.27) + google-protobuf (~> 3.25.5, < 3.25.6) rake (>= 13) sass-embedded (1.78.0-x86_64-linux-gnu) - google-protobuf (~> 4.27) + google-protobuf (~> 3.25.5, < 3.25.6) sassc (2.4.0) ffi (~> 1.9) securerandom (0.4.1) From fcb7a1b79b444ca434b4bc432cf9aa78554095bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 23:38:19 +0100 Subject: [PATCH 2/2] 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](https://github.com/jekyll/jekyll/compare/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] * 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 --------- Signed-off-by: dependabot[bot] Signed-off-by: Kurt Garloff Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kurt Garloff --- Gemfile.lock | 29 +++++++++++++++++------------ 1 file changed, 17 insertions(+), 12 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index f85e41c2f3..612229b85c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -43,7 +43,7 @@ GEM bibtex-ruby (6.1.0) latex-decode (~> 0.0) racc (~> 1.7) - bigdecimal (3.1.8) + bigdecimal (3.1.9) chunky_png (1.4.0) citeproc (1.0.10) namae (~> 1.0) @@ -51,13 +51,14 @@ GEM citeproc (~> 1.0, >= 1.0.9) csl (~> 1.6) colorator (1.1.0) - concurrent-ruby (1.3.4) + concurrent-ruby (1.3.5) connection_pool (2.4.1) csl (1.6.0) namae (~> 1.0) rexml csl-styles (1.0.1.11) csl (~> 1.0) + csv (3.3.2) drb (2.2.1) em-websocket (0.5.3) eventmachine (>= 0.12.9) @@ -67,8 +68,8 @@ GEM extras (0.3.0) forwardable-extended (~> 2.5) fastimage (2.4.0) - ffi (1.17.0) - ffi (1.17.0-x86_64-linux-gnu) + ffi (1.17.1) + ffi (1.17.1-x86_64-linux-gnu) forwardable-extended (2.6.0) google-protobuf (3.25.5) bigdecimal @@ -77,19 +78,22 @@ GEM bigdecimal rake (>= 13) http_parser.rb (0.8.0) - i18n (1.14.6) + i18n (1.14.7) concurrent-ruby (~> 1.0) - jekyll (4.3.4) + jekyll (4.4.0) addressable (~> 2.4) + base64 (~> 0.2) colorator (~> 1.0) + csv (~> 3.0) em-websocket (~> 0.5) i18n (~> 1.0) jekyll-sass-converter (>= 2.0, < 4.0) jekyll-watch (~> 2.0) + json (~> 2.6) kramdown (~> 2.3, >= 2.3.1) kramdown-parser-gfm (~> 1.0) liquid (~> 4.0) - mercenary (>= 0.3.6, < 0.5) + mercenary (~> 0.3, >= 0.3.6) pathutil (~> 0.9) rouge (>= 3.0, < 5.0) safe_yaml (~> 1.0) @@ -115,8 +119,9 @@ GEM jekyll (~> 4.0) jekyll-watch (2.2.1) listen (~> 3.0) - kramdown (2.4.0) - rexml + json (2.9.1) + kramdown (2.5.1) + rexml (>= 3.3.9) kramdown-parser-gfm (1.1.0) kramdown (~> 2.0) latex-decode (0.4.0) @@ -147,8 +152,8 @@ GEM rb-fsevent (0.11.2) rb-inotify (0.11.1) ffi (~> 1.0) - rexml (3.3.9) - rouge (4.3.0) + rexml (3.4.0) + rouge (4.5.1) rqrcode (2.2.0) chunky_png (~> 1.0) rqrcode_core (~> 1.0) @@ -176,7 +181,7 @@ GEM execjs (>= 0.3.0, < 3) unicode-display_width (2.6.0) uri (1.0.2) - webrick (1.8.2) + webrick (1.9.1) PLATFORMS ruby