bump unicorn
This commit is contained in:
parent
9be498bce8
commit
b1c9cec265
2 changed files with 5 additions and 5 deletions
2
Gemfile
2
Gemfile
|
|
@ -4,7 +4,7 @@ gem 'rails', '3.2.16'
|
|||
|
||||
# Appserver
|
||||
|
||||
gem 'unicorn', '4.6.3', :require => false
|
||||
gem 'unicorn', '4.8.0', :require => false
|
||||
|
||||
# API and JSON
|
||||
|
||||
|
|
|
|||
|
|
@ -199,7 +199,7 @@ GEM
|
|||
kaminari (0.14.1)
|
||||
actionpack (>= 3.0.0)
|
||||
activesupport (>= 3.0.0)
|
||||
kgio (2.8.0)
|
||||
kgio (2.8.1)
|
||||
listen (1.2.2)
|
||||
rb-fsevent (>= 0.9.3)
|
||||
rb-inotify (>= 0.9)
|
||||
|
|
@ -316,7 +316,7 @@ GEM
|
|||
rake (>= 0.8.7)
|
||||
rdoc (~> 3.4)
|
||||
thor (>= 0.14.6, < 2.0)
|
||||
raindrops (0.11.0)
|
||||
raindrops (0.12.0)
|
||||
rake (10.1.1)
|
||||
rb-fsevent (0.9.3)
|
||||
rb-inotify (0.9.0)
|
||||
|
|
@ -408,7 +408,7 @@ GEM
|
|||
uglifier (2.1.2)
|
||||
execjs (>= 0.3.0)
|
||||
multi_json (~> 1.0, >= 1.0.2)
|
||||
unicorn (4.6.3)
|
||||
unicorn (4.8.0)
|
||||
kgio (~> 2.6)
|
||||
rack
|
||||
raindrops (~> 0.7)
|
||||
|
|
@ -506,7 +506,7 @@ DEPENDENCIES
|
|||
twitter (= 4.8.1)
|
||||
typhoeus (= 0.6.7)
|
||||
uglifier (= 2.1.2)
|
||||
unicorn (= 4.6.3)
|
||||
unicorn (= 4.8.0)
|
||||
webmock (= 1.13.0)
|
||||
will_paginate (= 3.0.4)
|
||||
zip-zip
|
||||
|
|
|
|||
Loading…
Reference in a new issue