I try to run my rails c
but for some reason, I get this error:
https://gist.github.com/anonymous/166713e8cde860fb188a8dffb98a1563
ᐅ rails c
i was having the same type of issue but it was due to the fact that my awk was linked to gawk leading to using the wrong lib
this worked for me
brew unlink gawk
Just recompiled ruby version using updated readline from homebrew and it works like a charm.
rbenv install $(rbenv version-name)