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 0.0.7.2 succeeds before bundling
. I have not gotten this error before while installing other gems, but only when I try and install gem stripe
(which is used for receiving user payments and such).
Could someone explain what could be causing this kind of problem. All help is greatly appreciated.
Thanks, -Aaron
EDIT
What I did to solve my problems was updating all of my gems to their current and latest version. Then when I ran bundle install --without production
everything seemed to install perfectly fine after that.