commit: e06a957e4778380d96b8495a2fa9bc37f6799f29 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Fri Oct 21 08:35:01 2022 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Fri Oct 21 09:11:28 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e06a957e
dev-ruby/ruby-progressbar: enable ruby31 and disable ruby26 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/ruby-progressbar/ruby-progressbar-1.11.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/ruby-progressbar/ruby-progressbar-1.11.0.ebuild b/dev-ruby/ruby-progressbar/ruby-progressbar-1.11.0.ebuild index 4a0dda0d56ff..8d3fea136cfa 100644 --- a/dev-ruby/ruby-progressbar/ruby-progressbar-1.11.0.ebuild +++ b/dev-ruby/ruby-progressbar/ruby-progressbar-1.11.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -USE_RUBY="ruby26 ruby27 ruby30" +USE_RUBY="ruby27 ruby30 ruby31" RUBY_FAKEGEM_RECIPE_TEST="rspec3"
