I\'m attempting to do a bundle update on my rails application but I get the following error:
bundle update
Installing ffi (1.0.11) with native extensions Unfo
For me I just didn't have gcc installed, solve in Ubuntu by:
sudo apt install build-essential