From 902e0eac6cab7114338bb0e78ca374434ec9eed8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 11 Sep 2018 05:40:25 +0000 Subject: [PATCH] Bump unicorn from 5.4.0 to 5.4.1 Bumps [unicorn](https://bogomips.org/unicorn/) from 5.4.0 to 5.4.1. Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 82bc869ac..17d1e451f 100644 --- a/Gemfile +++ b/Gemfile @@ -50,7 +50,7 @@ gem 'sprockets', '~> 3.7.2' gem 'turbolinks', '~> 2.5.3' gem 'turnout', '~> 2.4.0' gem 'uglifier', '~> 4.1.2' -gem 'unicorn', '~> 5.4.0' +gem 'unicorn', '~> 5.4.1' gem 'whenever', '~> 0.10.0', require: false gem 'globalize', '~> 5.0.0' gem 'globalize-accessors', '~> 0.2.1' diff --git a/Gemfile.lock b/Gemfile.lock index 180bc185b..1ad92fed5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -236,7 +236,7 @@ GEM activerecord kaminari-core (= 1.1.1) kaminari-core (1.1.1) - kgio (2.11.1) + kgio (2.11.2) knapsack_pro (0.53.0) rake kramdown (1.14.0) @@ -472,7 +472,7 @@ GEM uglifier (4.1.3) execjs (>= 0.3.0, < 3) unicode-display_width (1.3.0) - unicorn (5.4.0) + unicorn (5.4.1) kgio (~> 2.6) raindrops (~> 0.7) uniform_notifier (1.11.0) @@ -575,7 +575,7 @@ DEPENDENCIES turbolinks (~> 2.5.3) turnout (~> 2.4.0) uglifier (~> 4.1.2) - unicorn (~> 5.4.0) + unicorn (~> 5.4.1) web-console (~> 3.3.0) whenever (~> 0.10.0)