我有一个使用 nginx/unicorn/sinatra (bundler/rvm) 运行的站点。在我最后一次之后bundle update
,我收到一个错误:
in `raise_if_conflicts': Unable to activate dm-serializer-1.2.1, because multi_json-1.3.5 conflicts with multi_json (~> 1.0.3)
我的 Gemfile 是:
source "http://rubygems.org"
gem 'unicorn'
gem 'sinatra'
gem 'datamapper'
gem 'dm-mysql-adapter'
gem 'haml'
gem 'sass'
gem 'omniauth-twitter'
Gemfile.lock 没有对 multi_json 1.0.3 的任何引用
有任何想法吗?