Skip to content

Instantly share code, notes, and snippets.

@joemiller
Created November 22, 2011 23:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joemiller/1387409 to your computer and use it in GitHub Desktop.
Save joemiller/1387409 to your computer and use it in GitHub Desktop.
gem issue when attempting to use padrino + ripple orm
$ bundle install
Fetching source index for http://rubygems.org/
Bundler could not find compatible versions for gem "activesupport":
In Gemfile:
ripple (>= 0) ruby depends on
activesupport (= 3.0.0.beta) ruby
padrino (= 0.10.5) ruby depends on
activesupport (3.1.0)
@vsayer
Copy link

vsayer commented Apr 14, 2012

i see the same issue. Has this been resolved?

@joemiller
Copy link
Author

No idea. I ended up using sinatra + mongodb on this project as riak wasn't really necessary

@vsayer
Copy link

vsayer commented Apr 14, 2012

I got it to work. had to add:

git "git://github.com/seancribbs/ripple.git" do
gem 'ripple'
done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment