Merge pull request #2114 from pentoo/ms

metasploit: use ruby 3.2
This commit is contained in:
github-actions[bot] 2024-10-08 16:26:08 +00:00 committed by GitHub
commit bc29c83fea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,7 +5,7 @@ EAPI=8
#never ever ever have more than one ruby in here
#TODO: use ruby-single instead?
USE_RUBY="ruby31"
USE_RUBY="ruby32"
inherit ruby-ng multiprocessing
if [[ ${PV} == "9999" ]] ; then