summaryrefslogtreecommitdiff
path: root/Gemfile.lock
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.lock
parent2cbb17da31be0d18e8457232255da0bd5ac87db5 (diff)
downloadgitlab-ce-f4beec8a9043fbb9782e7b354b46ec1a7af7887e.tar.gz
Add Azure to supported backup list (left out accidentally)
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock21
1 files changed, 21 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index c85f9be7783..28d358b6673 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -70,6 +70,21 @@ GEM
descendants_tracker (~> 0.0.4)
ice_nine (~> 0.11.0)
thread_safe (~> 0.3, >= 0.3.1)
+ azure (0.7.5)
+ addressable (~> 2.3)
+ azure-core (~> 0.1)
+ faraday (~> 0.9)
+ faraday_middleware (~> 0.10)
+ json (~> 1.8)
+ mime-types (>= 1, < 3.0)
+ nokogiri (~> 1.6)
+ systemu (~> 2.6)
+ thor (~> 0.19)
+ uuid (~> 2.0)
+ azure-core (0.1.2)
+ faraday (~> 0.9)
+ faraday_middleware (~> 0.10)
+ nokogiri (~> 1.6)
babosa (1.0.2)
base32 (0.3.2)
bcrypt (3.1.11)
@@ -213,6 +228,11 @@ GEM
fog-json (~> 1.0)
fog-xml (~> 0.1)
ipaddress (~> 0.8)
+ fog-azure (0.0.2)
+ azure (~> 0.6)
+ fog-core (~> 1.27)
+ fog-json (~> 1.0)
+ fog-xml (~> 0.1)
fog-core (1.40.0)
builder
excon (~> 0.49)
@@ -854,6 +874,7 @@ DEPENDENCIES
flay
flog
fog-aws (~> 0.9)
+ fog-azure (~> 0.0)
fog-core (~> 1.40)
fog-google (~> 0.3)
fog-local (~> 0.3)