Merge pull request #2258 from consul/depfu/upgrade/unicorn-5.4.0

Upgrade unicorn: 5.3.0 → 5.4.0 (minor)
This commit is contained in:
BertoCQ
2018-01-06 22:27:16 +01:00
committed by GitHub
2 changed files with 5 additions and 5 deletions

View File

@@ -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

View File

@@ -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)
@@ -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)
@@ -465,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)
@@ -569,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)