diff --git a/Gemfile b/Gemfile index fb9acb12ca9fc163851dd119156b831b8a45afbb..db9f8aa8b5a04f2defb448cef577a1ab95376147 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ gem 'rails', '3.2.13' # Appserver -gem 'unicorn', '4.6.0', :require => false +gem 'unicorn', '4.6.2', :require => false # API and JSON diff --git a/Gemfile.lock b/Gemfile.lock index 8eb7147a8e28112de2d5adeb4c7584a0d7d2f862..0461ca1e748fe69397ff3411f3b3cd894db79a4d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -392,7 +392,7 @@ GEM uglifier (1.3.0) execjs (>= 0.3.0) multi_json (~> 1.0, >= 1.0.2) - unicorn (4.6.0) + unicorn (4.6.2) kgio (~> 2.6) rack raindrops (~> 0.7) @@ -486,6 +486,6 @@ DEPENDENCIES twitter (= 4.5.0) typhoeus (= 0.3.3) uglifier (= 1.3.0) - unicorn (= 4.6.0) + unicorn (= 4.6.2) webmock (= 1.8.11) will_paginate (= 3.0.4)