2016-01-20 00:51:50 +05:30
|
|
|
Bug: https://gitlab.com/gitlab-org/gitlab-ce/issues/2807
|
|
|
|
|
2015-09-28 18:21:47 +05:30
|
|
|
Index: gitlab/Gemfile
|
|
|
|
===================================================================
|
|
|
|
--- gitlab.orig/Gemfile
|
|
|
|
+++ gitlab/Gemfile
|
2016-04-02 18:29:19 +05:30
|
|
|
@@ -81,7 +81,7 @@ gem "carrierwave", '~> 0.10.0'
|
2015-09-28 18:21:47 +05:30
|
|
|
gem 'dropzonejs-rails', '~> 0.7.1'
|
|
|
|
|
|
|
|
# for aws storage
|
2016-01-14 19:01:28 +05:30
|
|
|
-gem "fog", "~> 1.36.0"
|
|
|
|
+gem "fog", "~> 1.34"
|
2015-09-28 18:21:47 +05:30
|
|
|
gem "unf", '~> 0.1.4'
|
|
|
|
|
|
|
|
# Authorization
|