Added dependencies for erb

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

View File

@ -19,4 +19,6 @@ Gem::Specification.new do |spec|
spec.bindir = "libexec"
spec.executables = ["erb"]
spec.require_paths = ["lib"]
spec.add_dependency "cgi"
end