summaryrefslogtreecommitdiff
path: root/www/gitlab/files/patch-Gemfile
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2018-01-10 15:38:07 +0000
committerSteve Wills <swills@FreeBSD.org>2018-01-10 15:38:07 +0000
commit99a1e2eecf81729d1f24a05c07d79be815f9e5c5 (patch)
tree5e1a648e5da4e163e606427fcfdab69a465bee5a /www/gitlab/files/patch-Gemfile
parentnet/xrdp-devel: Update to 0.9.5 (diff)
Fix gitlab issue by creating rubygem-licensee8
PR: 225047 Submitted by: Matthias Fechner <idefix@fechner.net> (maintainer)
Notes
Notes: svn path=/head/; revision=458650
Diffstat (limited to 'www/gitlab/files/patch-Gemfile')
-rw-r--r--www/gitlab/files/patch-Gemfile3
1 files changed, 1 insertions, 2 deletions
diff --git a/www/gitlab/files/patch-Gemfile b/www/gitlab/files/patch-Gemfile
index 158b1790a328..05553242e818 100644
--- a/www/gitlab/files/patch-Gemfile
+++ b/www/gitlab/files/patch-Gemfile
@@ -211,8 +211,7 @@
+gem 'loofah', '>= 2.0.3'
# Working with license
--gem 'licensee', '~> 8.7.0'
-+gem 'licensee', '>= 8.7.0'
+ gem 'licensee', '~> 8.7.0'
# Protect against bruteforcing
-gem 'rack-attack', '~> 4.4.1'