I made a rails project with,
rails new test_bootstrap.
succeeded.
moved to the project dir and added the gems
gem \
In my case I resolved this situation by requiring 'mini_racer', '~> 0.2.6' in my Gemfile
'mini_racer', '~> 0.2.6'
Then bundle install command worked.