summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2016-06-02 11:44:38 -0700
committerStan Hu <stanhu@gmail.com>2016-06-07 14:16:37 -0700
commitf4beec8a9043fbb9782e7b354b46ec1a7af7887e (patch)
treee55c43616ee1f37ba88fb176921ee48797f7cdcf /Gemfile
parent2cbb17da31be0d18e8457232255da0bd5ac87db5 (diff)
downloadgitlab-ce-f4beec8a9043fbb9782e7b354b46ec1a7af7887e.tar.gz
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'