diff options
author | Hans de Graaff <graaff@gentoo.org> | 2022-04-17 08:47:07 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2022-04-17 08:56:48 +0200 |
commit | d7a7c51ca91baade50afc90a633c8ccb8d881e16 (patch) | |
tree | 0aceffe5425c17f8f179899c95bc68be2c7f45bb /dev-ruby | |
parent | dev-ruby/terminal-table: drop 3.0.0, 3.0.1 (diff) | |
download | gentoo-d7a7c51ca91baade50afc90a633c8ccb8d881e16.tar.gz gentoo-d7a7c51ca91baade50afc90a633c8ccb8d881e16.tar.bz2 gentoo-d7a7c51ca91baade50afc90a633c8ccb8d881e16.zip |
dev-ruby/terminal-table: enable ruby31
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/terminal-table/terminal-table-3.0.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/terminal-table/terminal-table-3.0.2.ebuild b/dev-ruby/terminal-table/terminal-table-3.0.2.ebuild index b35f5717cf6b..2c26dc043438 100644 --- a/dev-ruby/terminal-table/terminal-table-3.0.2.ebuild +++ b/dev-ruby/terminal-table/terminal-table-3.0.2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby26 ruby27 ruby30" +USE_RUBY="ruby26 ruby27 ruby30 ruby31" RUBY_FAKEGEM_RECIPE_TEST="rspec3" |