JoeCode

Bundle unable to install GDBM Gem

Jun 06, 2024

Explicitly instruct Bundle where GDBM is installed on your system.

brew install gdbm
bundle config build.gdbm --with-gdbm-dir=/opt/homebrew/Cellar/gdbm/1.23
bundle install
...