summaryrefslogtreecommitdiff
path: root/Gemfile.lock
diff options
context:
space:
mode:
authorValery Sizov <vsv2711@gmail.com>2015-06-09 16:30:47 +0300
committerValery Sizov <vsv2711@gmail.com>2015-06-09 16:30:47 +0300
commitdedabbc0243cc7aa401c49f35b4e100ff2d95fa3 (patch)
tree9f536c4f31a07a1cdeb1006e7a3fbc52a67e508b /Gemfile.lock
parentfe0504a1b3d25ce1e993762beecb75798e23cf7e (diff)
downloadgitlab-ci-dedabbc0243cc7aa401c49f35b4e100ff2d95fa3.tar.gz
fix bundler
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock78
1 files changed, 65 insertions, 13 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 6315984..06de7f1 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,6 +1,7 @@
GEM
remote: https://rubygems.org/
specs:
+ CFPropertyList (2.3.1)
actionmailer (4.1.9)
actionpack (= 4.1.9)
actionview (= 4.1.9)
@@ -106,7 +107,7 @@ GEM
mail (~> 2.2)
equalizer (0.0.9)
erubis (2.7.0)
- excon (0.32.1)
+ excon (0.45.3)
execjs (2.0.2)
factory_girl (4.3.0)
activesupport (>= 3.0.0)
@@ -118,23 +119,63 @@ GEM
fastercsv (1.5.5)
ffaker (1.22.1)
ffi (1.9.3)
+ fission (0.5.0)
+ CFPropertyList (~> 2.2)
fog (1.25.0)
- fog-brightbox
- fog-core (>= 1.25.0)
+ fog-brightbox (~> 0.4)
+ fog-core (~> 1.25)
fog-json
+ fog-profitbricks
+ fog-radosgw (>= 0.0.2)
+ fog-sakuracloud (>= 0.0.4)
+ fog-softlayer
+ fog-terremark
+ fog-vmfusion
+ fog-voxel
+ fog-xml (~> 0.1.1)
+ ipaddress (~> 0.5)
nokogiri (~> 1.5, >= 1.5.11)
- fog-brightbox (0.0.1)
- fog-core
+ opennebula
+ fog-brightbox (0.7.1)
+ fog-core (~> 1.22)
fog-json
- fog-core (1.25.0)
+ inflecto (~> 0.0.2)
+ fog-core (1.30.0)
builder
- excon (~> 0.32)
- formatador (~> 0.2.0)
+ excon (~> 0.45)
+ formatador (~> 0.2)
mime-types
net-scp (~> 1.1)
net-ssh (>= 2.1.3)
- fog-json (1.0.0)
- multi_json (~> 1.0)
+ fog-json (1.0.2)
+ fog-core (~> 1.0)
+ multi_json (~> 1.10)
+ fog-profitbricks (0.0.3)
+ fog-core
+ fog-xml
+ nokogiri
+ fog-radosgw (0.0.4)
+ fog-core (>= 1.21.0)
+ fog-json
+ fog-xml (>= 0.0.1)
+ fog-sakuracloud (1.0.1)
+ fog-core
+ fog-json
+ fog-softlayer (0.4.6)
+ fog-core
+ fog-json
+ fog-terremark (0.1.0)
+ fog-core
+ fog-xml
+ fog-vmfusion (0.1.0)
+ fission
+ fog-core
+ fog-voxel (0.1.0)
+ fog-core
+ fog-xml
+ fog-xml (0.1.2)
+ fog-core
+ nokogiri (~> 1.5, >= 1.5.11)
font-awesome-rails (3.2.1.3)
railties (>= 3.2, < 5.0)
foreman (0.63.0)
@@ -183,6 +224,8 @@ GEM
multi_xml (>= 0.5.2)
i18n (0.7.0)
ice_nine (0.11.0)
+ inflecto (0.0.2)
+ ipaddress (0.8.0)
jquery-rails (3.0.4)
railties (>= 3.0, < 5.0)
thor (>= 0.14, < 2.0)
@@ -216,9 +259,9 @@ GEM
multipart-post (2.0.0)
mysql2 (0.3.14)
nested_form (0.3.2)
- net-scp (1.1.2)
+ net-scp (1.2.1)
net-ssh (>= 2.6.5)
- net-ssh (2.8.0)
+ net-ssh (2.9.2)
nokogiri (1.6.0)
mini_portile (~> 0.5.0)
nprogress-rails (0.1.2.3)
@@ -228,6 +271,10 @@ GEM
multi_json (~> 1.3)
multi_xml (~> 0.5)
rack (~> 1.2)
+ opennebula (4.12.1)
+ json
+ nokogiri
+ rbvmomi
paranoia (2.1.1)
activerecord (~> 4.0)
parser (2.2.0.2)
@@ -277,6 +324,10 @@ GEM
rb-fsevent (0.9.3)
rb-inotify (0.9.2)
ffi (>= 0.5.0)
+ rbvmomi (1.8.2)
+ builder
+ nokogiri (>= 1.4.1)
+ trollop
redis (3.0.6)
redis-namespace (1.4.1)
redis (~> 3.0.4)
@@ -363,6 +414,7 @@ GEM
tilt (1.4.1)
timers (1.1.0)
tins (0.13.1)
+ trollop (2.1.2)
turbolinks (2.0.0)
coffee-rails
tzinfo (1.2.2)
@@ -412,7 +464,7 @@ DEPENDENCIES
email_spec
factory_girl_rails
ffaker
- fog (~> 1.14)
+ fog (~> 1.25.0)
font-awesome-rails (~> 3.2)
foreman
gitlab_ci_meta (~> 4.0)