adding sidekiq to bundled commands list

pull/2/head
Bruno Pinto 12 years ago
parent 120131001d
commit 71d79d8111

@ -23,7 +23,7 @@ function _run-with-bundler
end
### Main program
set -l bundled_commands annotate cap capify cucumber foreman guard middleman nanoc rackup rainbows rake rspec ruby shotgun spec spinach spork thin thor unicorn unicorn_rails
set -l bundled_commands annotate cap capify cucumber foreman guard middleman nanoc rackup rainbows rake rspec ruby shotgun sidekiq spec spinach spork thin thor unicorn unicorn_rails
for cmd in $bundled_commands
if not contains $cmd bundle gem

Loading…
Cancel
Save