diff --git a/Gemfile b/Gemfile index e7e19a239..1f1c66d18 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ gem 'rails', '3.2.13' # Appserver -gem 'unicorn', '4.6.2', :require => false +gem 'unicorn', '4.6.3', :require => false # API and JSON diff --git a/Gemfile.lock b/Gemfile.lock index 9d6741320..83884035d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -394,7 +394,7 @@ GEM uglifier (2.1.1) execjs (>= 0.3.0) multi_json (~> 1.0, >= 1.0.2) - unicorn (4.6.2) + unicorn (4.6.3) kgio (~> 2.6) rack raindrops (~> 0.7) @@ -485,6 +485,6 @@ DEPENDENCIES twitter (= 4.7.0) typhoeus (= 0.6.3) uglifier (= 2.1.1) - unicorn (= 4.6.2) + unicorn (= 4.6.3) webmock (= 1.11.0) will_paginate (= 3.0.4)