summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-03-01 12:08:40 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2023-03-01 12:08:40 +0000
commit52522f10237f685c2535e6511d632bacdc7f6a78 (patch)
tree9a41894e03547bda99116c0789004ef1e1c11e6c /Gemfile
parent301f94cc9b9de6ea11e4c1e515aa772c3e468a67 (diff)
downloadgitlab-ce-52522f10237f685c2535e6511d632bacdc7f6a78.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index 5f12365e395..9f43ca6daeb 100644
--- a/Gemfile
+++ b/Gemfile
@@ -149,8 +149,6 @@ gem 'fog-aws', '~> 3.18'
gem 'fog-core', '= 2.1.0'
gem 'fog-google', '~> 1.19', require: 'fog/google'
gem 'fog-local', '~> 0.8'
-gem 'fog-openstack', '~> 1.0'
-gem 'fog-rackspace', '~> 0.1.1'
# NOTE:
# the fog-aliyun gem since v0.4 pulls in aliyun-sdk transitively, which monkey-patches
# the rest-client gem to drop the Content-Length header field for chunked transfers,