update unicorn [ci skip]

This commit is contained in:
Maxwell Salzberg 2012-05-08 00:05:09 -07:00
parent ddb7c2c9b0
commit 00123c0ab2
2 changed files with 3 additions and 3 deletions

View file

@ -44,7 +44,7 @@ end
group :heroku do group :heroku do
gem 'pg' gem 'pg'
gem 'unicorn', '~> 4.2.0', :require => false gem 'unicorn', '~> 4.3.0', :require => false
end end
gem 'settingslogic', :git => 'git://github.com/binarylogic/settingslogic.git' gem 'settingslogic', :git => 'git://github.com/binarylogic/settingslogic.git'

View file

@ -475,7 +475,7 @@ GEM
uglifier (1.2.4) uglifier (1.2.4)
execjs (>= 0.3.0) execjs (>= 0.3.0)
multi_json (>= 1.0.2) multi_json (>= 1.0.2)
unicorn (4.2.1) unicorn (4.3.1)
kgio (~> 2.6) kgio (~> 2.6)
rack rack
raindrops (~> 0.7) raindrops (~> 0.7)
@ -591,7 +591,7 @@ DEPENDENCIES
twitter (= 2.0.2) twitter (= 2.0.2)
typhoeus typhoeus
uglifier uglifier
unicorn (~> 4.2.0) unicorn (~> 4.3.0)
webmock webmock
whenever whenever
will_paginate will_paginate