From 4ad3d916a7405b0d6c14651faa0b2060509f7ce6 Mon Sep 17 00:00:00 2001 From: rgarcia Date: Wed, 18 Nov 2015 15:23:19 +0100 Subject: [PATCH] upgrades unicorn gem version --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 0a1da8805..988417ea5 100644 --- a/Gemfile +++ b/Gemfile @@ -38,7 +38,7 @@ gem 'ckeditor' gem 'cancancan' gem 'social-share-button', git: 'https://github.com/huacnlee/social-share-button.git', ref: 'e46a6a3e82b86023bc' gem 'initialjs-rails', '0.2.0.1' -gem 'unicorn' +gem 'unicorn', '~> 5.0.1' gem 'paranoia' gem 'rinku', require: 'rails_rinku' gem 'savon' diff --git a/Gemfile.lock b/Gemfile.lock index b1d708965..2b6493570 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -393,7 +393,7 @@ GEM unf (0.1.4) unf_ext unf_ext (0.0.7.1) - unicorn (5.0.0) + unicorn (5.0.1) kgio (~> 2.6) rack raindrops (~> 0.7) @@ -480,7 +480,7 @@ DEPENDENCIES spring turbolinks uglifier (>= 1.3.0) - unicorn + unicorn (~> 5.0.1) web-console (~> 2.0) whenever