1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00

Formatting

This commit is contained in:
Mike Perham 2015-10-14 16:34:31 -07:00
parent 789643ccdd
commit 9a88a1f810

View file

@ -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