From 5e93494db2c3980055dee36412da34dd315713aa Mon Sep 17 00:00:00 2001 From: Jacob Vosmaer Date: Wed, 18 Dec 2013 17:06:49 +0100 Subject: [PATCH] Use a block for the unicorn gems --- Gemfile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 3eee8d4..2019cae 100644 --- a/Gemfile +++ b/Gemfile @@ -85,8 +85,10 @@ gem "github-markup", "~> 0.7.4", require: 'github/markup' gem "asciidoctor" # Application server -gem "unicorn", '~> 4.6.3', group: :unicorn -gem 'unicorn-worker-killer', group: :unicorn +group :unicorn do + gem "unicorn", '~> 4.6.3' + gem 'unicorn-worker-killer' +end # State machine gem "state_machine" -- libgit2 0.21.2