diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-06-10 12:30:44 +0000 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-06-10 12:30:44 +0000 |
commit | 8eadfd2df76802b02b4d47792acadd5276ca2e2c (patch) | |
tree | 7ad43a1a5cd3bde40794ce19f2449a06ea5f4271 /Gemfile | |
parent | 671398e7392c86cf3cbf76037abbc39a40ec5b6d (diff) | |
parent | a7047569db3e04c29ea5cb24e9be2ac515855b90 (diff) | |
download | gitlab-ce-8eadfd2df76802b02b4d47792acadd5276ca2e2c.tar.gz |
Merge branch 'master' into 'master'
update fog to 1.25.0 and add multipart upload support
This merge will fix backup uploading problems to s3, closing gitlab-org/gitlab-ce#1059
See merge request !789
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -81,7 +81,7 @@ gem "carrierwave" gem 'dropzonejs-rails' # for aws storage -gem "fog", "~> 1.14" +gem "fog", "~> 1.25.0" gem "unf" # Authorization |