Skip to content

Instantly share code, notes, and snippets.

@arielkirkwood
Created May 23, 2011 03:31
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 arielkirkwood/986179 to your computer and use it in GitHub Desktop.
Save arielkirkwood/986179 to your computer and use it in GitHub Desktop.
[plas] trying to start rails server anyways after botched bundle install
n2-194-128:plas arielkirkwood$ rails s
/Users/arielkirkwood/.rvm/gems/ruby-head/gems/bundler-1.0.13/lib/bundler/spec_set.rb:87:in `block in materialize': Could not find ffi-1.0.7 in any of the sources (Bundler::GemNotFound)
from /Users/arielkirkwood/.rvm/gems/ruby-head/gems/bundler-1.0.13/lib/bundler/spec_set.rb:81:in `map!'
from /Users/arielkirkwood/.rvm/gems/ruby-head/gems/bundler-1.0.13/lib/bundler/spec_set.rb:81:in `materialize'
from /Users/arielkirkwood/.rvm/gems/ruby-head/gems/bundler-1.0.13/lib/bundler/definition.rb:90:in `specs'
from /Users/arielkirkwood/.rvm/gems/ruby-head/gems/bundler-1.0.13/lib/bundler/definition.rb:135:in `specs_for'
from /Users/arielkirkwood/.rvm/gems/ruby-head/gems/bundler-1.0.13/lib/bundler/definition.rb:124:in `requested_specs'
from /Users/arielkirkwood/.rvm/gems/ruby-head/gems/bundler-1.0.13/lib/bundler/environment.rb:23:in `requested_specs'
from /Users/arielkirkwood/.rvm/gems/ruby-head/gems/bundler-1.0.13/lib/bundler/runtime.rb:11:in `setup'
from /Users/arielkirkwood/.rvm/gems/ruby-head/gems/bundler-1.0.13/lib/bundler.rb:107:in `setup'
from /Users/arielkirkwood/plas/config/boot.rb:5:in `<top (required)>'
from /Users/arielkirkwood/.rvm/rubies/ruby-head/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
from /Users/arielkirkwood/.rvm/rubies/ruby-head/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
from script/rails:8:in `<main>'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment