loosen fog version

This commit is contained in:
Praveen Arimbrathodiyil 2015-09-28 18:21:47 +05:30
parent 1715e8fcfb
commit 7ac88bb173
2 changed files with 14 additions and 0 deletions

13
debian/patches/0016-loosen-fog.patch vendored Normal file
View file

@ -0,0 +1,13 @@
Index: gitlab/Gemfile
===================================================================
--- gitlab.orig/Gemfile
+++ gitlab/Gemfile
@@ -89,7 +89,7 @@ gem "carrierwave", '~> 0.10.0'
gem 'dropzonejs-rails', '~> 0.7.1'
# for aws storage
-gem "fog", "~> 1.25.0"
+gem "fog", "~> 1.25"
gem "unf", '~> 0.1.4'
# Authorization

View file

@ -13,3 +13,4 @@ loosen-rails-version.patch
0013-loosen-enumerize.patch 0013-loosen-enumerize.patch
0014-loosen-haml-rails.patch 0014-loosen-haml-rails.patch
0015-loosen-carrierwave.patch 0015-loosen-carrierwave.patch
0016-loosen-fog.patch