summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorPaul B <paul.bonaud@capitainetrain.com>2017-10-23 00:58:59 +0200
committerPaul B <paul.bonaud@capitainetrain.com>2017-10-23 00:58:59 +0200
commitc397bfe2df811cff8b3a5e66fb9e7cb1f36f6bc7 (patch)
treea3095746271ca7fb07e4313b473fa26b41640faa /Gemfile
parent090aefdc246c0b9f2c5381c63c4c5b6ec2e11722 (diff)
downloadgitlab-ce-c397bfe2df811cff8b3a5e66fb9e7cb1f36f6bc7.tar.gz
The fog-aliyun gem had a bug in v0.1.0 for file storage creation/update. This merge requests update the gem to v0.2.0 which contains the fix:
https://github.com/fog/fog-aliyun/commit/a7456ca6b63e5a0d88c849914679d2fa4707c10c Closes #39126
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 6859ea73e4f..f64cdca31c0 100644
--- a/Gemfile
+++ b/Gemfile
@@ -102,7 +102,7 @@ gem 'fog-google', '~> 0.5'
gem 'fog-local', '~> 0.3'
gem 'fog-openstack', '~> 0.1'
gem 'fog-rackspace', '~> 0.1.1'
-gem 'fog-aliyun', '~> 0.1.0'
+gem 'fog-aliyun', '~> 0.2.0'
# for Google storage
gem 'google-api-client', '~> 0.13.6'