Mind relaxing the version requirement for ActionPack?
fauxparse opened this issue · 3 comments
fauxparse commented
I get this:
No compatible versions could be found for required dependencies:
actionpack (~> 3.0, runtime) not found in any of the sources
required by mongo_session_store (= 2.0.0.pre, runtime)
All possible versions of origin requirements conflict.
...which I'm guessing is because 3.0.0.beta3 doesn't match 3.0, being a prerelease.
nmerouze commented
I have 3.0.0.beta3 and I don't have any problems installing the gem. Can you give me more details?
fauxparse commented
Might it be because I'm running edge? (That's mostly devise
's fault!)
gem 'rails', :git => 'git://github.com/rails/rails.git'
gem "mongoid", :git => "http://github.com/durran/mongoid.git"
gem "mongo_session_store", :git => "http://github.com/nmerouze/mongo_session_store.git"