Bump unicorn
This commit is contained in:
parent
126062d721
commit
99474d8cfa
2 changed files with 4 additions and 4 deletions
2
Gemfile
2
Gemfile
|
|
@ -8,7 +8,7 @@ gem "responders", "2.3.0"
|
||||||
|
|
||||||
# Appserver
|
# Appserver
|
||||||
|
|
||||||
gem "unicorn", "5.2.0", require: false
|
gem "unicorn", "5.3.0", require: false
|
||||||
gem "unicorn-worker-killer", "0.4.4"
|
gem "unicorn-worker-killer", "0.4.4"
|
||||||
|
|
||||||
# Federation
|
# Federation
|
||||||
|
|
|
||||||
|
|
@ -565,7 +565,7 @@ GEM
|
||||||
thor (>= 0.18.1, < 2.0)
|
thor (>= 0.18.1, < 2.0)
|
||||||
rainbow (2.2.2)
|
rainbow (2.2.2)
|
||||||
rake
|
rake
|
||||||
raindrops (0.17.0)
|
raindrops (0.18.0)
|
||||||
rake (12.0.0)
|
rake (12.0.0)
|
||||||
rb-fsevent (0.9.8)
|
rb-fsevent (0.9.8)
|
||||||
rb-inotify (0.9.8)
|
rb-inotify (0.9.8)
|
||||||
|
|
@ -715,7 +715,7 @@ GEM
|
||||||
unf_ext
|
unf_ext
|
||||||
unf_ext (0.0.7.2)
|
unf_ext (0.0.7.2)
|
||||||
unicode-display_width (1.1.3)
|
unicode-display_width (1.1.3)
|
||||||
unicorn (5.2.0)
|
unicorn (5.3.0)
|
||||||
kgio (~> 2.6)
|
kgio (~> 2.6)
|
||||||
raindrops (~> 0.7)
|
raindrops (~> 0.7)
|
||||||
unicorn-worker-killer (0.4.4)
|
unicorn-worker-killer (0.4.4)
|
||||||
|
|
@ -889,7 +889,7 @@ DEPENDENCIES
|
||||||
twitter-text (= 1.14.5)
|
twitter-text (= 1.14.5)
|
||||||
typhoeus (= 1.1.2)
|
typhoeus (= 1.1.2)
|
||||||
uglifier (= 3.1.2)
|
uglifier (= 3.1.2)
|
||||||
unicorn (= 5.2.0)
|
unicorn (= 5.3.0)
|
||||||
unicorn-worker-killer (= 0.4.4)
|
unicorn-worker-killer (= 0.4.4)
|
||||||
uuid (= 2.3.8)
|
uuid (= 2.3.8)
|
||||||
versionist (= 1.5.0)
|
versionist (= 1.5.0)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue