So when I try running bundle install --without production it tells me that I am getting an error and that I need to Make sure that gem install unf_ext -v
bundle install --without production
Make sure that gem install unf_ext -v
I resolved this issue by upgrading bundler. Simply run:
gem install bundler
which fetches the latest bundler. Then, Try running:
bundle install