Summary: | devel/rubygem-tty: Remove bundler dependency pin on bundler < 2 | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Koichiro Iwao <meta> | ||||||
Component: | Individual Port(s) | Assignee: | Po-Chuan Hsieh <sunpoet> | ||||||
Status: | Closed FIXED | ||||||||
Severity: | Affects Only Me | CC: | meta, mfechner | ||||||
Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(sunpoet) |
||||||
Version: | Latest | ||||||||
Hardware: | Any | ||||||||
OS: | Any | ||||||||
See Also: | https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237384 | ||||||||
Bug Depends on: | |||||||||
Bug Blocks: | 235796 | ||||||||
Attachments: |
|
Description
Koichiro Iwao
![]() ![]() If a dependency is defined as ~> 1.16 that means that you can only increase the last part of the version without breaking it. So 1.17, 1.18, ... is ok, but not 2.x. In this case you have to change ~> 1.16 to >= 1.16. You maybe should try that first upstream. Just updating to the latest release might solve the problem, I'll check it. Ah, 0.9.1 is already the latest version. Anyway, I'll try in upstream. Created attachment 203916 [details] patch Found an upstream PR: https://github.com/piotrmurach/tty/pull/51 A commit references this bug: Author: sunpoet Date: Tue Apr 23 17:53:29 UTC 2019 New revision: 499783 URL: https://svnweb.freebsd.org/changeset/ports/499783 Log: Relax bundler dependency - Bump PORTREVISION for package change PR: 237460 Submitted by: meta Changes: head/devel/rubygem-tty/Makefile head/devel/rubygem-tty/files/patch-gemspec Committed. Thanks! |