From a25b9b34dbbb8dac149debd6171c4cfe71ae74fa Mon Sep 17 00:00:00 2001 From: Jamie Wilkinson Date: Sun, 22 Jan 2012 10:13:59 -0800 Subject: [PATCH] bundle exec the rackup --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index c4e7d2b..c3936b2 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: rackup -p $PORT +web: bundle exec rackup -p $PORT