Commit dff0f9da authored by David Fernandez's avatar David Fernandez

Merge branch 'sh-upgrade-fog-3.12.0' into 'master'

Upgrade fog-aws to v3.12.0

See merge request gitlab-org/gitlab!68969
parents b0cac368 9b8ffd2b
...@@ -120,7 +120,7 @@ gem 'carrierwave', '~> 1.3' ...@@ -120,7 +120,7 @@ gem 'carrierwave', '~> 1.3'
gem 'mini_magick', '~> 4.10.1' gem 'mini_magick', '~> 4.10.1'
# for backups # for backups
gem 'fog-aws', '~> 3.9' gem 'fog-aws', '~> 3.12'
# Locked until fog-google resolves https://github.com/fog/fog-google/issues/421. # Locked until fog-google resolves https://github.com/fog/fog-google/issues/421.
# Also see config/initializers/fog_core_patch.rb. # Also see config/initializers/fog_core_patch.rb.
gem 'fog-core', '= 2.1.0' gem 'fog-core', '= 2.1.0'
......
...@@ -395,7 +395,7 @@ GEM ...@@ -395,7 +395,7 @@ GEM
fog-json fog-json
ipaddress (~> 0.8) ipaddress (~> 0.8)
xml-simple (~> 1.1) xml-simple (~> 1.1)
fog-aws (3.9.0) fog-aws (3.12.0)
fog-core (~> 2.1) fog-core (~> 2.1)
fog-json (~> 1.1) fog-json (~> 1.1)
fog-xml (~> 0.1) fog-xml (~> 0.1)
...@@ -1452,7 +1452,7 @@ DEPENDENCIES ...@@ -1452,7 +1452,7 @@ DEPENDENCIES
flipper-active_support_cache_store (~> 0.21.0) flipper-active_support_cache_store (~> 0.21.0)
flowdock (~> 0.7) flowdock (~> 0.7)
fog-aliyun (~> 0.3) fog-aliyun (~> 0.3)
fog-aws (~> 3.9) fog-aws (~> 3.12)
fog-core (= 2.1.0) fog-core (= 2.1.0)
fog-google (~> 1.15) fog-google (~> 1.15)
fog-local (~> 0.6) fog-local (~> 0.6)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment