summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2023-07-11 06:17:33 +0200
committerHans de Graaff <graaff@gentoo.org>2023-07-11 06:36:55 +0200
commit58899c643e02c73b206df7628468d44c19ec9b09 (patch)
tree9660bec981fa09067487d407473cc6aee0b24afa /dev-ruby/pundit
parentdev-ruby/rack-attack: update upstream metadata (diff)
downloadgentoo-58899c643e02c73b206df7628468d44c19ec9b09.tar.gz
gentoo-58899c643e02c73b206df7628468d44c19ec9b09.tar.bz2
gentoo-58899c643e02c73b206df7628468d44c19ec9b09.zip
dev-ruby/pundit: enable ruby32
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/pundit')
-rw-r--r--dev-ruby/pundit/pundit-2.3.0.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-ruby/pundit/pundit-2.3.0.ebuild b/dev-ruby/pundit/pundit-2.3.0.ebuild
index 0720a534a031..bc528b6b77b0 100644
--- a/dev-ruby/pundit/pundit-2.3.0.ebuild
+++ b/dev-ruby/pundit/pundit-2.3.0.ebuild
@@ -1,9 +1,9 @@
-# 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="ruby27 ruby30 ruby31"
+USE_RUBY="ruby30 ruby31 ruby32"
RUBY_FAKEGEM_RECIPE_TEST="rspec3"
@@ -26,5 +26,5 @@ ruby_add_bdepend "test? (
)"
all_ruby_prepare() {
- sed -i -e "/pry/d" -e '/simplecov/,/^end/ s:^:#:' spec/spec_helper.rb || die
+ sed -i -e "/pry/d" -e '/simplecov/,/^end/ s:^:#:' -e '2igem "rack", "~> 2.0"' spec/spec_helper.rb || die
}