bump unicorn
This commit is contained in:
parent
a9519ede3d
commit
70189f05f4
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -13,7 +13,7 @@ gem "responders", "2.1.0"
|
||||||
|
|
||||||
# Appserver
|
# Appserver
|
||||||
|
|
||||||
gem "unicorn", "4.8.3", require: false
|
gem "unicorn", "4.9.0", require: false
|
||||||
|
|
||||||
# API and JSON
|
# API and JSON
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -685,7 +685,7 @@ GEM
|
||||||
unf (0.1.4)
|
unf (0.1.4)
|
||||||
unf_ext
|
unf_ext
|
||||||
unf_ext (0.0.7.1)
|
unf_ext (0.0.7.1)
|
||||||
unicorn (4.8.3)
|
unicorn (4.9.0)
|
||||||
kgio (~> 2.6)
|
kgio (~> 2.6)
|
||||||
rack
|
rack
|
||||||
raindrops (~> 0.7)
|
raindrops (~> 0.7)
|
||||||
|
|
@ -827,7 +827,7 @@ DEPENDENCIES
|
||||||
twitter-text (= 1.12.0)
|
twitter-text (= 1.12.0)
|
||||||
typhoeus (= 0.7.1)
|
typhoeus (= 0.7.1)
|
||||||
uglifier (= 2.7.1)
|
uglifier (= 2.7.1)
|
||||||
unicorn (= 4.8.3)
|
unicorn (= 4.9.0)
|
||||||
uuid (= 2.3.7)
|
uuid (= 2.3.7)
|
||||||
webmock (= 1.20.4)
|
webmock (= 1.20.4)
|
||||||
will_paginate (= 3.0.7)
|
will_paginate (= 3.0.7)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue