Merge branch 'update-fog' into 'master'
Bump fog to 1.36.0 Updates AWS regions and fixes a number of bugs. Tested a GitLab AWS backup without any issues. Closes #4231 See merge request !2373
Showing
... | @@ -80,7 +80,7 @@ gem "carrierwave", '~> 0.9.0' | ... | @@ -80,7 +80,7 @@ gem "carrierwave", '~> 0.9.0' |
gem 'dropzonejs-rails', '~> 0.7.1' | gem 'dropzonejs-rails', '~> 0.7.1' | ||
# for aws storage | # for aws storage | ||
gem "fog", "~> 1.25.0" | gem "fog", "~> 1.36.0" | ||
gem "unf", '~> 0.1.4' | gem "unf", '~> 0.1.4' | ||
# Authorization | # Authorization | ||
... | ... |
Please register or sign in to comment