You shouldn’t have to install sidekiq
if you did bundle install
. You should run it use bundle exec sidekiq
and it should use the one from the project.
2 Likes
You shouldn’t have to install sidekiq
if you did bundle install
. You should run it use bundle exec sidekiq
and it should use the one from the project.