Open adrianodennanni opened 6 years ago
This happens when trying to run Diffy on docker ruby Alpine Linux image:
/ # gem install diffy Fetching: diffy-3.2.0.gem (100%) Successfully installed diffy-3.2.0 1 gem installed / # irb irb(main):001:0> require 'diffy' => true irb(main):002:0> Diffy::Diff.new("Hello!\n","Hallo!\n").to_s(:text) => ""
Diffy works well on other Ruby docker images, such as default Ruby.
loos at solution here https://github.com/samg/diffy/issues/86#issuecomment-306061670
try this https://github.com/samg/diffy/pull/95
This happens when trying to run Diffy on docker ruby Alpine Linux image:
Diffy works well on other Ruby docker images, such as default Ruby.