I am trying to upgrade the twitter-bootstrap-rails
gem version from 2.2.8 version to 3.2.2 version
since 2.2.8 has vulnerabilities.
But while upgrading the gem version it is breaking the UI styles everywhere in the application nav-bar, search, and modal box, etc.
I followed the steps given in the official documentation
by running this command rails generate bootstrap:install less
after doing the bundle install.
Is there any other configurations that we need to change other than this? I thought it will be a simple gem upgrade but not sure where things are going wrong.
Any help would be appreciated. Thanks.