debian-mirror-gitlab/debian/patches/003-loosen-sprockets.patch
Praveen Arimbrathodiyil a58cdff026 allow sprocket 3.3.0
2016-01-12 00:54:32 +05:30

13 lines
441 B
Diff

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"