2013-01-18 31 views
0

我該如何解決這種衝突?寶石衝突oa-oauth和fb_graph在multi_json寶石上

Bundler could not find compatible versions for gem "multi_json": 
    In Gemfile: 
    fb_graph (= 2.6.2) ruby depends on 
     multi_json (>= 1.3) ruby 

    oa-oauth (= 0.3.2) ruby depends on 
     multi_json (1.0.4) 

我的寶石文件:

# oauth authentication 
gem 'oa-oauth', '0.3.2', :require => 'omniauth/oauth' 
gem 'oa-openid', '0.3.2' 
gem 'fb_graph', '2.6.2' 
gem 'twitter', '4.4.4' 
gem "koala", '1.6.0' 

感謝

回答

0

嘗試:添加gem "multi_json在你的Gemfile,刪除Gemfile.lock的文件,然後再次運行bundle