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 had the same bundle install problem using Rails 5.2.3 , ruby 2.3. Found a recent post from AngelofDawn that worked for me: Change the bootsnap gem in your gemfile to
gem 'bootsnap', '=1.4.1', require: false
Getting error (exit code 2) for bootsnap, not allowing to set up Rails Server.
Still looking for the 'why'