Use syck for yaml, fixes an issuew with new delayed job.
This commit is contained in:
parent
9b049aa055
commit
05d9990e69
@ -1,4 +1,9 @@
|
||||
require 'rubygems'
|
||||
|
||||
# Need to explicitly use syck for yaml
|
||||
require 'yaml'
|
||||
YAML::ENGINE.yamler = 'syck'
|
||||
|
||||
# Set up gems listed in the Gemfile.
|
||||
if File.exist?(File.expand_path('../../Gemfile', __FILE__))
|
||||
require 'bundler'
|
||||
|
Loading…
Reference in New Issue
Block a user