Community Packages

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!
Tasklist

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
Task Type Bug Report
Category Packages: Testing
Status Assigned
Assigned To Tim (bastelfreak)
Architecture All
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 0%
Votes 0
Private No

Details

Description:
/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

Comment by loqs (loqs) - Monday, 01 May 2023, 20:41 GMT
Add dependency on ruby-net-http-persistent.
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.

Loading...