Merge branch 'ce-to-ee-2018-08-22' into 'master'
CE upstream - 2018-08-22 12:21 UTC Closes gitlab-ce#50549 and gitlab-qa#317 See merge request gitlab-org/gitlab-ee!6968
Showing
... | @@ -119,14 +119,14 @@ gem 'dropzonejs-rails', '~> 0.7.1' | ... | @@ -119,14 +119,14 @@ gem 'dropzonejs-rails', '~> 0.7.1' |
# for backups | # for backups | ||
gem 'fog-aws', '~> 2.0.1' | gem 'fog-aws', '~> 2.0.1' | ||
gem 'fog-core', '~> 1.44' | gem 'fog-core', '~> 1.44' | ||
gem 'fog-google', '~> 1.3.3' | gem 'fog-google', '~> 1.7.1' | ||
gem 'fog-local', '~> 0.3' | gem 'fog-local', '~> 0.3' | ||
gem 'fog-openstack', '~> 0.1' | gem 'fog-openstack', '~> 0.1' | ||
gem 'fog-rackspace', '~> 0.1.1' | gem 'fog-rackspace', '~> 0.1.1' | ||
gem 'fog-aliyun', '~> 0.2.0' | gem 'fog-aliyun', '~> 0.2.0' | ||
# for Google storage | # for Google storage | ||
gem 'google-api-client', '~> 0.19.8' | gem 'google-api-client', '~> 0.23' | ||
# for aws storage | # for aws storage | ||
gem 'unf', '~> 0.1.4' | gem 'unf', '~> 0.1.4' | ||
... | ... |
Please register or sign in to comment