commit: 4f770f930ad071dec369337dc8f3cceecb2bbc1a Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Fri Apr 8 06:19:30 2022 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Fri Apr 8 09:15:38 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f770f93
dev-ruby/json_schema: enable ruby30, ruby31 and disable ruby25 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/json_schema/json_schema-0.20.9.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/json_schema/json_schema-0.20.9.ebuild b/dev-ruby/json_schema/json_schema-0.20.9.ebuild index 9bd8e69403ad..ec108266055b 100644 --- a/dev-ruby/json_schema/json_schema-0.20.9.ebuild +++ b/dev-ruby/json_schema/json_schema-0.20.9.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -USE_RUBY="ruby25 ruby26 ruby27" +USE_RUBY="ruby26 ruby27 ruby30 ruby31" RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.md TODO.md"
