我正在使用Rails 4.我正在尝试使用Riak和RabbitMq创建应用程序,
我尝试在我的应用程序中使用ripple gem
,但返回一些关于依赖关系的错误,如下所示:
Bundler could not find compatible versions for gem "activemodel":
In Gemfile:
ripple (>= 0) ruby depends on
activemodel (= 3.0.0.beta) ruby
rails (= 4.0.0) ruby depends on
activemodel (4.0.0)
我正在使用最新版本的涟漪
是否有解决此问题的方法?如何解决依赖关系?
答案 0 :(得分:1)
如果您在Gemfile
。
gem 'ripple', "1.0.0.beta2"