mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
5 lines
212 B
Ruby
5 lines
212 B
Ruby
if defined?(Capistrano::VERSION) && Gem::Version.new(Capistrano::VERSION).release >= Gem::Version.new('3.0.0')
|
|
load File.expand_path("../tasks/sidekiq.rake", __FILE__)
|
|
else
|
|
require_relative 'capistrano2'
|
|
end
|