Jak dowiedzieć się, który klejnot ma określoną zależność?

Skomentowałem klejnot, ale „instalacja pakietu” nadal nie działa. Jak mogę się dowiedzieć, który klejnot jest zależny od sys-proctable?

$ bundle install
Fetching gem metadata from https://rubygems.org/.........
Fetching gem metadata from https://rubygems.org/..
Resolving dependencies...
Could not find sys-proctable-0.9.2 in any of the sources

$ grep proctable Gemfile
  #gem 'sys-proctable', '0.9.2', :path => "vendor/gems"

$ bundle list
Resolving dependencies...
Could not find gem 'rspec-rails (= 2.11.0) ruby' in the gems available on this machine.

$ bundle viz
Resolving dependencies...
Could not find gem 'rspec-rails (= 2.11.0) ruby' in the gems available on this machine.

$ bundle -v
Bundler version 1.3.0

$ ruby -v
ruby 1.9.3p385 (2013-02-06 revision 39114) [i386-cygwin]

Gemfile:http://pastebin.com/9WWMfKtv

Wypróbowałem już te kroki rozwiązywania problemów:https://github.com/carlhuda/bundler/blob/1-2-stable/ISSUES.md

questionAnswers(2)

yourAnswerToTheQuestion