Skip to content

Commit

Permalink
lock pandoc-ruby to 2.1.4
Browse files Browse the repository at this point in the history
Version >= 2.1.5 always quote arguments, which leads to Open3 via
Kernel.spawn to use sh, which leads to a RuntimeError instead of ENOENT
when pandoc is not found.

xwmx/pandoc-ruby@ca94f25
  • Loading branch information
cfillion committed Apr 7, 2024
1 parent 8e5d723 commit 4a1206c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reapack-index.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency 'gitable', '~> 0.3'
spec.add_runtime_dependency 'metaheader', '~> 2.0'
spec.add_runtime_dependency 'nokogiri', '~> 1.7'
spec.add_runtime_dependency 'pandoc-ruby', '~> 2.0'
spec.add_runtime_dependency 'pandoc-ruby', '2.1.4'
spec.add_runtime_dependency 'rugged', '~> 1.0'
spec.add_runtime_dependency 'stable_sort', '~> 1.1'
end

0 comments on commit 4a1206c

Please sign in to comment.