FS#65228 - [ruby] should replace ruby-reline

Attached to Project: Community Packages
Opened by Andrea Scarpino (BaSh) - Tuesday, 21 January 2020, 16:50 GMT
Last edited by Toolybird (Toolybird) - Sunday, 30 April 2023, 08:40 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Anatol Pomozov (anatolik)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Description:
After installing `ruby-irb` I got this warning in my project:

```
WARN: Unresolved or ambiguous specs during Gem::Specification.reset:
reline (>= 0)
Available/installed versions of this gem:
- 0.1.2
- 0.0.7
```

Reason is ruby-reline installs reline 0.0.7, while ruby 2.7.0 already provides reline 0.1.2:

$ pacman -Qo /usr/lib/ruby/gems/2.7.0/gems/reline-0.0.7
/usr/lib/ruby/gems/2.7.0/gems/reline-0.0.7/ is owned by ruby-reline 0.0.7-2

$ pacman -Qo /usr/lib/ruby/gems/2.7.0/specifications/default/reline-0.1.2.gemspec
/usr/lib/ruby/gems/2.7.0/specifications/default/reline-0.1.2.gemspec is owned by ruby 2.7.0-1

Additional info:
* ruby-reline 0.0.7-2
* ruby 2.7.0-1
This task depends upon

Closed by  Toolybird (Toolybird)
Sunday, 30 April 2023, 08:40 GMT
Reason for closing:  Fixed
Additional comments about closing:  This seems to have been sorted out with latest versions. ruby pulls in ruby-reline.

Loading...