Skip to content
Snippets Groups Projects
Commit 5e93494d authored by Jacob Vosmaer (GitLab)'s avatar Jacob Vosmaer (GitLab)
Browse files

Use a block for the unicorn gems

parent d27224ce
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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"
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment