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

Use bundle add instead (#5251)

This commit is contained in:
Glauco Custódio 2022-03-21 15:34:43 +00:00 committed by GitHub
parent a8ed20aef7
commit dc3fa27858
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,7 +36,7 @@ Sidekiq 6.0 supports Rails 5.0+ but does not require it.
Installation
-----------------
gem install sidekiq
bundle add sidekiq
Getting Started