diff options
| author | 2022-12-24 06:30:13 +0000 | |
|---|---|---|
| committer | 2022-12-24 06:31:52 +0000 | |
| commit | fff456a0e8335f6445e3df911ddd8875e4c3ca60 (patch) | |
| tree | ae17f4a01bad7ec7354486771e1364d3f2927623 | |
| parent | dev-ruby/faraday: add test deps to 1.3.1 (diff) | |
| download | gentoo-fff456a0e8335f6445e3df911ddd8875e4c3ca60.tar.gz gentoo-fff456a0e8335f6445e3df911ddd8875e4c3ca60.tar.bz2 gentoo-fff456a0e8335f6445e3df911ddd8875e4c3ca60.zip | |
dev-ruby/httpclient: enable ruby31
Tests pass with all Rubys *but* they hang even before this commit with even
Ruby 2.7 unless dev-ruby/webrick has a patch applied.
Bug: https://github.com/ruby/webrick/issues/67
Bug: https://github.com/nahi/httpclient/issues/448
Bug: https://bugs.gentoo.org/844892
Signed-off-by: Sam James <sam@gentoo.org>
| -rw-r--r-- | dev-ruby/httpclient/httpclient-2.8.3-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/httpclient/httpclient-2.8.3-r2.ebuild b/dev-ruby/httpclient/httpclient-2.8.3-r2.ebuild index 326a6f7bf631..cdaf7ad53a14 100644 --- a/dev-ruby/httpclient/httpclient-2.8.3-r2.ebuild +++ b/dev-ruby/httpclient/httpclient-2.8.3-r2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -USE_RUBY="ruby26 ruby27 ruby30" +USE_RUBY="ruby27 ruby30 ruby31" RUBY_FAKEGEM_TASK_TEST="-Ilib test" RUBY_FAKEGEM_TASK_DOC="doc" |
