mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-02 11:38:07 -07:00
dev-ruby/faraday: fix tests
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -40,7 +40,7 @@ ruby_add_bdepend "test? (
|
||||
>=dev-ruby/test-unit-2.4
|
||||
>=dev-ruby/connection_pool-2.2.2
|
||||
dev-ruby/patron
|
||||
dev-ruby/rack
|
||||
<dev-ruby/rack-3.1.0
|
||||
>=dev-ruby/rack-test-0.6
|
||||
dev-ruby/webmock
|
||||
)"
|
||||
@@ -56,7 +56,8 @@ all_ruby_prepare() {
|
||||
-e '/simplecov/ s:^:#:' \
|
||||
-e '/SimpleCov/,/end/ s:^:#:' \
|
||||
-e '/pry/ s:^:#:' \
|
||||
-e '3igem "faraday-net_http", "~> 1.0"; gem "faraday-net_http_persistent", "~> 1.0"' \
|
||||
-e '3igem "faraday-net_http", "~> 1.0"; gem "faraday-net_http_persistent", "~> 1.0"; gem "faraday-retry", "~> 1.0"' \
|
||||
-e '4igem "rack", "<3.1"' \
|
||||
-i spec/spec_helper.rb || die
|
||||
|
||||
sed -e '/git ls-files/ s:^:#:' \
|
||||
|
||||
Reference in New Issue
Block a user