Created
November 22, 2011 23:29
-
-
Save joemiller/1387409 to your computer and use it in GitHub Desktop.
gem issue when attempting to use padrino + ripple orm
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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) |
No idea. I ended up using sinatra + mongodb on this project as riak wasn't really necessary
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
i see the same issue. Has this been resolved?