I forgot how much setup was required to go from a base Ubuntu install to bundling and running ruby things:
“mkmf.rb can’t find header files for ruby” and other header files messages with bundler… new to also install ruby-dev with your ruby package install in Ubuntu
On Ubuntu… need the following:
apt-get install -y ruby ruby-dev make gcc g++