diff options
author | jbub <contact@jbub.eu> | 2016-06-29 09:26:35 +0200 |
---|---|---|
committer | jbub <contact@jbub.eu> | 2016-06-29 09:26:35 +0200 |
commit | 49edb2e0f9edf0f717aae78a246efdd23ea08724 (patch) | |
tree | a7aa4681f9983211e259e0af3b1938726655290e /Gemfile.lock | |
parent | 5423e6e2d5f47ea72958086c545fb9f55ce320cb (diff) | |
download | gitlab-ce-49edb2e0f9edf0f717aae78a246efdd23ea08724.tar.gz |
Add fog-rackspace microgem to support backups using rackspace provider.
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index c1d2f1fdf5a..4c5350ba639 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -243,6 +243,11 @@ GEM fog-core (>= 1.39) fog-json (>= 1.0) ipaddress (>= 0.8) + fog-rackspace (0.1.1) + fog-core (>= 1.35) + fog-json (>= 1.0) + fog-xml (>= 0.1) + ipaddress (>= 0.8) fog-xml (0.1.2) fog-core nokogiri (~> 1.5, >= 1.5.11) @@ -858,6 +863,7 @@ DEPENDENCIES fog-google (~> 0.3) fog-local (~> 0.3) fog-openstack (~> 0.1) + fog-rackspace (~> 0.1.1) font-awesome-rails (~> 4.6.1) foreman fuubar (~> 2.0.0) |