bump unicorn
This commit is contained in:
parent
0deb16adcc
commit
27f79e16ee
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -8,7 +8,7 @@ gem "responders", "2.1.0"
|
||||||
|
|
||||||
# Appserver
|
# Appserver
|
||||||
|
|
||||||
gem "unicorn", "4.9.0", require: false
|
gem "unicorn", "5.0.1", require: false
|
||||||
|
|
||||||
# Federation
|
# Federation
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -750,7 +750,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.9.0)
|
unicorn (5.0.1)
|
||||||
kgio (~> 2.6)
|
kgio (~> 2.6)
|
||||||
rack
|
rack
|
||||||
raindrops (~> 0.7)
|
raindrops (~> 0.7)
|
||||||
|
|
@ -896,7 +896,7 @@ DEPENDENCIES
|
||||||
twitter-text (= 1.13.0)
|
twitter-text (= 1.13.0)
|
||||||
typhoeus (= 0.8.0)
|
typhoeus (= 0.8.0)
|
||||||
uglifier (= 2.7.2)
|
uglifier (= 2.7.2)
|
||||||
unicorn (= 4.9.0)
|
unicorn (= 5.0.1)
|
||||||
uuid (= 2.3.8)
|
uuid (= 2.3.8)
|
||||||
webmock (= 1.22.1)
|
webmock (= 1.22.1)
|
||||||
will_paginate (= 3.0.7)
|
will_paginate (= 3.0.7)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue