CobraCommander::Ruby is the ruby plugin for CobraCommander. It supports loading complex local dependency graphs from bundler's Gemfile.
Add cobra_commander-ruby
to the :cobra
group of your Gemfile:
group :cobra do
gem 'cobra_commander-ruby'
end
And then execute:
$ bundle