2016-01-20 00:51:50 +05:30
|
|
|
Bug: https://gitlab.com/gitlab-org/gitlab-ce/issues/6069
|
|
|
|
|
2016-01-12 00:54:32 +05:30
|
|
|
Index: gitlab/Gemfile
|
|
|
|
===================================================================
|
|
|
|
--- gitlab.orig/Gemfile
|
|
|
|
+++ gitlab/Gemfile
|
|
|
|
@@ -8,7 +8,7 @@ gem 'responders', '~> 2.0'
|
|
|
|
|
2016-06-02 11:31:04 +05:30
|
|
|
# Specify a sprockets version due to increased performance
|
|
|
|
# See https://gitlab.com/gitlab-org/gitlab-ce/issues/6069
|
|
|
|
-gem 'sprockets', '~> 3.6.0'
|
|
|
|
+gem 'sprockets', '~> 3.3'
|
2016-01-12 00:54:32 +05:30
|
|
|
|
|
|
|
# Default values for AR models
|
2016-08-24 20:52:28 +05:30
|
|
|
gem 'default_value_for', '~> 3.0.0'
|