Skip to content

Commit

Permalink
Added dependencies for tmpdir
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Dec 2, 2020
1 parent 10d6a27 commit f8435f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/tmpdir.gemspec
Expand Up @@ -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

0 comments on commit f8435f4

Please sign in to comment.