Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
71 changes: 37 additions & 34 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ GEM
bcrypt (3.1.10)
binding_of_caller (0.7.2)
debug_inspector (>= 0.0.1)
builder (3.2.2)
builder (3.2.4)
byebug (8.2.1)
capybara (2.5.0)
mime-types (>= 1.16)
Expand Down Expand Up @@ -71,6 +71,7 @@ GEM
term-ansicolor (~> 1.3)
thor (~> 0.19.1)
tins (~> 1.6.0)
crass (1.0.6)
daemons (1.2.3)
database_cleaner (1.5.1)
debug_inspector (0.0.2)
Expand All @@ -91,7 +92,7 @@ GEM
railties (>= 4.0, < 5.1)
erubis (2.7.0)
eventmachine (1.0.8)
excon (0.45.4)
excon (0.81.0)
execjs (2.6.0)
factory_girl (4.5.0)
activesupport (>= 3.0.0)
Expand Down Expand Up @@ -145,9 +146,9 @@ GEM
fog-core (~> 1.22)
fog-json
inflecto (~> 0.0.2)
fog-core (1.35.0)
fog-core (1.45.0)
builder
excon (~> 0.45)
excon (~> 0.58)
formatador (~> 0.2)
fog-dynect (0.0.2)
fog-core
Expand All @@ -169,10 +170,9 @@ GEM
fog-core (~> 1.27)
fog-json (~> 1.0)
fog-xml (~> 0.1)
fog-profitbricks (0.0.5)
fog-core
fog-xml
nokogiri
fog-profitbricks (4.1.1)
fog-core (~> 1.42)
fog-json (~> 1.0)
fog-radosgw (0.0.5)
fog-core (>= 1.21.0)
fog-json
Expand Down Expand Up @@ -202,15 +202,15 @@ GEM
fog-voxel (0.1.0)
fog-core
fog-xml
fog-vsphere (0.4.0)
fog-vsphere (3.5.0)
fog-core
rbvmomi (~> 1.8)
rbvmomi (>= 1.9, < 3)
fog-xenserver (0.2.3)
fog-core
fog-xml
fog-xml (0.1.2)
fog-xml (0.1.3)
fog-core
nokogiri (~> 1.5, >= 1.5.11)
nokogiri (>= 1.5.11, < 2.0.0)
formatador (0.2.5)
foundation-rails (5.5.3.2)
railties (>= 3.1.0)
Expand All @@ -219,7 +219,8 @@ GEM
activesupport (>= 4.1.0)
http-cookie (1.0.2)
domain_name (~> 0.5)
i18n (0.7.0)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
inflecto (0.0.2)
ipaddress (0.8.2)
jbuilder (2.4.0)
Expand All @@ -229,13 +230,14 @@ GEM
rails-dom-testing (~> 1.0)
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
json (1.8.3)
json (1.8.6)
kaminari (0.16.3)
actionpack (>= 3.0.0)
activesupport (>= 3.0.0)
launchy (2.4.3)
addressable (~> 2.3)
loofah (2.0.3)
loofah (2.9.1)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.6.3)
mime-types (>= 1.16, < 3)
Expand All @@ -249,12 +251,13 @@ GEM
thin (~> 1.5.0)
method_source (0.8.2)
mime-types (2.99)
mini_portile2 (2.0.0)
minitest (5.8.3)
mini_portile2 (2.4.0)
minitest (5.14.4)
multi_json (1.11.2)
netrc (0.11.0)
nokogiri (1.6.7.1)
mini_portile2 (~> 2.0.0.rc2)
nokogiri (1.9.1)
mini_portile2 (~> 2.4.0)
optimist (3.0.1)
orm_adapter (0.5.0)
pg (0.18.4)
pg_search (1.0.5)
Expand All @@ -267,7 +270,7 @@ GEM
slop (~> 3.4)
pry-rails (0.3.4)
pry (>= 0.9.10)
rack (1.6.4)
rack (1.6.13)
rack-protection (1.5.3)
rack
rack-test (0.6.3)
Expand All @@ -283,14 +286,14 @@ GEM
bundler (>= 1.3.0, < 2.0)
railties (= 4.2.4)
sprockets-rails
rails-deprecated_sanitizer (1.0.3)
rails-deprecated_sanitizer (1.0.4)
activesupport (>= 4.2.0.alpha)
rails-dom-testing (1.0.7)
activesupport (>= 4.2.0.beta, < 5.0)
nokogiri (~> 1.6.0)
rails-dom-testing (1.0.9)
activesupport (>= 4.2.0, < 5.0)
nokogiri (~> 1.6)
rails-deprecated_sanitizer (>= 1.0.1)
rails-html-sanitizer (1.0.2)
loofah (~> 2.0)
rails-html-sanitizer (1.3.0)
loofah (~> 2.3)
rails_12factor (0.0.3)
rails_serve_static_assets
rails_stdout_logging
Expand All @@ -302,10 +305,11 @@ GEM
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
rake (10.5.0)
rbvmomi (1.8.2)
builder
nokogiri (>= 1.4.1)
trollop
rbvmomi (2.4.1)
builder (~> 3.0)
json (>= 1.8)
nokogiri (~> 1.5)
optimist (~> 3.0)
rdoc (4.2.1)
json (~> 1.4)
responders (2.1.1)
Expand Down Expand Up @@ -376,11 +380,10 @@ GEM
eventmachine (>= 0.12.6)
rack (>= 1.0.0)
thor (0.19.1)
thread_safe (0.3.5)
thread_safe (0.3.6)
tilt (2.0.2)
tins (1.6.0)
trollop (2.1.2)
tzinfo (1.2.2)
tzinfo (1.2.9)
thread_safe (~> 0.1)
uglifier (2.7.2)
execjs (>= 0.3.0)
Expand All @@ -396,7 +399,7 @@ GEM
railties (>= 4.0)
sprockets-rails (>= 2.0, < 4.0)
xml-simple (1.1.5)
xpath (2.0.0)
xpath (2.1.0)
nokogiri (~> 1.3)

PLATFORMS
Expand Down