diff options
author | Hans de Graaff <graaff@gentoo.org> | 2024-01-14 09:27:01 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2024-01-14 09:27:01 +0100 |
commit | 683836ee961b4da23df1cad0733d013181218b40 (patch) | |
tree | e6b52206c503f289cc4941d7b117c76d67782f50 /dev-ruby/addressable | |
parent | dev-ruby/git: add 1.19.1 (diff) | |
download | gentoo-683836ee961b4da23df1cad0733d013181218b40.tar.gz gentoo-683836ee961b4da23df1cad0733d013181218b40.tar.bz2 gentoo-683836ee961b4da23df1cad0733d013181218b40.zip |
dev-ruby/addressable: enable ruby33
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/addressable')
-rw-r--r-- | dev-ruby/addressable/addressable-2.8.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/addressable/addressable-2.8.6.ebuild b/dev-ruby/addressable/addressable-2.8.6.ebuild index 9a3bc5143290..97bce99ebf8c 100644 --- a/dev-ruby/addressable/addressable-2.8.6.ebuild +++ b/dev-ruby/addressable/addressable-2.8.6.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby31 ruby32" +USE_RUBY="ruby31 ruby32 ruby33" RUBY_FAKEGEM_RECIPE_TEST="rspec3" |