mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 10:08:40 -05:00
Add puma as required gem
It is much more performant than the Sinatra's built-in WEBrick.
This commit is contained in:
parent
3e3bc6fa13
commit
eceb5bcab0
1 changed files with 1 additions and 0 deletions
1
Gemfile
1
Gemfile
|
|
@ -6,6 +6,7 @@ else
|
||||||
gem 'json', '>= 1.8'
|
gem 'json', '>= 1.8'
|
||||||
end
|
end
|
||||||
|
|
||||||
|
gem 'puma', '>= 3.6.0'
|
||||||
gem 'rack', '>= 1.6'
|
gem 'rack', '>= 1.6'
|
||||||
gem 'rake', '>= 10.4'
|
gem 'rake', '>= 10.4'
|
||||||
gem 'rbvmomi', '>= 1.8'
|
gem 'rbvmomi', '>= 1.8'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue