Skip to content

Instantly share code, notes, and snippets.

@bhb
Created October 5, 2009 19:43
Show Gist options
  • Save bhb/202375 to your computer and use it in GitHub Desktop.
Save bhb/202375 to your computer and use it in GitHub Desktop.
jsmestad@ip-10-250-203-240:~/2890079547$ gem list capistrano
*** LOCAL GEMS ***
capistrano (2.5.9)
capistrano-ext (1.2.1)
jsmestad@ip-10-250-203-240:~/2890079547$ ruby test/unit/provider_test.rb
Using AdapterExtensions
no such file to load -- capistrano-ext
/usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require'
/usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `require'
/mnt/home/jsmestad/2890079547/vendor/rails/activesupport/lib/active_support/dependencies.rb:155:in `require'
/mnt/home/jsmestad/2890079547/config/../vendor/rails/railties/lib/rails/gem_dependency.rb:94:in `load'
/mnt/home/jsmestad/2890079547/config/../vendor/rails/railties/lib/initializer.rb:281:in `load_gems'
/mnt/home/jsmestad/2890079547/config/../vendor/rails/railties/lib/initializer.rb:281:in `each'
/mnt/home/jsmestad/2890079547/config/../vendor/rails/railties/lib/initializer.rb:281:in `load_gems'
/mnt/home/jsmestad/2890079547/config/../vendor/rails/railties/lib/initializer.rb:164:in `process'
/mnt/home/jsmestad/2890079547/config/../vendor/rails/railties/lib/initializer.rb:112:in `send'
/mnt/home/jsmestad/2890079547/config/../vendor/rails/railties/lib/initializer.rb:112:in `run'
/mnt/home/jsmestad/2890079547/config/environment.rb:34
./test/unit/../test_helper.rb:3:in `require'
./test/unit/../test_helper.rb:3
test/unit/provider_test.rb:12:in `require'
test/unit/provider_test.rb:12
Missing these required gems:
capistrano-ext >= 1.2.1
You're running:
ruby 1.8.6.111 at /usr/bin/ruby1.8
rubygems 1.3.5 at /mnt/home/jsmestad/.gem/ruby/1.8, /usr/lib/ruby/gems/1.8
Run `rake gems:install` to install the missing gems.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment