ysbaddaden / prax

Rack proxy server for development
http://ysbaddaden.github.io/prax/
Other
475 stars 49 forks source link

Can't find gem(s) installed from git (unstable) #65

Closed graywh closed 9 years ago

graywh commented 10 years ago
bundle exec ruby /home/graywh/.config/prax/bin/../lib/racker/command.rb --server /home/graywh/.prax/_sockets/lcmc2.0.sock
/usr/local/rbenv/versions/1.9.2-p290/lib/ruby/gems/1.9.1/gems/bundler-1.3.5/lib/bundler/source/git.rb:177:in `rescue in load_spec_files': git@data.vanderbilt.edu:rails/conditional_forms-rails (at master) is not checked out. Please run `bundle install` (Bundler::GitError)
        from /usr/local/rbenv/versions/1.9.2-p290/lib/ruby/gems/1.9.1/gems/bundler-1.3.5/lib/bundler/source/git.rb:175:in `load_spec_files'
        from /usr/local/rbenv/versions/1.9.2-p290/lib/ruby/gems/1.9.1/gems/bundler-1.3.5/lib/bundler/source/path.rb:86:in `local_specs'
        from /usr/local/rbenv/versions/1.9.2-p290/lib/ruby/gems/1.9.1/gems/bundler-1.3.5/lib/bundler/source/git.rb:150:in `specs'
        from /usr/local/rbenv/versions/1.9.2-p290/lib/ruby/gems/1.9.1/gems/bundler-1.3.5/lib/bundler/lazy_specification.rb:52:in `__materialize__'
        from /usr/local/rbenv/versions/1.9.2-p290/lib/ruby/gems/1.9.1/gems/bundler-1.3.5/lib/bundler/spec_set.rb:88:in `block in materialize'
        from /usr/local/rbenv/versions/1.9.2-p290/lib/ruby/gems/1.9.1/gems/bundler-1.3.5/lib/bundler/spec_set.rb:85:in `map!'
        from /usr/local/rbenv/versions/1.9.2-p290/lib/ruby/gems/1.9.1/gems/bundler-1.3.5/lib/bundler/spec_set.rb:85:in `materialize'
        from /usr/local/rbenv/versions/1.9.2-p290/lib/ruby/gems/1.9.1/gems/bundler-1.3.5/lib/bundler/definition.rb:114:in `specs'
        from /usr/local/rbenv/versions/1.9.2-p290/lib/ruby/gems/1.9.1/gems/bundler-1.3.5/lib/bundler/definition.rb:159:in `specs_for'
        from /usr/local/rbenv/versions/1.9.2-p290/lib/ruby/gems/1.9.1/gems/bundler-1.3.5/lib/bundler/definition.rb:148:in `requested_specs'
        from /usr/local/rbenv/versions/1.9.2-p290/lib/ruby/gems/1.9.1/gems/bundler-1.3.5/lib/bundler/environment.rb:18:in `requested_specs'
        from /usr/local/rbenv/versions/1.9.2-p290/lib/ruby/gems/1.9.1/gems/bundler-1.3.5/lib/bundler/runtime.rb:13:in `setup'
        from /usr/local/rbenv/versions/1.9.2-p290/lib/ruby/gems/1.9.1/gems/bundler-1.3.5/lib/bundler.rb:120:in `setup'
        from /usr/local/rbenv/versions/1.9.2-p290/lib/ruby/gems/1.9.1/gems/bundler-1.3.5/lib/bundler/setup.rb:17:in `<top (required)>'
        from <internal:lib/rubygems/custom_require>:29:in `require'
        from <internal:lib/rubygems/custom_require>:29:in `require'

conditional_forms-rails is a gem installed via git to /home/graywh/.bundler/ruby/1.9.1/conditional_forms-rails-bfd7fd1b1395. It's not limited to that gem (it just happens to be listed first in Gemfile.lock).