mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 10:08:40 -05:00
Add concurrent-ruby and configure additional parts for provisioning on demand
This commit is contained in:
parent
63712741a0
commit
11c5107279
7 changed files with 151 additions and 35 deletions
1
Gemfile
1
Gemfile
|
|
@ -13,6 +13,7 @@ gem 'statsd-ruby', '~> 1.4.0', :require => 'statsd'
|
|||
gem 'connection_pool', '~> 2.2'
|
||||
gem 'nokogiri', '~> 1.10'
|
||||
gem 'spicy-proton', '~> 2.1'
|
||||
gem 'concurrent-ruby', '~> 1.1'
|
||||
|
||||
group :development do
|
||||
gem 'pry'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue