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:
authorStan Hu <stanhu@gmail.com>2016-06-02 21:44:38 +0300
committerStan Hu <stanhu@gmail.com>2016-06-08 00:16:37 +0300
commitf4beec8a9043fbb9782e7b354b46ec1a7af7887e (patch)
treee55c43616ee1f37ba88fb176921ee48797f7cdcf /Gemfile
parent2cbb17da31be0d18e8457232255da0bd5ac87db5 (diff)
Add Azure to supported backup list (left out accidentally)
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 08592607c03..8c671696665 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'