OSDN Git Service

Use a block for the unicorn gems
authorJacob Vosmaer <contact@jacobvosmaer.nl>
Wed, 18 Dec 2013 16:06:49 +0000 (17:06 +0100)
committerJacob Vosmaer <contact@jacobvosmaer.nl>
Wed, 18 Dec 2013 16:06:49 +0000 (17:06 +0100)
Gemfile

diff --git a/Gemfile b/Gemfile
index 3eee8d4..2019cae 100644 (file)
--- 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"