Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 339 Bytes

File metadata and controls

17 lines (11 loc) · 339 Bytes

CobraCommander::Ruby

CobraCommander::Ruby is the ruby plugin for CobraCommander. It supports loading complex local dependency graphs from bundler's Gemfile.

Installation

Add cobra_commander-ruby to the :cobra group of your Gemfile:

group :cobra do
  gem 'cobra_commander-ruby'
end

And then execute:

$ bundle