0

我正在使用 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)

我正在使用最新版本的波纹

这个问题有什么解决办法吗?如何解决依赖关系?

4

1 回答 1

1

如果您在Gemfile.

gem 'ripple', "1.0.0.beta2"
于 2013-09-19T13:00:41.560 回答