app-admin/puppet: v8 requires >=ruby-3.1 per upstream

Puppet8 throws an error on Ruby older than 3.1.0:
`Puppet 8.0.0 requires Ruby 3.1.0 or greater, found Ruby 3.0.6.`

Revbump so that anybody with 8.0.0 installed gets to see it and winds up
with a less broken system (otherwise Puppet is upgraded and stops
working as expected).

Reference: 6f271c8354
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
This commit is contained in:
Robin H. Johnson
2023-05-12 09:09:02 -07:00
parent 19e6e91317
commit e5ce17d481

View File

@@ -3,7 +3,7 @@
EAPI="7"
USE_RUBY="ruby27 ruby30 ruby31"
USE_RUBY="ruby31"
RUBY_FAKEGEM_RECIPE_TEST="rspec3"
RUBY_FAKEGEM_TASK_DOC="doc:all"
RUBY_FAKEGEM_EXTRAINSTALL="locales"