ilot/ruby3.2: move from archives

This commit is contained in:
Antoine Martin 2025-02-15 13:35:00 -05:00 committed by ayakael
parent 5cce213407
commit 58430a7691
6 changed files with 0 additions and 0 deletions

View file

@ -1,17 +0,0 @@
#!/bin/sh
ver_new="$1"
ver_old="$2"
if [ "$(apk version -t "$ver_old" "2.5.0-r0")" = "<" ]; then
cat >&2 <<-EOF
*
* In Ruby 2.5 more parts of the stdlib has been splitted into standalone
* gems, yet still installed with Ruby by default. We have moved some of
* them into separate subpackages. If you don't know which subpackages you
* need, you may install meta-package "ruby-full".
*
EOF
fi
exit 0