Skip to content

Commit b70796b

Browse files
committed
build-installers: adapt to latest Ruby version
To be able to run AsciiDoctor, Git for Windows requires Ruby. MSYS2 recently updated Ruby from v3.1.5 to v3.3.0, which requires updates to the `build-installers` sparse-checkout definition. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 05b7378 commit b70796b

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.sparse/makepkg-git

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@
8787
/mingw64/lib/ruby/*/did_you_mean*
8888
/mingw64/lib/ruby/*/cgi/util*
8989
/mingw64/lib/ruby/*/logger*
90+
/mingw64/lib/ruby/*/bundled_gems.rb
91+
/mingw64/lib/ruby/*/syntax_suggest*
9092

9193
# xsltproc (e.g. for Git's user-manual.html)
9294
/usr/bin/xsltproc.exe

.sparse/makepkg-git-i686

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,8 @@
147147
/mingw32/lib/ruby/*/did_you_mean*
148148
/mingw32/lib/ruby/*/cgi/util*
149149
/mingw32/lib/ruby/*/logger*
150+
/mingw32/lib/ruby/*/bundled_gems.rb
151+
/mingw32/lib/ruby/*/syntax_suggest*
150152

151153
# For building `git-wrapper.exe` in `mingw-w64-git` (32-bit)
152154
/mingw32/include/sh*

0 commit comments

Comments
 (0)