diff options
author | Paul B <paul.bonaud@capitainetrain.com> | 2017-10-23 00:58:59 +0200 |
---|---|---|
committer | Paul B <paul.bonaud@capitainetrain.com> | 2017-10-23 00:58:59 +0200 |
commit | c397bfe2df811cff8b3a5e66fb9e7cb1f36f6bc7 (patch) | |
tree | a3095746271ca7fb07e4313b473fa26b41640faa /Gemfile | |
parent | 090aefdc246c0b9f2c5381c63c4c5b6ec2e11722 (diff) | |
download | gitlab-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-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' |