diff options
author | Hans de Graaff <graaff@gentoo.org> | 2023-12-31 10:20:40 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2023-12-31 10:20:40 +0100 |
commit | 72ea6fbfd73bc9eea907d85d4aecec5e107b58d0 (patch) | |
tree | c3308cd4668548cf3dc7627de3a57b600c9c306f /dev-ruby/semantic_puppet | |
parent | dev-ruby/settingslogic: enable ruby33 (diff) | |
download | gentoo-72ea6fbfd73bc9eea907d85d4aecec5e107b58d0.tar.gz gentoo-72ea6fbfd73bc9eea907d85d4aecec5e107b58d0.tar.bz2 gentoo-72ea6fbfd73bc9eea907d85d4aecec5e107b58d0.zip |
dev-ruby/semantic_puppet: enable ruby33
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/semantic_puppet')
-rw-r--r-- | dev-ruby/semantic_puppet/semantic_puppet-1.0.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/semantic_puppet/semantic_puppet-1.0.4.ebuild b/dev-ruby/semantic_puppet/semantic_puppet-1.0.4.ebuild index 1105f75b40e3..e3c5359cfddc 100644 --- a/dev-ruby/semantic_puppet/semantic_puppet-1.0.4.ebuild +++ b/dev-ruby/semantic_puppet/semantic_puppet-1.0.4.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby27 ruby30 ruby31 ruby32" +USE_RUBY="ruby31 ruby32 ruby33" RUBY_FAKEGEM_RECIPE_TEST="rspec3" |