update unicorn [ci skip]
This commit is contained in:
parent
ddb7c2c9b0
commit
00123c0ab2
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -44,7 +44,7 @@ end
|
|||
|
||||
group :heroku do
|
||||
gem 'pg'
|
||||
gem 'unicorn', '~> 4.2.0', :require => false
|
||||
gem 'unicorn', '~> 4.3.0', :require => false
|
||||
end
|
||||
|
||||
gem 'settingslogic', :git => 'git://github.com/binarylogic/settingslogic.git'
|
||||
|
|
|
|||
|
|
@ -475,7 +475,7 @@ GEM
|
|||
uglifier (1.2.4)
|
||||
execjs (>= 0.3.0)
|
||||
multi_json (>= 1.0.2)
|
||||
unicorn (4.2.1)
|
||||
unicorn (4.3.1)
|
||||
kgio (~> 2.6)
|
||||
rack
|
||||
raindrops (~> 0.7)
|
||||
|
|
@ -591,7 +591,7 @@ DEPENDENCIES
|
|||
twitter (= 2.0.2)
|
||||
typhoeus
|
||||
uglifier
|
||||
unicorn (~> 4.2.0)
|
||||
unicorn (~> 4.3.0)
|
||||
webmock
|
||||
whenever
|
||||
will_paginate
|
||||
|
|
|
|||
Loading…
Reference in a new issue