From f9a53aec073578673710687755db617717dd87d3 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 11 Jul 2023 10:29:19 +0100 Subject: gentoo auto-resync : 11:07:2023 - 10:29:18 --- dev-ruby/pundit/pundit-2.3.0.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'dev-ruby/pundit/pundit-2.3.0.ebuild') diff --git a/dev-ruby/pundit/pundit-2.3.0.ebuild b/dev-ruby/pundit/pundit-2.3.0.ebuild index 0720a534a031..4c7a17a0feb1 100644 --- a/dev-ruby/pundit/pundit-2.3.0.ebuild +++ b/dev-ruby/pundit/pundit-2.3.0.ebuild @@ -1,16 +1,16 @@ -# 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" inherit ruby-fakegem DESCRIPTION="Object oriented authorization for Rails applications" -HOMEPAGE="https://github.com/elabs/pundit https://rubygems.org/gems/pundit" +HOMEPAGE="https://github.com/varvet/pundit https://rubygems.org/gems/pundit" LICENSE="MIT" SLOT="2" @@ -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 } -- cgit v1.2.3