On trying to run the rails project I get the following:
/Users/abe/.rvm/gems/ruby-1.9.2-p290/gems/bundler-1.0.21/lib/bundler/source.rb:572:in rescue in load_spec_files': git://github.com/rails/rails.git (at master) is not checked out. Please runbundle install` (Bundler::GitError)
On bundle install I get this:
Updating git://github.com/rails/rails.git
Updating git://github.com/plataformatec/devise.git
Updating git://github.com/lloydpick/devise_oauth2_authenticatable.git
Fetching source index for http://rubygems.org/
Could not find gem 'journey (~> 1.0.0) ruby', which is required by gem 'rails (>= 0) ruby', in any of the sources.
Any suggestions what to do? Searched for the journey gem manually with no success
On trying to run the rails project I get the following:
/Users/abe/.rvm/gems/ruby-1.9.2-p290/gems/bundler-1.0.21/lib/bundler/source.rb:572:in
rescue in load_spec_files': git://github.com/rails/rails.git (at master) is not checked out. Please runbundle install` (Bundler::GitError)On bundle install I get this:
Updating git://github.com/rails/rails.git
Updating git://github.com/plataformatec/devise.git
Updating git://github.com/lloydpick/devise_oauth2_authenticatable.git
Fetching source index for http://rubygems.org/
Could not find gem 'journey (~> 1.0.0) ruby', which is required by gem 'rails (>= 0) ruby', in any of the sources.
Any suggestions what to do? Searched for the journey gem manually with no success