diff options
author | Hans de Graaff <graaff@gentoo.org> | 2023-12-31 20:17:37 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2023-12-31 20:17:37 +0100 |
commit | 53dceabd8a52a9f23861d29094458c7e0858de32 (patch) | |
tree | 65912e08985c65f201b0fa62092bce18b8613631 /dev-ruby/fiber-local | |
parent | dev-ruby/filesize: enable ruby33 (diff) | |
download | gentoo-53dceabd8a52a9f23861d29094458c7e0858de32.tar.gz gentoo-53dceabd8a52a9f23861d29094458c7e0858de32.tar.bz2 gentoo-53dceabd8a52a9f23861d29094458c7e0858de32.zip |
dev-ruby/fiber-local: enable ruby33
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/fiber-local')
-rw-r--r-- | dev-ruby/fiber-local/fiber-local-1.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/fiber-local/fiber-local-1.0.0.ebuild b/dev-ruby/fiber-local/fiber-local-1.0.0.ebuild index 4ae83e6f6a06..87e471a8fae8 100644 --- a/dev-ruby/fiber-local/fiber-local-1.0.0.ebuild +++ b/dev-ruby/fiber-local/fiber-local-1.0.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -USE_RUBY="ruby27 ruby30 ruby31 ruby32" +USE_RUBY="ruby31 ruby32 ruby33" RUBY_FAKEGEM_RECIPE_TEST="rspec3" RUBY_FAKEGEM_EXTRADOC="README.md" |