简体   繁体   English

找不到与gem兼容的版本

[英]Could not find compatible versions for gem

Bundler could not find compatible versions for gem "spree_auth": In Gemfile: spree_social (>= 0) ruby depends on spree_auth (~> 1.1.0) ruby Bundler找不到与宝石“ spree_auth”兼容的版本:在Gemfile中:spree_social(> = 0)ruby取决于spree_auth(〜> 1.1.0)ruby

spree (= 0.50.2) ruby depends on
  spree_auth (0.50.2)

I was trying to integrate the spree social with my spree which is 0.50.x I got the following error. 我试图将狂欢社交与我的狂欢0.50.x集成在一起,但出现以下错误。 Please help me to fix this error. 请帮助我解决此错误。

try 尝试

gem install spree_social 

and add into Gemfile 并添加到Gemfile

gem spree_social 

and

bundle

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM