Skip to content

Instantly share code, notes, and snippets.

@jalquisola
Created June 4, 2014 02:33
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jalquisola/9b69e7468b826e81bd7a to your computer and use it in GitHub Desktop.
Save jalquisola/9b69e7468b826e81bd7a to your computer and use it in GitHub Desktop.
LoadError: cannot load such file -- sidekiq/capistrano for sidekiq >= 3.0
#Add gem into Gemfile and do bundle install
gem "capistrano-sidekiq"
#replace "require 'sidekiq/capistrano'" in Capfile
require 'capistrano/sidekiq'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment