I made a rails project with,
rails new test_bootstrap.
succeeded.
moved to the project dir and added the gems
gem \
Resolved libv8 3.16.14.7 issue using below command:
3.16.14.7
gem install libv8 -v '3.16.14.7' -- --with-system-v8
And then bundle install successfully completed.
bundle install