Use syck for yaml, fixes an issuew with new delayed job.

This commit is contained in:
Mario Visic 2011-11-27 20:05:39 +11:00
parent 9b049aa055
commit 05d9990e69

View File

@ -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'