Merge pull request #8430 from Bo98/lock_file

download_strategy: require lock_file
This commit is contained in:
Bo Anderson 2020-08-21 20:54:27 +01:00 committed by GitHub
commit 11a8ed79a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,7 @@ require "time"
require "unpack_strategy"
require "lazy_object"
require "cgi"
require "lock_file"
require "mechanize/version"
require "mechanize/http/content_disposition_parser"