mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Added dependencies for tmpdir
This commit is contained in:
parent
10d6a27334
commit
f8435f424b
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue