Diff puppet_forge-6.0.0 with a puppet_forge-6.1.0

/usr/portage/dev-ruby/puppet_forge/puppet_forge-6.1.0.ebuild 2026-07-30 20:03:04.653072178 +0300
1
# Copyright 1999-2025 Gentoo Authors
1
# Copyright 1999-2026 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
23 23
PATCHES=( "${FILESDIR}/${PN}-5.0.1-typhoeus.patch" )
24 24

  
25 25
ruby_add_rdepend "
26
	|| ( dev-ruby/base64:0.3 dev-ruby/base64:0.2 )
26 27
	dev-ruby/faraday:2
27
	>=dev-ruby/faraday-follow_redirects-0.3.0:0.3
28
	|| ( dev-ruby/faraday-follow_redirects:0.4 dev-ruby/faraday-follow_redirects:0.3 )
28 29
	>=dev-ruby/minitar-1.0.2:1
29 30
	=dev-ruby/semantic_puppet-1*
30 31
"
Thank you!