mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Fix Capistrano 'uninitialized constant Puma' error.
This commit is contained in:
parent
7e5b788610
commit
6429e41a63
1 changed files with 1 additions and 0 deletions
|
@ -82,6 +82,7 @@ Capistrano::Configuration.instance.load do
|
|||
end
|
||||
|
||||
def configuration
|
||||
require 'puma'
|
||||
require 'puma/configuration'
|
||||
|
||||
config = Puma::Configuration.new(:config_file => config_file)
|
||||
|
|
Loading…
Add table
Reference in a new issue