Drop rubypick dependency

What we need is to have `/usr/bin/ruby` executable, which might be
provided by `rubypick` on Fedora, whereas it might be shipped directly
by `ruby` package elsewhere.
This commit is contained in:
Vít Ondruch 2024-05-16 16:41:44 +02:00
commit db3dce5503
2 changed files with 3 additions and 3 deletions

View file

@ -8,4 +8,4 @@ require:
- gcc
- git-core
- rubygems
- rubypick
- /usr/bin/ruby

View file

@ -29,8 +29,8 @@
# Include Beaker environment
. /usr/share/beakerlib/beakerlib.sh
PACKAGES=${PACKAGES:-ruby rubygems rubypick}
REQUIRES=${REQUIRES:-}
PACKAGES=${PACKAGES:-ruby rubygems}
REQUIRES=${REQUIRES:-/usr/bin/ruby}
RUBY=${RUBY:-ruby}
RAILS=0
bundle=""