1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00

require 'fcntl'

This commit is contained in:
bakaneko 2016-02-23 18:36:25 +09:00
parent 965d08e9f3
commit c23038b852

View file

@ -1,5 +1,6 @@
require 'time'
require 'logger'
require 'fcntl'
module Sidekiq
module Logging