Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 04 Nov 2017 22:34:32 +0000
From:      bugzilla-noreply@freebsd.org
To:        ruby@FreeBSD.org
Subject:   maintainer-feedback requested: [Bug 223438] [PATCH] www/redmine fix i18n gem version, otherwise does not start
Message-ID:  <bug-223438-21402-smaGbpW9Al@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-223438-21402@https.bugs.freebsd.org/bugzilla/>
References:  <bug-223438-21402@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help

Miroslav Lachman <000.fbsd@quip.cz> has reassigned Bugzilla Automation
<bugzilla@FreeBSD.org>'s request for maintainer-feedback to ruby@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 ">="



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-223438-21402-smaGbpW9Al>