From ad34c02a2153cc91a85cd8e9c106f3a5dccda409 Mon Sep 17 00:00:00 2001 From: Pirate Praveen Date: Sat, 13 Oct 2018 21:02:24 +0530 Subject: [PATCH] Relax dropzonejs-rails version --- debian/patches/0500-relax-dropzonejs-rails.patch | 11 +++++++++++ debian/patches/series | 1 + 2 files changed, 12 insertions(+) create mode 100644 debian/patches/0500-relax-dropzonejs-rails.patch diff --git a/debian/patches/0500-relax-dropzonejs-rails.patch b/debian/patches/0500-relax-dropzonejs-rails.patch new file mode 100644 index 0000000000..c13399f3b2 --- /dev/null +++ b/debian/patches/0500-relax-dropzonejs-rails.patch @@ -0,0 +1,11 @@ +--- a/Gemfile ++++ b/Gemfile +@@ -107,7 +107,7 @@ + gem 'carrierwave', '~> 1.2' + + # Drag and Drop UI +-gem 'dropzonejs-rails', '~> 0.7.1' ++gem 'dropzonejs-rails', '~> 0.7' + + # for backups + gem 'fog-aws', '~> 2.0', '>= 2.0.1' diff --git a/debian/patches/series b/debian/patches/series index fba2c877ab..638d399340 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -23,3 +23,4 @@ fix-mail-room-path.patch relax-ruby-version.pacth fix-8-to-10-migration.patch 0025-Relax-recaptcha-version.patch +0500-relax-dropzonejs-rails.patch