Skip to content

Commit 089bb8e

Browse files
committed
deps: declare parselt — the ISC parser's runtime dependency
The parser requires parselt but it was never declared; it only worked where parselt happened to be installed. Declared in the gemspec (~> 2.0, no transitive deps).
1 parent 9b050da commit 089bb8e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

interscript.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,5 @@ Gem::Specification.new do |spec|
3535
spec.add_dependency "thor"
3636
spec.add_dependency "interscript-maps", "~> #{Interscript::VERSION.split(".")[0, 2].join(".")}.0a"
3737
spec.add_dependency "text"
38+
spec.add_dependency "parselt", "~> 2.0"
3839
end

0 commit comments

Comments
 (0)