Commit 4c476a64 authored by CADBOT's avatar CADBOT Committed by Bruno Pinto

Add puma to bundled commands list

parent 376ae338
...@@ -23,7 +23,7 @@ function _run-with-bundler ...@@ -23,7 +23,7 @@ function _run-with-bundler
end end
### Main program ### Main program
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 set -l bundled_commands annotate cap capify cucumber foreman guard middleman nanoc puma rackup rainbows rake rspec ruby shotgun sidekiq spec spinach spork thin thor unicorn unicorn_rails
for cmd in $bundled_commands for cmd in $bundled_commands
if not contains $cmd bundle gem if not contains $cmd bundle gem
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment