debian-mirror-gitlab/debian/patches/0015-loosen-carrierwave.patch

14 lines
353 B
Diff
Raw Normal View History

2015-09-28 18:11:56 +05:30
Index: gitlab/Gemfile
===================================================================
--- gitlab.orig/Gemfile
+++ gitlab/Gemfile
2015-12-23 02:32:54 +05:30
@@ -73,7 +73,7 @@ gem "kaminari", "~> 0.16.3"
2015-09-28 18:11:56 +05:30
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'