Right now my bootstrap css version is v2.3.2 with following gem
gem 'bootstrap-sass', '~> 2.3.2.1'
I tried to upgrade it by using following configuration
gem 'bootstrap-sass', git: 'https://github.com/thomas-mcdonald/bootstrap-sass.git', branch: '3'
But after restarting the server and everything the version remained the same
So I tried bundle exec rake convert
, maybe it could fix the problem
But it kept throwing
Don't know how to build task 'convert'
So does anyone have any idea how to implement bootstrap v3 into my rails project ??