www/redmine51: loosen roadie-rails requirement.

redmine5.1 is not officially supporting roadie-rails 3.3, but it
does work with it, so unbreak the port by tolerating a broader
ranger of version number.

Reported and tested by:	David Gessel <gessel blackrosetech com>
This commit is contained in:
Xin LI
2025-06-02 01:06:02 -07:00
parent 54c6857e6e
commit f840604c74
2 changed files with 4 additions and 2 deletions
+1
View File
@@ -1,5 +1,6 @@
PORTNAME= redmine
PORTVERSION= 5.1.8
PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= https://www.redmine.org/releases/
PKGNAMESUFFIX= 51
+3 -2
View File
@@ -1,4 +1,4 @@
--- Gemfile.orig 2025-03-10 23:30:03 UTC
--- Gemfile.orig 2025-04-20 07:25:01 UTC
+++ Gemfile
@@ -2,25 +2,25 @@ ruby '>= 2.7.0', '< 3.3.0'
@@ -11,7 +11,8 @@
gem 'request_store', '~> 1.5.0'
gem 'mini_mime', '~> 1.1.0'
gem "actionpack-xml_parser"
gem 'roadie-rails', '~> 3.1.0'
-gem 'roadie-rails', '~> 3.1.0'
+gem 'roadie-rails', '>= 3.1'
gem 'marcel'
gem 'mail', '~> 2.8.1'
-gem 'nokogiri', Gem.ruby_version >= Gem::Version.new('3.1') ? '1.18.3' : '~> 1.15.7'