spec/dummy/config/boot.rb in apartment-0.14.3 vs spec/dummy/config/boot.rb in apartment-0.14.4
- old
+ new
@@ -1,5 +1,9 @@
require 'rubygems'
+
+require 'yaml'
+YAML::ENGINE.yamler = 'syck'
+
gemfile = File.expand_path('../../../../Gemfile', __FILE__)
if File.exist?(gemfile)
ENV['BUNDLE_GEMFILE'] = gemfile
require 'bundler'
\ No newline at end of file