diff options
author | 2023-03-27 13:12:16 +0100 | |
---|---|---|
committer | 2023-03-27 14:23:56 +0100 | |
commit | 699886e455a8207cf8ff34484560fef93cbe3358 (patch) | |
tree | 743c45fe108959db85e23a2745c61a685e8c86e5 /dev-ruby/prawn-table | |
parent | www-apps/redmine: add 5.0.5 (diff) | |
download | gentoo-699886e455a8207cf8ff34484560fef93cbe3358.tar.gz gentoo-699886e455a8207cf8ff34484560fef93cbe3358.tar.bz2 gentoo-699886e455a8207cf8ff34484560fef93cbe3358.zip |
dev-ruby/prawn-table: enable ruby31
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ruby/prawn-table')
-rw-r--r-- | dev-ruby/prawn-table/prawn-table-0.2.2-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/prawn-table/prawn-table-0.2.2-r2.ebuild b/dev-ruby/prawn-table/prawn-table-0.2.2-r2.ebuild index 514a0845f681..138abea1942b 100644 --- a/dev-ruby/prawn-table/prawn-table-0.2.2-r2.ebuild +++ b/dev-ruby/prawn-table/prawn-table-0.2.2-r2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # 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_RECIPE_DOC="yard" RUBY_FAKEGEM_RECIPE_TEST="rspec3" |