mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
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:
@@ -1,5 +1,6 @@
|
||||
PORTNAME= redmine
|
||||
PORTVERSION= 5.1.8
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= https://www.redmine.org/releases/
|
||||
PKGNAMESUFFIX= 51
|
||||
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user