anjlab / bootstrap-rails

Twitter Bootstrap CSS (with Sass flavour) and JS toolkits for Rails 3 projects
https://github.com/anjlab/bootstrap-rails
729 stars 96 forks source link

Use pessimistic operator in README.txt #82

Closed bolandrm closed 10 years ago

bolandrm commented 10 years ago

I propose changing the Gemfile operator in the README from >= to ~>.

Bootstrap changes significantly from version to version. When, for example, Bootstrap 4 comes out, anyone who is using >= and runs bundle update will have issues.

For further argument in favor of the pessimistic operator please see: http://yehudakatz.com/2010/08/21/using-considered-harmful-or-whats-wrong-with/