Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2016-06-08 17:18:31 +0300
committerRémy Coutable <remy@rymai.me>2016-06-08 17:18:31 +0300
commit722211cddfaeba38f678cc523755af1ce645cb5a (patch)
treebdafb9786436436c2850707e4ed3ef9d3885f4e0 /Gemfile
parent07b32287e51e621d8510f0b8e7103ed47c3b4636 (diff)
parentf4beec8a9043fbb9782e7b354b46ec1a7af7887e (diff)
Merge branch 'support-fog-azure' into 'master'
Add fog-azure to supported backup list !4396 left out Azure by accident. See merge request !4444
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index f2ac70831f5..b2660144f2b 100644
--- a/Gemfile
+++ b/Gemfile
@@ -86,6 +86,7 @@ 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'