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
Showing
... | ... | @@ -81,7 +81,7 @@ gem "carrierwave" |
gem 'dropzonejs-rails' | ||
# for aws storage | ||
gem "fog", "~> 1.14" | ||
gem "fog", "~> 1.25.0" | ||
gem "unf" | ||
# Authorization | ||
... | ... |
Please register or sign in to comment