Date: Fri, 28 May 2021 11:28:50 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: b2c62c4e389b - main - www/redmine4: Fix build after recent rubygem-roadie-rails-rails52 update Message-ID: <202105281128.14SBSom7058935@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=b2c62c4e389b77a15d421c79434fafef20249217 commit b2c62c4e389b77a15d421c79434fafef20249217 Author: Mikael Urankar <mikael@FreeBSD.org> AuthorDate: 2021-05-28 11:27:52 +0000 Commit: Mikael Urankar <mikael@FreeBSD.org> CommitDate: 2021-05-28 11:28:45 +0000 www/redmine4: Fix build after recent rubygem-roadie-rails-rails52 update --- www/redmine4/files/patch-Gemfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www/redmine4/files/patch-Gemfile b/www/redmine4/files/patch-Gemfile index b4ad9123330a..3c64542c1eaa 100644 --- a/www/redmine4/files/patch-Gemfile +++ b/www/redmine4/files/patch-Gemfile @@ -15,7 +15,8 @@ -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 "roadie-rails", (RUBY_VERSION < "2.5" ? "~> 1.3.0" : "~> 2.1.0") ++gem "roadie-rails", (RUBY_VERSION < "2.5" ? "~> 1.3.0" : "~> 2.2.0") gem "mimemagic" gem "mail", "~> 2.7.1" gem 'csv', (RUBY_VERSION < '2.5' ? ['>= 3.1.1', '<= 3.1.5'] : '~> 3.1.1')
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105281128.14SBSom7058935>