Skip to content

Instantly share code, notes, and snippets.

@sstrudeau
Created June 9, 2010 18:00
Show Gist options
  • Select an option

  • Save sstrudeau/431874 to your computer and use it in GitHub Desktop.

Select an option

Save sstrudeau/431874 to your computer and use it in GitHub Desktop.
vagrant@at-vagrant-rails-base:/vagrant$ rake ts:config
(in /vagrant)
rake aborted!
spec newrelic_rpm-2.12.2 is not from an installed gem
/vagrant/Rakefile:4
(See full trace by running task with --trace)
vagrant@at-vagrant-rails-base:/vagrant$ sudo bundle check
/opt/ruby-enterprise-1.8.7-2010.01/lib/ruby/site_ruby/1.8/rubygems/specification.rb:618:in `installation_path': spec newrelic_rpm-2.12.2 is not from an installed gem (Gem::Exception)
from /opt/ruby-enterprise-1.8.7-2010.01/lib/ruby/site_ruby/1.8/rubygems/specification.rb:599:in `full_gem_path'
from /opt/ruby-enterprise-1.8.7-2010.01/lib/ruby/gems/1.8/gems/bundler-0.9.25/lib/bundler/rubygems_ext.rb:14:in `load_paths'
from /opt/ruby-enterprise-1.8.7-2010.01/lib/ruby/gems/1.8/gems/bundler-0.9.25/lib/bundler/rubygems_ext.rb:13:in `map'
from /opt/ruby-enterprise-1.8.7-2010.01/lib/ruby/gems/1.8/gems/bundler-0.9.25/lib/bundler/rubygems_ext.rb:13:in `load_paths'
from /opt/ruby-enterprise-1.8.7-2010.01/lib/ruby/gems/1.8/gems/bundler-0.9.25/lib/bundler/environment.rb:96:in `specs_for_lock_file'
from /opt/ruby-enterprise-1.8.7-2010.01/lib/ruby/gems/1.8/gems/bundler-0.9.25/lib/bundler/environment.rb:93:in `map'
from /opt/ruby-enterprise-1.8.7-2010.01/lib/ruby/gems/1.8/gems/bundler-0.9.25/lib/bundler/environment.rb:93:in `specs_for_lock_file'
from (erb):15:in `write_rb_lock'
from /opt/ruby-enterprise-1.8.7-2010.01/lib/ruby/gems/1.8/gems/bundler-0.9.25/lib/bundler/environment.rb:84:in `write_rb_lock'
from /opt/ruby-enterprise-1.8.7-2010.01/lib/ruby/gems/1.8/gems/bundler-0.9.25/lib/bundler/environment.rb:83:in `open'
from /opt/ruby-enterprise-1.8.7-2010.01/lib/ruby/gems/1.8/gems/bundler-0.9.25/lib/bundler/environment.rb:83:in `write_rb_lock'
from /opt/ruby-enterprise-1.8.7-2010.01/lib/ruby/gems/1.8/gems/bundler-0.9.25/lib/bundler/runtime.rb:9:in `initialize'
from /opt/ruby-enterprise-1.8.7-2010.01/lib/ruby/gems/1.8/gems/bundler-0.9.25/lib/bundler.rb:105:in `new'
from /opt/ruby-enterprise-1.8.7-2010.01/lib/ruby/gems/1.8/gems/bundler-0.9.25/lib/bundler.rb:105:in `runtime'
from /opt/ruby-enterprise-1.8.7-2010.01/lib/ruby/gems/1.8/gems/bundler-0.9.25/lib/bundler/cli.rb:47:in `check'
from /opt/ruby-enterprise-1.8.7-2010.01/lib/ruby/gems/1.8/gems/bundler-0.9.25/lib/bundler/vendor/thor/task.rb:33:in `send'
from /opt/ruby-enterprise-1.8.7-2010.01/lib/ruby/gems/1.8/gems/bundler-0.9.25/lib/bundler/vendor/thor/task.rb:33:in `run'
from /opt/ruby-enterprise-1.8.7-2010.01/lib/ruby/gems/1.8/gems/bundler-0.9.25/lib/bundler/vendor/thor/invocation.rb:109
from /opt/ruby-enterprise-1.8.7-2010.01/lib/ruby/gems/1.8/gems/bundler-0.9.25/lib/bundler/vendor/thor/invocation.rb:116:in `call'
from /opt/ruby-enterprise-1.8.7-2010.01/lib/ruby/gems/1.8/gems/bundler-0.9.25/lib/bundler/vendor/thor/invocation.rb:116:in `invoke'
from /opt/ruby-enterprise-1.8.7-2010.01/lib/ruby/gems/1.8/gems/bundler-0.9.25/lib/bundler/vendor/thor.rb:137:in `start'
from /opt/ruby-enterprise-1.8.7-2010.01/lib/ruby/gems/1.8/gems/bundler-0.9.25/lib/bundler/vendor/thor/base.rb:378:in `start'
from /opt/ruby-enterprise-1.8.7-2010.01/lib/ruby/gems/1.8/gems/bundler-0.9.25/lib/bundler/vendor/thor.rb:124:in `start'
from /opt/ruby-enterprise-1.8.7-2010.01/lib/ruby/gems/1.8/gems/bundler-0.9.25/bin/bundle:13
from /usr/bin/bundle:19:in `load'
from /usr/bin/bundle:19
vagrant@at-vagrant-rails-base:/vagrant$
@profounder
Copy link

Try just doing a bundle install first.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment