summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorJacob Vosmaer <contact@jacobvosmaer.nl>2013-12-18 17:06:49 +0100
committerJacob Vosmaer <contact@jacobvosmaer.nl>2013-12-18 17:06:49 +0100
commit5e93494db2c3980055dee36412da34dd315713aa (patch)
tree17906b8e9d1b0d657751bd2b8aca0193dce5f083 /Gemfile
parentd27224ceca2b1eb0644f593157e398193bd3e2dc (diff)
downloadgitlab-ce-5e93494db2c3980055dee36412da34dd315713aa.tar.gz
Use a block for the unicorn gems
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile6
1 files changed, 4 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index 3eee8d47c20..2019cae8f96 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"