Added dependencies for pp

This commit is contained in:
Hiroshi SHIBATA 2020-12-01 21:19:39 +09:00
parent 56141d38a3
commit c364865bdf
No known key found for this signature in database
GPG Key ID: F9CF13417264FAC2
1 changed files with 2 additions and 0 deletions

View File

@ -19,4 +19,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 "prettyprint"
end