From 5ee686d27c6fe8e2e832a99d0669fffeb6dfaf04 Mon Sep 17 00:00:00 2001 From: Nicolas Bally Date: Thu, 16 May 2019 10:05:35 +0200 Subject: [PATCH] suite --- Gemfile | 2 +- Gemfile.lock | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 9faf873..1f6a687 100644 --- a/Gemfile +++ b/Gemfile @@ -61,7 +61,7 @@ gem 'net-ssh', '~>2.7.0' # gem 'bcrypt-ruby', '~> 3.0.0' # Use unicorn as the app server - +gem 'unicorn' diff --git a/Gemfile.lock b/Gemfile.lock index 725b3ec..45015c0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -162,6 +162,10 @@ GEM uglifier (2.5.3) execjs (>= 0.3.0) json (>= 1.8.0) + unicorn (4.6.3) + kgio (~> 2.6) + rack + raindrops (~> 0.7) PLATFORMS ruby