required yaml in master
This commit is contained in:
parent
b11d522f0d
commit
282742c0ee
|
@ -1,6 +1,7 @@
|
||||||
require 'hydra/hash'
|
require 'hydra/hash'
|
||||||
require 'open3'
|
require 'open3'
|
||||||
require 'tmpdir'
|
require 'tmpdir'
|
||||||
|
require 'yaml'
|
||||||
module Hydra #:nodoc:
|
module Hydra #:nodoc:
|
||||||
# Hydra class responsible for delegate work down to workers.
|
# Hydra class responsible for delegate work down to workers.
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue