diff options
-rw-r--r-- | Gemfile | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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" |