Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Diffy doesn't work on docker ruby Alpine Linux image #94

Open
adrianodennanni opened this issue Mar 13, 2018 · 2 comments
Open

Diffy doesn't work on docker ruby Alpine Linux image #94

adrianodennanni opened this issue Mar 13, 2018 · 2 comments

Comments

@adrianodennanni
Copy link

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.

@v1ct0r
Copy link

v1ct0r commented Mar 21, 2018

loos at solution here #86 (comment)

@keo64
Copy link
Contributor

keo64 commented Mar 21, 2018

try this #95

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants