spec/dummy/config/boot.rb in apartment-0.19.0 vs spec/dummy/config/boot.rb in apartment-0.20.0
- old
+ new
@@ -1,9 +1,6 @@
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