Closes: https://bugs.gentoo.org/705342
Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
-# Copyright 2018-2019 Gentoo Authors
+# Copyright 2018-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
KEYWORDS="~amd64"
IUSE=""
-ruby_add_rdepend ">=dev-ruby/rest-client-2.0.2"
+ruby_add_rdepend "dev-ruby/rest-client:2"
ruby_add_bdepend ">=dev-ruby/rake-10.4
test? ( >=dev-ruby/webmock-3.0 )"
all_ruby_prepare() {
sed -i -e '/rubocop/I s:^:#:' Rakefile || die
+ # loosen dependencies
+ sed -e '/rest-client/s/~>/>=/' -i ${PN}.gemspec || die
}