I create a new rails project,and add
gem \'bootstrap-sass\'
to my Gemfile, then I run bundle install and every things going good.
bundle install
https://github.com/rails/sass-rails needs to be there in your Gemfile.
gem 'sass-rails', '~> 3.1' gem 'bootstrap-sass', '~> 2.0.1'