diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-01-26 18:13:35 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-01-26 18:13:35 +0000 |
commit | 5d076056ee6a33d0d70f2e35102068c73ba30429 (patch) | |
tree | 5fce8a10b61bbe104933b90484689f035b4b651c /www | |
parent | 4b9565eb74e994949be5e3518e427bee5b53f2a3 (diff) | |
download | ports-5d076056ee6a33d0d70f2e35102068c73ba30429.tar.gz ports-5d076056ee6a33d0d70f2e35102068c73ba30429.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/gitlab/Makefile | 1 | ||||
-rw-r--r-- | www/gitlab/files/patch-Gemfile | 7 |
2 files changed, 7 insertions, 1 deletions
diff --git a/www/gitlab/Makefile b/www/gitlab/Makefile index dd380de417af..c78ca40aea0f 100644 --- a/www/gitlab/Makefile +++ b/www/gitlab/Makefile @@ -4,6 +4,7 @@ PORTNAME= gitlab PORTVERSION= 10.1.6 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= www devel MAINTAINER= idefix@fechner.net diff --git a/www/gitlab/files/patch-Gemfile b/www/gitlab/files/patch-Gemfile index 4426c2bfef0a..78bad0a8f320 100644 --- a/www/gitlab/files/patch-Gemfile +++ b/www/gitlab/files/patch-Gemfile @@ -64,7 +64,7 @@ gem 'akismet', '~> 2.0' # Two-factor authentication -@@ -73,7 +73,7 @@ gem 'gollum-lib', '~> 4.2', require: fal +@@ -73,11 +73,11 @@ gem 'gollum-lib', '~> 4.2', require: fal gem 'gollum-rugged_adapter', '~> 0.4.4', require: false # Language detection @@ -73,6 +73,11 @@ # API gem 'grape', '~> 1.0' +-gem 'grape-entity', '~> 0.6.0' ++gem 'grape-entity', '~> 0.6' + gem 'rack-cors', '~> 0.4.0', require: 'rack/cors' + + # Disable strong_params so that Mash does not respond to :permitted? @@ -87,25 +87,25 @@ gem 'hashie-forbidden_attributes' gem 'kaminari', '~> 1.0' |