From 8ed66ae309d707f5e8d9a26b951f8445398e8ce6 Mon Sep 17 00:00:00 2001 From: Nikita Fedyashev Date: Thu, 8 Nov 2012 16:57:49 +0100 Subject: [PATCH] Explicitly specify foreman gem dependency in Gemfile --- Gemfile | 2 ++ Gemfile.lock | 3 +++ Procfile | 2 +- 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index eda72bc..9619e67 100644 --- a/Gemfile +++ b/Gemfile @@ -81,6 +81,8 @@ group :development, :test do gem 'capistrano' end +gem 'foreman', :group => :development + group :test do gem 'capybara' gem 'launchy' diff --git a/Gemfile.lock b/Gemfile.lock index 6ae0507..6b5a057 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -97,6 +97,8 @@ GEM faraday_middleware (0.8.8) faraday (>= 0.7.4, < 0.9) ffi (1.1.4) + foreman (0.60.2) + thor (>= 0.13.6) haml (3.1.6) happymapper (0.4.0) libxml-ruby (~> 2.0) @@ -333,6 +335,7 @@ DEPENDENCIES email_spec execjs fabrication (~> 1.3.0) + foreman haml hipchat hoi diff --git a/Procfile b/Procfile index 7b6eebe..9c82374 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: bundle exec unicorn -p $PORT -c ./config/unicorn.rb +web: bundle exec unicorn -p $PORT -c ./config/unicorn.rb -- libgit2 0.21.2