Update fog-aws to v3.6.7
This adds support for retrieving credentials via the instance metadata server v2 (IMDSv2). Closes https://gitlab.com/gitlab-org/gitlab/-/issues/287816 List of changes: https://github.com/fog/fog-aws/blob/master/CHANGELOG.md Diff: https://github.com/fog/fog-aws/compare/v3.5.2..v3.6.7
Showing
... | ... | @@ -115,7 +115,7 @@ gem 'carrierwave', '~> 1.3' |
gem 'mini_magick', '~> 4.10.1' | ||
# for backups | ||
gem 'fog-aws', '~> 3.5' | ||
gem 'fog-aws', '~> 3.6' | ||
# 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' | ||
... | ... |
Please register or sign in to comment