diff --git a/Gemfile b/Gemfile index 03787801f..b58997a53 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ gem 'rails', '3.2.8' gem 'foreman', '0.60.2' -gem 'unicorn', '4.3.1', :require => false +gem 'unicorn', '4.4.0', :require => false gem 'rails_autolink', '1.0.9' diff --git a/Gemfile.lock b/Gemfile.lock index 5eb9ee42d..9586b1ef5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -400,7 +400,7 @@ GEM uglifier (1.3.0) execjs (>= 0.3.0) multi_json (~> 1.0, >= 1.0.2) - unicorn (4.3.1) + unicorn (4.4.0) kgio (~> 2.6) rack raindrops (~> 0.7) @@ -490,6 +490,6 @@ DEPENDENCIES twitter (= 4.1.1) typhoeus (= 0.3.3) uglifier (= 1.3.0) - unicorn (= 4.3.1) + unicorn (= 4.4.0) webmock (= 1.8.11) will_paginate (= 3.0.3)