Textt
Textt
Blog
Create a new account
Sign in
hajime
技術系色々
Buundler 1.1.0 で YAML がパースエラーを起こす。
http://makandra.com/notes/1105-fix-couldn-t-parse-yaml-error-after-upgrading-bundler
config/boot.rb に以下を追加。
require 'yaml'
YAML::ENGINE.yamler= 'syck'
03/31/11
hajime