Update fog-google to v1.12
This resolves an issue with the XML API, which uses the legacy, S3-style tokens, not working: https://github.com/fog/fog-google/pull/508 This came up with a user attempting to use the cloud-native job logs: https://gitlab.com/gitlab-org/gitlab/-/issues/273405. Full list of changes: https://github.com/fog/fog-google/compare/v1.11.0..v1.12.0
Showing
... | ... | @@ -119,7 +119,7 @@ gem 'fog-aws', '~> 3.7' |
# 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.11' | ||
gem 'fog-google', '~> 1.12' | ||
gem 'fog-local', '~> 0.6' | ||
gem 'fog-openstack', '~> 1.0' | ||
gem 'fog-rackspace', '~> 0.1.1' | ||
... | ... |
Please register or sign in to comment