I'm trying to install pronto gem and one of its dependency (rugged) is failing to build.
So, trying to run gem install rugged gives me such output https://pastebin.com/m6v2RgQt
I've checked that I have cmake installed and other optional dependencies listed here https://github.com/libgit2/libgit2#optional-dependencies.
My guesses are
1) I'm using rbenv and this somehow can mess with Ruby path
2) My machine configuration
Do you have any thoughts on how to fix this issue?