commit: 9092ba5777aec9d4da58999edd39a88420a5c65a Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Sun Oct 2 17:01:55 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=9092ba57
dev-ruby/date_validator: enable ruby31 and disable ruby26 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/date_validator/date_validator-0.12.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/date_validator/date_validator-0.12.0.ebuild b/dev-ruby/date_validator/date_validator-0.12.0.ebuild index 448676dfb742..e736afb07461 100644 --- a/dev-ruby/date_validator/date_validator-0.12.0.ebuild +++ b/dev-ruby/date_validator/date_validator-0.12.0.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="test"