1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

Fixed build problem caused by upgrade of rails to version 5.2.4.

This commit is contained in:
Matthias Fechner 2019-12-19 15:09:02 +00:00
parent 4b8b6d2c3b
commit ca7a17f1f2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=520445
2 changed files with 5 additions and 3 deletions

View File

@ -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

View File

@ -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"