Guardfile set up for unicorn.
Showing
| ... | ... | @@ -46,7 +46,9 @@ gem 'rest-client' |
| group :test do | ||
| gem 'rspec' | ||
| gem 'rack-test', :require => "rack/test" | ||
| gem 'guard' | ||
| gem 'guard-unicorn' | ||
| end | ||
| gem 'newrelic_rpm' | ||
| gem 'unicorn' | ||
| \ No newline at end of file | ||
| gem 'unicorn' |
Guardfile
0 → 100644
Please
register
or
sign in
to comment