Sass::SyntaxError: File to import not found or unreadable: bootstrap-sprockets

Solution 1:

After making changes to Gemfile, do not forget to restart the server with rails s

Restarting the rails server worked like a charm! :D

Solution 2:

I solved this issue by upgrading bootstrap-sass

gem 'bootstrap-sass', '3.2.0.2'