Upgrade fog-google to v1.11.0
This fixes a problem with Google Application Default Credentials not working in direct upload mode caused by https://github.com/fog/fog-google/issues/502. List of changes: https://github.com/fog/fog-google/blob/master/CHANGELOG.md
Showing
... | ... | @@ -119,7 +119,7 @@ gem 'fog-aws', '~> 3.5' |
# Locked until fog-google resolves https://github.com/fog/fog-google/issues/421. | ||
# Also see config/initializers/fog_core_patch.rb. | ||
gem 'fog-core', '= 2.1.0' | ||
gem 'fog-google', '~> 1.10' | ||
gem 'fog-google', '~> 1.11' | ||
gem 'fog-local', '~> 0.6' | ||
gem 'fog-openstack', '~> 1.0' | ||
gem 'fog-rackspace', '~> 0.1.1' | ||
... | ... |
Please register or sign in to comment