diff options
author | Matthias Fechner <mfechner@FreeBSD.org> | 2018-06-29 15:01:30 +0000 |
---|---|---|
committer | Matthias Fechner <mfechner@FreeBSD.org> | 2018-06-29 15:01:30 +0000 |
commit | 78293b608eb66eac8f4fd1e148da4ede0b1e9bec (patch) | |
tree | 6846b5e4ea7275f20a0adf0c401a9b725ddb5673 /www/gitlab/files | |
parent | Updated to 2.7.1 which is required for gitlab 10.8.5. (diff) |
Security update to 10.8.5.
This update was blocked as it requires version 2.7.1, 2.7.2 fails which is a gitlab core bug:
https://gitlab.com/gitlab-org/gitlab-ce/issues/48415
Reviewed by: tz (mentor)
Approved by: tz (mentor)
Security: b950a83b-789e-11e8-8545-d8cb8abf62dd
Differential Revision: https://reviews.freebsd.org/D16009
Notes
Notes:
svn path=/head/; revision=473553
Diffstat (limited to 'www/gitlab/files')
-rw-r--r-- | www/gitlab/files/patch-Gemfile | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/www/gitlab/files/patch-Gemfile b/www/gitlab/files/patch-Gemfile index e2dba50624b8..6bf9ad6fe543 100644 --- a/www/gitlab/files/patch-Gemfile +++ b/www/gitlab/files/patch-Gemfile @@ -27,15 +27,6 @@ # Colored output to console gem 'rainbow', '~> 2.2' -@@ -222,7 +222,7 @@ gem 'kubeclient', '~> 3.0' - gem 'd3_rails', '~> 3.5.0' - - # Sanitize user input --gem 'sanitize', '~> 2.0' -+gem 'sanitize', '>= 2.0' - gem 'babosa', '~> 1.0.2' - - # Sanitizes SVG input @@ -284,7 +284,7 @@ gem 'batch-loader', '~> 1.2.1' # Perf bar gem 'peek', '~> 1.0.1' |