我在我的 rails 项目的 capistrano 部署期间收到此消息:
syck has been removed, psych is used instead
版本:
gem 'rails', '=3.2.13'
ruby 2.0.0p247
据我所知,ruby 使用本地 yamler“Psych”。
Gemfile 中没有任何 yamler。
在我的 boot.rb 中:
require 'yaml'
YAML::ENGINE.yamler = 'psych'
可能是什么问题呢?