mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Fix 'undefined method windows?
for Puma:Module' when execute pumactl.
``` $ bundle exec pumactl --pid tmp/pids/puma.pid stop => undefined method `windows?' for Puma:Module ```
This commit is contained in:
parent
91a43ffcb6
commit
a90c77aacd
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
require 'optparse'
|
||||
require 'puma/const'
|
||||
require 'puma/detect'
|
||||
require 'puma/configuration'
|
||||
require 'uri'
|
||||
require 'socket'
|
||||
|
|
Loading…
Reference in a new issue