loosen carrierwave

This commit is contained in:
Praveen Arimbrathodiyil 2015-09-28 18:11:56 +05:30
parent 825564a656
commit 1715e8fcfb
2 changed files with 14 additions and 0 deletions

View file

@ -0,0 +1,13 @@
Index: gitlab/Gemfile
===================================================================
--- gitlab.orig/Gemfile
+++ gitlab/Gemfile
@@ -83,7 +83,7 @@ gem "kaminari", "~> 0.15.1"
gem "haml-rails", '~> 0.9.0'
# Files attachments
-gem "carrierwave", '~> 0.9.0'
+gem "carrierwave", '~> 0.10.0'
# Drag and Drop UI
gem 'dropzonejs-rails', '~> 0.7.1'

View file

@ -12,3 +12,4 @@ loosen-rails-version.patch
0012-loosen-stamp.patch 0012-loosen-stamp.patch
0013-loosen-enumerize.patch 0013-loosen-enumerize.patch
0014-loosen-haml-rails.patch 0014-loosen-haml-rails.patch
0015-loosen-carrierwave.patch