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
|
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'
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue