debian-mirror-gitlab/debian/patches/003-loosen-sprockets.patch
Praveen Arimbrathodiyil 56d07ffb16 tag patches
2016-01-20 00:51:50 +05:30

15 lines
499 B
Diff

Bug: https://gitlab.com/gitlab-org/gitlab-ce/issues/6069
Index: gitlab/Gemfile
===================================================================
--- gitlab.orig/Gemfile
+++ gitlab/Gemfile
@@ -8,7 +8,7 @@ gem 'responders', '~> 2.0'
# Specify a sprockets version due to security issue
# See https://groups.google.com/forum/#!topic/rubyonrails-security/doAVp0YaTqY
-gem 'sprockets', '~> 2.12.3'
+gem 'sprockets', '~> 3.3.0'
# Default values for AR models
gem "default_value_for", "~> 3.0.0"