I\'m trying to install ruby on rails with rails installer. When I use \"rails new blog\" to get my feet wet on starting the web page, I keep getting a build error to build a nat
I solve it by using this:
gem 'bootsnap', require: false
source: https://stackoverflow.com/a/56275766/534600