summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2022-10-02 19:02:47 +0200
committerHans de Graaff <graaff@gentoo.org>2022-10-02 19:03:10 +0200
commitd3eb6c0a67fd3055e30dff8d1c33d3da6fb1c697 (patch)
treed02b363fd9666ffe79cfb8176f4ec432c2d58f61 /dev-ruby/pundit
parentdev-ruby/date_validator: enable ruby31 and disable ruby26 (diff)
downloadgentoo-d3eb6c0a67fd3055e30dff8d1c33d3da6fb1c697.tar.gz
gentoo-d3eb6c0a67fd3055e30dff8d1c33d3da6fb1c697.tar.bz2
gentoo-d3eb6c0a67fd3055e30dff8d1c33d3da6fb1c697.zip
dev-ruby/pundit: enable ruby31 and disable ruby26
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/pundit')
-rw-r--r--dev-ruby/pundit/pundit-2.2.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/pundit/pundit-2.2.0.ebuild b/dev-ruby/pundit/pundit-2.2.0.ebuild
index db4c1e55370c..0720a534a031 100644
--- a/dev-ruby/pundit/pundit-2.2.0.ebuild
+++ b/dev-ruby/pundit/pundit-2.2.0.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-USE_RUBY="ruby26 ruby27 ruby30"
+USE_RUBY="ruby27 ruby30 ruby31"
RUBY_FAKEGEM_RECIPE_TEST="rspec3"