summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2017-01-06 19:07:50 +0100
committerRémy Coutable <remy@rymai.me>2017-01-06 19:09:59 +0100
commitc73bcca27ccc26e835e587e16a81aba9813dafdf (patch)
tree9d3bc4044c5fd0038a4656e7b59c44016171aa32 /Gemfile
parent2dec1772f537ab607ff167cfb43b5ed5c99d5522 (diff)
downloadgitlab-ce-c73bcca27ccc26e835e587e16a81aba9813dafdf.tar.gz
Re-add Google Cloud Storage as a backup strategysupport-google-cloud-storage-backups
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 2e8ad75fd71..4e49fe26087 100644
--- a/Gemfile
+++ b/Gemfile
@@ -84,10 +84,14 @@ gem 'dropzonejs-rails', '~> 0.7.1'
# for backups
gem 'fog-aws', '~> 0.9'
gem 'fog-core', '~> 1.40'
+gem 'fog-google', '~> 0.5'
gem 'fog-local', '~> 0.3'
gem 'fog-openstack', '~> 0.1'
gem 'fog-rackspace', '~> 0.1.1'
+# for Google storage
+gem 'google-api-client', '~> 0.8.6'
+
# for aws storage
gem 'unf', '~> 0.1.4'