Diff puppet_forge-4.1.0 with a puppet_forge-5.0.1-r1

/usr/portage/dev-ruby/puppet_forge/puppet_forge-5.0.1-r1.ebuild 2023-10-09 14:52:30.452368374 +0300
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
5
USE_RUBY="ruby31"
5
USE_RUBY="ruby31 ruby32"
6 6

  
7 7
RUBY_FAKEGEM_RECIPE_TEST="rspec3"
8 8

  
......
20 20
KEYWORDS="~amd64"
21 21
IUSE=""
22 22

  
23
PATCHES=( "${FILESDIR}/${P}-typhoeus.patch" )
24

  
23 25
ruby_add_rdepend "
24 26
	dev-ruby/faraday:2
25 27
	>=dev-ruby/faraday-follow_redirects-0.3.0:0.3
......
32 34
	rm -rf spec/integration spec/unit/forge/v3/user_spec.rb || die
33 35

  
34 36
	sed -i -e 's/git ls-files -z/find * -print0/' ${RUBY_FAKEGEM_GEMSPEC} || die
35

  
36
	# Avoid specs that are broken when typhoeus is installed
37
	rm -f spec/unit/forge/connection_spec.rb spec/unit/forge/v3/{base,release}_spec.rb || die
38 37
}
Thank you!