Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#75710 - [ruby-faraday-net_http_persistent] Missing dependency on net-http-persistent
Attached to Project:
Community Packages
Opened by Felix Yan (felixonmars) - Saturday, 27 August 2022, 20:19 GMT
Opened by Felix Yan (felixonmars) - Saturday, 27 August 2022, 20:19 GMT
|
DetailsDescription:
/usr/lib/ruby/3.0.0/rubygems/specification.rb:1453:in `rescue in block in activate_dependencies': Could not find 'net-http-persistent' (~> 4.0) among 118 total gem(s) (Gem::MissingSpecError) Checked in 'GEM_PATH=/home/felix/.gem/ruby/3.0.0:/usr/lib/ruby/gems/3.0.0' at: /usr/lib/ruby/gems/3.0.0/specifications/faraday-net_http_persistent-2.0.1.gemspec, execute `gem env` for more information |
This task depends upon
Update to 2.1.0 to pass check with ruby-net-http-persistent 4.0.1-1.
Add dependency on ruby-faraday as faraday-net_http_persistent 2.1.0 depends on faraday 2.5+ which no longer depends on faraday-net_http_persistent ( so this reverses the dependency ).
Patch out simple-coverage as not relevant to integration testing.