I am attempting to install the CE Rails3 branch into an existing
application. When I try to follow step 2:
$ bundle install --binstubs
I get this error:
Bundler could not find compatible versions for gem "omniauth":
In Gemfile:
omniauth-facebook (>= 0) ruby depends on
omniauth (~> 1.0) ruby
community_engine (>= 0) ruby depends on
omniauth (0.3.0)
This seems to indicate that omniauth-facebook demands omniauth 1.0 or
better, but CE wants, specifically, omniauth 0.3.0. Am I interpreting
this error correctly? How do I resolve this issue?
Thanks!
Dave