mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Move require 'yaml' to state_file.rb
f788af0c8f
moved YAML related code to
state_file.rb but didn't move the require from control_cli.rb to
state_file.rb
This commit is contained in:
parent
32913e79c6
commit
3d19c2373d
2 changed files with 3 additions and 1 deletions
|
@ -1,9 +1,9 @@
|
|||
require 'optparse'
|
||||
require 'puma/const'
|
||||
require 'puma/configuration'
|
||||
require 'yaml'
|
||||
require 'uri'
|
||||
require 'socket'
|
||||
|
||||
module Puma
|
||||
class ControlCLI
|
||||
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
require 'yaml'
|
||||
|
||||
module Puma
|
||||
class StateFile
|
||||
def initialize
|
||||
|
|
Loading…
Reference in a new issue