maintainer-feedback requested: [Bug 223438] [PATCH] www/redmine fix i18n gem version, otherwise does not start
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Nov 4 22:34:32 UTC 2017
Miroslav Lachman <000.fbsd at quip.cz> has reassigned Bugzilla Automation
<bugzilla at FreeBSD.org>'s request for maintainer-feedback to ruby at FreeBSD.org:
Bug 223438: [PATCH] www/redmine fix i18n gem version, otherwise does not start
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223438
--- Description ---
Created attachment 187743
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=187743&action=edit
patch for Makefile (PORTREVISION) and files/patch-Gemfile i18n gem version
As i18n version in ports tree was bumped to 0.9, Redmine does not start after
ruby gem upgrade. It needs to be bumped in Gemfile too.
This does not match version 0.9.0
gem "i18n", "~> 0.8.5"
This does match
gem "i18n", "~> 0.9"
I am not sure if we should use strict versions checks with "~>" or any newer
with ">="
More information about the freebsd-ruby
mailing list