commit
d8e264231e
3 changed files with 12 additions and 4 deletions
|
|
@ -1,5 +1,13 @@
|
|||
# Head
|
||||
|
||||
## Major Sidekiq update
|
||||
This release includes a major upgrade of the background processing system Sidekiq. To upgrade cleanly:
|
||||
|
||||
1. Stop diaspora*
|
||||
2. Run `RAILS_ENV=production bundle exec sidekiq` and wait 5-10 minutes, then stop it again (hit `CTRL+C`)
|
||||
3. Do a normal upgrade of diaspora*
|
||||
4. Start diaspora*
|
||||
|
||||
## Rails 4 - Manual action required
|
||||
Please edit `config/initializers/secret_token.rb`, replacing `secret_token` with
|
||||
`secret_key_base`.
|
||||
|
|
|
|||
2
Gemfile
2
Gemfile
|
|
@ -29,7 +29,7 @@ gem 'simple_captcha2', '0.3.2', :require => 'simple_captcha'
|
|||
|
||||
# Background processing
|
||||
|
||||
gem 'sidekiq', '2.17.7'
|
||||
gem 'sidekiq', '3.2.2'
|
||||
gem 'sinatra', '1.3.3'
|
||||
|
||||
# Compression
|
||||
|
|
|
|||
|
|
@ -426,9 +426,9 @@ GEM
|
|||
multi_json (~> 1.0)
|
||||
rubyzip (~> 1.0)
|
||||
websocket (~> 1.0.4)
|
||||
sidekiq (2.17.7)
|
||||
sidekiq (3.2.2)
|
||||
celluloid (>= 0.15.2)
|
||||
connection_pool (>= 1.0.0)
|
||||
connection_pool (>= 2.0.0)
|
||||
json
|
||||
redis (>= 3.0.6)
|
||||
redis-namespace (>= 1.3.1)
|
||||
|
|
@ -574,7 +574,7 @@ DEPENDENCIES
|
|||
ruby-oembed (= 0.8.10)
|
||||
sass-rails (= 4.0.3)
|
||||
selenium-webdriver (= 2.42.0)
|
||||
sidekiq (= 2.17.7)
|
||||
sidekiq (= 3.2.2)
|
||||
simple_captcha2 (= 0.3.2)
|
||||
sinatra (= 1.3.3)
|
||||
sinon-rails (= 1.10.3)
|
||||
|
|
|
|||
Loading…
Reference in a new issue