From 3546dc4ad1a07b578cdbb5538e9bd7084c7f2f1b Mon Sep 17 00:00:00 2001 From: Cyril Mougel Date: Thu, 26 Sep 2013 16:47:18 +0200 Subject: [PATCH] Delete the syck usage of yaml parser --- config/environment.rb | 5 ----- 1 file changed, 0 insertions(+), 5 deletions(-) diff --git a/config/environment.rb b/config/environment.rb index 136ba7f..a04540e 100644 --- a/config/environment.rb +++ b/config/environment.rb @@ -1,8 +1,3 @@ -if RUBY_VERSION.to_f >= 1.9 - require 'yaml' - YAML::ENGINE.yamler = 'syck' -end - # Load the rails application require File.expand_path('../application', __FILE__) -- libgit2 0.21.2