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
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'
This for sqlite.
gem 'sqlite3', git: "https://github.com/larskanis/sqlite3-ruby", branch: "add-gemspec"
Bootsnap 2.3.3 I could not run it and upgraded the version of ruby. If you download Ruby + Devkit 2.5.5-1 (x64) from the link below, I hope that the problem will improve. Ruby 2.5.5