implemented pooling for Docker containers

This commit is contained in:
Hauke Klement
2015-02-06 15:59:51 +01:00
parent a22a5af711
commit 5f0815b140
20 changed files with 453 additions and 208 deletions

View File

@ -84,6 +84,10 @@ GEM
execjs
coffee-script-source (1.9.0)
colorize (0.7.5)
concurrent-ruby (0.8.0)
ref (~> 1.0, >= 1.0.5)
concurrent-ruby-ext (0.8.0)
concurrent-ruby (~> 0.8.0)
database_cleaner (1.4.0)
diff-lcs (1.2.5)
docile (1.1.5)
@ -198,6 +202,7 @@ GEM
i18n
polyamorous (~> 1.1)
rdoc (4.2.0)
ref (1.0.5)
rspec (3.1.0)
rspec-core (~> 3.1.0)
rspec-expectations (~> 3.1.0)
@ -306,6 +311,8 @@ DEPENDENCIES
carrierwave
codeclimate-test-reporter
coffee-rails (~> 4.0.0)
concurrent-ruby
concurrent-ruby-ext
database_cleaner
docker-api
factory_girl_rails (~> 4.0)