debian-mirror-gitlab/debian/patches/0320-relax-fog-aws.patch

12 lines
231 B
Diff
Raw Normal View History

2017-12-25 21:16:13 +05:30
--- a/Gemfile
+++ b/Gemfile
@@ -97,7 +97,7 @@
gem 'dropzonejs-rails', '~> 0.7.1'
# for backups
-gem 'fog-aws', '~> 1.4'
+gem 'fog-aws', '>= 1.4'
gem 'fog-core', '~> 1.44'
gem 'fog-google', '~> 0.5'
gem 'fog-local', '~> 0.3'