Skip to content

Commit

Permalink
Update 9 packages
Browse files Browse the repository at this point in the history
mingw-w64-i686-asciidoctor (2.0.23-2 -> 2.0.23-3)
mingw-w64-i686-ruby (removed)
mingw-w64-i686-ruby (new: 3.4.1-1)
mingw-w64-i686-tzdata (2024b-1 -> 2025a-1)
mingw-w64-x86_64-asciidoctor (2.0.23-2 -> 2.0.23-3)
mingw-w64-x86_64-ruby (removed)
mingw-w64-x86_64-ruby (new: 3.4.1-1)
mingw-w64-x86_64-tzdata (2024b-1 -> 2025a-1)
tzcode (2024a-1 -> 2025a-1)

Signed-off-by: Git for Windows Build Agent <[email protected]>
  • Loading branch information
Git for Windows Build Agent committed Jan 19, 2025
1 parent 9e21d9f commit a6ff6e9
Show file tree
Hide file tree
Showing 10,113 changed files with 994,997 additions and 859,294 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
6 changes: 5 additions & 1 deletion mingw32/bin/asciidoctor
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@
_=_\
=begin
bindir="${0%/*}"
exec "$bindir/ruby" "-x" "$0" "$@"
ruby="$bindir/ruby"
if [ ! -f "$ruby" ]; then
ruby="ruby"
fi
exec "$ruby" "-x" "$0" "$@"
=end
#!/mingw32/bin/ruby
#
Expand Down
Binary file removed mingw32/bin/msvcrt-ruby330.dll
Binary file not shown.
Binary file added mingw32/bin/msvcrt-ruby340.dll
Binary file not shown.
Binary file modified mingw32/bin/ruby.exe
Binary file not shown.
Binary file modified mingw32/bin/rubyw.exe
Binary file not shown.
323 changes: 0 additions & 323 deletions mingw32/include/ruby-3.3.0/i386-mingw32/ruby/config.h

This file was deleted.

Loading

0 comments on commit a6ff6e9

Please sign in to comment.