diff options
author | Hans de Graaff <graaff@gentoo.org> | 2024-01-03 08:02:41 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2024-01-03 08:04:21 +0100 |
commit | 2a9713b1e4ac9c35d456735ee8153dcb9bc2863c (patch) | |
tree | e01af09b2f4400b7caefee51fc3a5e4bc5a2da46 | |
parent | dev-ruby/public_suffix: enable ruby33 (diff) | |
download | gentoo-2a9713b1e4ac9c35d456735ee8153dcb9bc2863c.tar.gz gentoo-2a9713b1e4ac9c35d456735ee8153dcb9bc2863c.tar.bz2 gentoo-2a9713b1e4ac9c35d456735ee8153dcb9bc2863c.zip |
dev-ruby/json_schema: enable ruby33
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
-rw-r--r-- | dev-ruby/json_schema/json_schema-0.21.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/json_schema/json_schema-0.21.0.ebuild b/dev-ruby/json_schema/json_schema-0.21.0.ebuild index 5a7f5c83c528..ef72f4d04593 100644 --- a/dev-ruby/json_schema/json_schema-0.21.0.ebuild +++ b/dev-ruby/json_schema/json_schema-0.21.0.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="ruby30 ruby31 ruby32" +USE_RUBY="ruby31 ruby32 ruby33" RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.md TODO.md" |