loosen carrierwave
This commit is contained in:
parent
825564a656
commit
1715e8fcfb
2 changed files with 14 additions and 0 deletions
13
debian/patches/0015-loosen-carrierwave.patch
vendored
Normal file
13
debian/patches/0015-loosen-carrierwave.patch
vendored
Normal 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'
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue