Added dependencies for tmpdir

This commit is contained in:
Hiroshi SHIBATA 2020-12-01 21:23:04 +09:00
parent 10d6a27334
commit f8435f424b
No known key found for this signature in database
GPG Key ID: F9CF13417264FAC2

View File

@ -21,4 +21,6 @@ Gem::Specification.new do |spec|
spec.bindir = "exe"
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]
spec.add_dependency "fileutils"
end