I am using bootstrap gem in my project.
gem 'twitter-bootstrap-rails'
The bootstrap version that i have now is
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
I need to upgrade to latest bootstrap version.
It seems like the bootstrap version is not updated in the gem (https://github.com/seyhunak/twitter-bootstrap-rails/blob/master/app/assets/stylesheets/twitter-bootstrap-static/bootstrap.css.erb).
How can i upgrade the version in my application?