commit: 65811862ec1fb7c220178fa8aae79f2251c4ea16 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Sun Oct 2 15:14:59 2022 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Sun Oct 2 17:03:10 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65811862
dev-ruby/jbuilder: enable ruby31 and disable ruby26 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/jbuilder/jbuilder-2.11.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/jbuilder/jbuilder-2.11.5.ebuild b/dev-ruby/jbuilder/jbuilder-2.11.5.ebuild index c27a00596b72..5fa605318ec3 100644 --- a/dev-ruby/jbuilder/jbuilder-2.11.5.ebuild +++ b/dev-ruby/jbuilder/jbuilder-2.11.5.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby26 ruby27 ruby30" +USE_RUBY="ruby27 ruby30 ruby31" RUBY_FAKEGEM_TASK_TEST="CI=true test"