mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Formatting
This commit is contained in:
parent
789643ccdd
commit
9a88a1f810
1 changed files with 8 additions and 2 deletions
|
@ -6,8 +6,14 @@ performance. See my blog for [an overview of Sidekiq 4's higher performance](ht
|
|||
To upgrade cleanly:
|
||||
|
||||
* Upgrade to the latest Sidekiq 3.x.
|
||||
`gem 'sidekiq', '< 4'`
|
||||
Fix any deprecation warnings you see. Then upgrade to 4.0.x.
|
||||
```ruby
|
||||
gem 'sidekiq', '< 4'
|
||||
```
|
||||
* Fix any deprecation warnings you see.
|
||||
* Upgrade to 4.0.x.
|
||||
```ruby
|
||||
gem 'sidekiq', '< 5'
|
||||
```
|
||||
|
||||
## What's New
|
||||
|
||||
|
|
Loading…
Reference in a new issue