Skip to content

Commit 95865b5

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 3bb4648 commit 95865b5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.sparse/makepkg-git

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@
8686
/mingw32/lib/ruby/*/did_you_mean*
8787
/mingw32/lib/ruby/*/cgi/util*
8888
/mingw32/lib/ruby/*/logger*
89+
/mingw32/lib/ruby/*/bundled_gems.rb
90+
/mingw32/lib/ruby/*/syntax_suggest*
8991

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

0 commit comments

Comments
 (0)