summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2016-11-24 13:05:00 +0100
committerRémy Coutable <remy@rymai.me>2016-11-24 13:07:24 +0100
commit2749c1b5687bb50b980dc7bfc1d3471ea16f1ccf (patch)
treed9705d62b4995bdae0ffd5efdd42151415da180c /Gemfile
parent9c56270672db4a847eebceff6b420c2142a959d3 (diff)
downloadgitlab-ce-2749c1b5687bb50b980dc7bfc1d3471ea16f1ccf.tar.gz
Stop supporting Google and Azure as backup strategiesremove-backup-strategies
The amount of gems required is quite high compared to the usefulness of the features. Related to !4928, !6713 Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index 9e815925a1f..e7f248ee766 100644
--- a/Gemfile
+++ b/Gemfile
@@ -85,10 +85,8 @@ gem 'dropzonejs-rails', '~> 0.7.1'
# for backups
gem 'fog-aws', '~> 0.9'
-gem 'fog-azure', '~> 0.0'
gem 'fog-core', '~> 1.40'
gem 'fog-local', '~> 0.3'
-gem 'fog-google', '~> 0.3'
gem 'fog-openstack', '~> 0.1'
gem 'fog-rackspace', '~> 0.1.1'