Explorar el Código

Merge pull request #7 from sebcioz/master

Added thin and unicorn_rails.
Graham Ashton hace 14 años
padre
commit
8124b9dc4c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      bundler-exec.sh

+ 1 - 1
bundler-exec.sh

@@ -1,6 +1,6 @@
 #!/bin/bash
 
-BUNDLED_COMMANDS="${BUNDLED_COMMANDS:-cucumber heroku rackup rails rake rspec ruby shotgun spec spork}"
+BUNDLED_COMMANDS="${BUNDLED_COMMANDS:-cucumber heroku rackup rails rake rspec ruby shotgun spec spork thin unicorn_rails}"
 
 ## Functions