We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
smith uses gdbm which needs to be compiled in to ruby. There is a gdbm gem which uses ffi but it hasn't been updated for a long time.
smith
gdbm
To compile ruby with gdbm you need to install (Debian or something similar for the other distros):
libgdbm-dev
and then recompile Ruby.