Commit 3546dc4ad1a07b578cdbb5538e9bd7084c7f2f1b

Authored by Cyril Mougel
1 parent c5aa9410
Exists in master and in 1 other branch production

Delete the syck usage of yaml parser

Showing 1 changed file with 0 additions and 5 deletions   Show diff stats
config/environment.rb
1 -if RUBY_VERSION.to_f >= 1.9  
2 - require 'yaml'  
3 - YAML::ENGINE.yamler = 'syck'  
4 -end  
5 -  
6 # Load the rails application 1 # Load the rails application
7 require File.expand_path('../application', __FILE__) 2 require File.expand_path('../application', __FILE__)
8 3