I made a rails project with,
rails new test_bootstrap.
succeeded.
moved to the project dir and added the gems
gem \
Other workaround to fix the problem is to separate them in the Gemfile
group :production do gem 'libv8', '~> 3.11.8.3' gem 'therubyracer', :platform => :ruby end
And then run the bundle command: bundle install --without production