riak-ripple / ripple

A rich Ruby modeling layer for Riak, Basho's distributed database
Other
621 stars 152 forks source link

rails 3.2.8 failure #300

Open varchar opened 11 years ago

varchar commented 11 years ago

in my Gemfile: gem 'rails', '3.2.8' gem 'ripple' #=> riak orm ; installs "riak-client" as a dependency

The fails when I run Bundle Install. bundle install Fetching source index for https://rubygems.org/ Bundler could not find compatible versions for gem "activemodel": In Gemfile: ripple (>= 0) ruby depends on activemodel (= 3.0.0.beta) ruby

rails (= 3.2.8) ruby depends on
  activemodel (3.2.8)
jeremyong commented 11 years ago

Getting the same thing on this end.

cmeiklejohn commented 11 years ago

@jeremyong can you try 1.0.0.beta2?

jeremyong commented 11 years ago

That seems to work!

varchar commented 11 years ago

Yes, that works for me also