Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Apr 2021 15:19:51 GMT
From:      Mikael Urankar <mikael@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ecbeac6371c7 - main - www/redmine4: Fix build after recent rubygem update
Message-ID:  <202104291519.13TFJpAh008127@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by mikael:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ecbeac6371c7253a6ad1d36121ea580ab2725f15

commit ecbeac6371c7253a6ad1d36121ea580ab2725f15
Author:     Mikael Urankar <mikael@FreeBSD.org>
AuthorDate: 2021-04-29 15:19:01 +0000
Commit:     Mikael Urankar <mikael@FreeBSD.org>
CommitDate: 2021-04-29 15:19:01 +0000

    www/redmine4: Fix build after recent rubygem update
---
 www/redmine4/files/patch-Gemfile | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/www/redmine4/files/patch-Gemfile b/www/redmine4/files/patch-Gemfile
index b96e9e726725..bc3092b1799a 100644
--- a/www/redmine4/files/patch-Gemfile
+++ b/www/redmine4/files/patch-Gemfile
@@ -1,6 +1,6 @@
 --- Gemfile.orig	2021-04-22 10:46:10 UTC
 +++ Gemfile
-@@ -1,9 +1,9 @@
+@@ -1,20 +1,20 @@
  source 'https://rubygems.org'
  
 -ruby '>= 2.3.0', '< 2.7.0' if Bundler::VERSION >= '1.12.0'
@@ -12,7 +12,11 @@
  gem 'sprockets', '~> 3.7.2' if RUBY_VERSION < '2.5'
  gem "rouge", "~> 3.12.0"
  gem "request_store", "~> 1.4.1"
-@@ -14,7 +14,7 @@ gem "mimemagic"
+-gem "mini_mime", "~> 1.0.1"
++gem "mini_mime", ">= 1.0.1"
+ gem "actionpack-xml_parser"
+ gem "roadie-rails", (RUBY_VERSION < "2.5" ? "~> 1.3.0" : "~> 2.1.0")
+ gem "mimemagic"
  gem "mail", "~> 2.7.1"
  gem 'csv', (RUBY_VERSION < '2.5' ? ['>= 3.1.1', '<= 3.1.5'] : '~> 3.1.1')
  gem 'nokogiri', (RUBY_VERSION < '2.5' ? '~> 1.10.0' : '~> 1.11.1')



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104291519.13TFJpAh008127>