For a Rails4 application I want to use different version of bootstrap-sass gem (I have two different layouts, one is Bootstrap 2.3.2 and the other is Bootstrap 3).
The only way I can think is create custom groups at the gemfile, and requiring a specific gem at specific controller actions. Is that possible?