Created
June 4, 2014 02:33
-
-
Save jalquisola/9b69e7468b826e81bd7a to your computer and use it in GitHub Desktop.
LoadError: cannot load such file -- sidekiq/capistrano for sidekiq >= 3.0
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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