mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
Fixed build problem caused by upgrade of rails to version 5.2.4.
This commit is contained in:
parent
4b8b6d2c3b
commit
ca7a17f1f2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=520445
www/redmine4
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= redmine
|
||||
PORTVERSION= 4.0.5
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= https://www.redmine.org/releases/
|
||||
PKGNAMESUFFIX= 4
|
||||
|
@ -1,11 +1,13 @@
|
||||
--- Gemfile.orig 2019-10-19 09:33:33 UTC
|
||||
+++ Gemfile
|
||||
@@ -3,8 +3,8 @@ source 'https://rubygems.org'
|
||||
@@ -2,9 +2,9 @@ source 'https://rubygems.org'
|
||||
|
||||
gem "bundler", ">= 1.5.0"
|
||||
|
||||
gem "rails", "5.2.3"
|
||||
-gem "rails", "5.2.3"
|
||||
-gem "rouge", "~> 3.3.0"
|
||||
-gem "request_store", "1.0.5"
|
||||
+gem "rails", "5.2.4"
|
||||
+gem "rouge", "~> 3.12.0"
|
||||
+gem "request_store", ">= 1.0.5"
|
||||
gem "mini_mime", "~> 1.0.1"
|
||||
|
Loading…
Reference in New Issue
Block a user