summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-04-07 18:21:37 +0100
committerSam James <sam@gentoo.org>2023-04-07 19:09:47 +0100
commitc590e3bb9de5ff3e148d5c10efa53e4a3866d308 (patch)
treeeb7b825554e337f2bb2779975752257f7ff8574d /dev-ruby/will_paginate
parentdev-ruby/rails: enable ruby32 for 7.0.x (diff)
downloadgentoo-c590e3bb9de5ff3e148d5c10efa53e4a3866d308.tar.gz
gentoo-c590e3bb9de5ff3e148d5c10efa53e4a3866d308.tar.bz2
gentoo-c590e3bb9de5ff3e148d5c10efa53e4a3866d308.zip
dev-ruby/will_paginate: enable ruby31
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ruby/will_paginate')
-rw-r--r--dev-ruby/will_paginate/will_paginate-3.3.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/will_paginate/will_paginate-3.3.1.ebuild b/dev-ruby/will_paginate/will_paginate-3.3.1.ebuild
index 7b27665a53cb..5b453cc64405 100644
--- a/dev-ruby/will_paginate/will_paginate-3.3.1.ebuild
+++ b/dev-ruby/will_paginate/will_paginate-3.3.1.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_TEST="rspec3"