Question

I am using Rails 4.I am trying to make an application using Riak and RabbitMq, I tried to use ripple gem in my application but returns some error about dependencies like below:

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)

I am using latest version of ripple

Is there any fix to this problem?How can I resolve the dependencies?

Was it helpful?

Solution

It should work if you add a version in the Gemfile.

gem 'ripple', "1.0.0.beta2"
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top