maintainer-feedback requested: [Bug 292898] sysutils/rubygem-tmuxinator: update to 3.3.7 fails

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 03 Feb 2026 08:34:28 UTC
Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-ruby (Nobody)
<ruby@FreeBSD.org> for maintainer-feedback:
Bug 292898: sysutils/rubygem-tmuxinator: update to 3.3.7 fails
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=292898



--- Description ---
Good Morning,
tonight my build of rubygem-tmuxinator failed with the error:

rubygem-tmuxinator-3.3.7 depends on package: rubygem-thor>=1.4.0<1.5 - not
found

rubygem-thor port was updated to 1.5.0 on 31 Jan 2026 14:18:57:
https://www.freshports.org/devel/rubygem-thor

If i change:
```
RUN_DEPENDS=	rubygem-erubi>=1.13<2:www/rubygem-erubi \
		rubygem-thor>=1.4.0<1.5:devel/rubygem-thor
```
to 
```
RUN_DEPENDS=	rubygem-erubi>=1.13<2:www/rubygem-erubi \
		rubygem-thor>=1.4.0<=1.5:devel/rubygem-thor
```
<=1.5 instead of <1.5
I can build the port via poudriere, unfortunately poudriere testport fails and
i am not capable of fixing that.

Testport error Message:
```
[00:00:11] ====> Running Q/A tests (stage-qa)
[00:00:12] Error: RubyGem dependency thor ~> 1.4.0 is not satisfied.
[00:00:12] *** Error code 1
```
I think testports fails with this dependency:
https://github.com/tmuxinator/tmuxinator/blob/master/tmuxinator.gemspec

Could someone please take a look on this?


Thank you!