From 19de0e2e33978228c04760653ee121f7e54a0f36 Mon Sep 17 00:00:00 2001 From: "depfu[bot]" Date: Sat, 6 Jan 2018 19:55:39 +0000 Subject: [PATCH] Upgrade unicorn to version 5.4.0 --- Gemfile | 2 +- Gemfile.lock | 23 +++++++++++++---------- 2 files changed, 14 insertions(+), 11 deletions(-) diff --git a/Gemfile b/Gemfile index a67e65cdf..8c47ee92c 100644 --- a/Gemfile +++ b/Gemfile @@ -50,7 +50,7 @@ gem 'sprockets', '~> 3.7.1' gem 'turbolinks', '~> 2.5.3' gem 'turnout', '~> 2.4.0' gem 'uglifier', '~> 3.2.0' -gem 'unicorn', '~> 5.3.0' +gem 'unicorn', '~> 5.4.0' gem 'whenever', '~> 0.9.7', require: false source 'https://rails-assets.org' do diff --git a/Gemfile.lock b/Gemfile.lock index 6b0db9a4a..9d960b418 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -228,7 +228,7 @@ GEM activerecord kaminari-core (= 1.1.1) kaminari-core (1.1.1) - kgio (2.11.0) + kgio (2.11.1) knapsack_pro (0.53.0) rake kramdown (1.14.0) @@ -301,7 +301,7 @@ GEM cocaine (~> 0.5.5) mime-types mimemagic (~> 0.3.0) - parallel (1.11.2) + parallel (1.12.1) paranoia (2.4.0) activerecord (>= 4.0, < 5.2) parser (2.4.0.2) @@ -354,7 +354,7 @@ GEM thor (>= 0.18.1, < 2.0) rainbow (2.2.2) rake - raindrops (0.18.0) + raindrops (0.19.0) rake (12.3.0) redcarpet (3.4.0) referer-parser (0.3.0) @@ -382,14 +382,16 @@ GEM rspec-mocks (~> 3.6.0) rspec-support (~> 3.6.0) rspec-support (3.6.0) - rubocop (0.49.1) + rubocop (0.52.1) parallel (~> 1.10) - parser (>= 2.3.3.1, < 3.0) + parser (>= 2.4.0.2, < 3.0) powerpack (~> 0.1) - rainbow (>= 1.99.1, < 3.0) + rainbow (>= 2.2.2, < 4.0) ruby-progressbar (~> 1.7) unicode-display_width (~> 1.0, >= 1.0.1) - ruby-progressbar (1.8.1) + rubocop-rspec (1.21.0) + rubocop (>= 0.52.0) + ruby-progressbar (1.9.0) rubyzip (1.2.1) rvm1-capistrano3 (1.4.0) capistrano (~> 3.0) @@ -463,7 +465,7 @@ GEM uglifier (3.2.0) execjs (>= 0.3.0, < 3) unicode-display_width (1.3.0) - unicorn (5.3.0) + unicorn (5.4.0) kgio (~> 2.6) raindrops (~> 0.7) uniform_notifier (1.10.0) @@ -552,7 +554,8 @@ DEPENDENCIES rinku (~> 2.0.2) rollbar (~> 2.15.5) rspec-rails (~> 3.6) - rubocop (~> 0.49.1) + rubocop (~> 0.52.1) + rubocop-rspec (~> 1.21.0) rubyzip (~> 1.2.0) rvm1-capistrano3 (~> 1.4.0) sass-rails (~> 5.0, >= 5.0.4) @@ -566,7 +569,7 @@ DEPENDENCIES turbolinks (~> 2.5.3) turnout (~> 2.4.0) uglifier (~> 3.2.0) - unicorn (~> 5.3.0) + unicorn (~> 5.4.0) web-console (~> 3.3.0) whenever (~> 0.9.7)