I\'m a new to Ruby world and I need to clone an existing project.
The instructions are:
source .env.development bundle install
But it f
These steps worked for me (source)
brew install libxml2 bundle config --global build.libxml-ruby --with-xml2-config="$(brew --prefix libxml2)/bin/xml2-config"
then bundle install worked as expected
bundle install