Commit 5e93494d authored by Jacob Vosmaer's avatar Jacob Vosmaer

Use a block for the unicorn gems

parent d27224ce
...@@ -85,8 +85,10 @@ gem "github-markup", "~> 0.7.4", require: 'github/markup' ...@@ -85,8 +85,10 @@ gem "github-markup", "~> 0.7.4", require: 'github/markup'
gem "asciidoctor" gem "asciidoctor"
# Application server # Application server
gem "unicorn", '~> 4.6.3', group: :unicorn group :unicorn do
gem 'unicorn-worker-killer', group: :unicorn gem "unicorn", '~> 4.6.3'
gem 'unicorn-worker-killer'
end
# State machine # State machine
gem "state_machine" gem "state_machine"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment