From 8a5b0082486a805af45f1db151ffe07b96acbc0c Mon Sep 17 00:00:00 2001 From: Nicolas Bally Date: Thu, 26 Apr 2018 23:35:17 +0200 Subject: [PATCH] suite --- Gemfile | 2 +- Gemfile.lock | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 1ee6f77..e425bd9 100644 --- a/Gemfile +++ b/Gemfile @@ -53,7 +53,7 @@ gem "therubyracer", group: :production # gem 'jbuilder' # Use unicorn as the app server -# gem 'unicorn' +gem 'unicorn', "4.6.3" # Deploy with Capistrano # gem 'capistrano' diff --git a/Gemfile.lock b/Gemfile.lock index 9d03532..7edb7b3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -79,6 +79,7 @@ GEM railties (>= 3.0, < 5.0) thor (>= 0.14, < 2.0) json (1.8.1) + kgio (2.11.2) libv8 (3.16.14.19) mail (2.4.4) i18n (>= 0.4.0) @@ -125,6 +126,7 @@ GEM rake (>= 0.8.7) rdoc (~> 3.4) thor (>= 0.14.6, < 2.0) + raindrops (0.19.0) rake (10.0.3) rdoc (3.12) json (~> 1.4) @@ -158,6 +160,10 @@ GEM uglifier (1.3.0) execjs (>= 0.3.0) multi_json (~> 1.0, >= 1.0.2) + unicorn (4.6.3) + kgio (~> 2.6) + rack + raindrops (~> 0.7) warden (1.2.1) rack (>= 1.0) yajl-ruby (1.1.0) @@ -189,6 +195,7 @@ DEPENDENCIES sqlite3 therubyracer uglifier (>= 1.0.3) + unicorn (= 4.6.3) zurb-foundation (>= 3.2) BUNDLED WITH