mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Communicate minimum Sidekiq version in its adapter
This commit is contained in:
parent
a168949736
commit
13c786f5a7
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
gem "sidekiq", ">= 4.1.0"
|
||||
require "sidekiq"
|
||||
|
||||
module ActiveJob
|
||||
|
|
Loading…
Reference in a new issue