1
0
Fork 0
mirror of https://github.com/twbs/bootstrap-sass.git synced 2022-11-09 12:27:02 -05:00

fixed typo in gemfile doc

This commit is contained in:
Damien Cavaillès 2013-09-09 21:39:21 +02:00 committed by Thomas McDonald
parent 08e0c86948
commit 53ea52cd57

View file

@ -7,7 +7,7 @@
In your Gemfile you need to add the `bootstrap-sass` gem, and ensure that the `sass-rails` gem is present - it is added to new Rails applications by default
```ruby
gem 'sass-rails', '=> 3.2' # sass-rails needs to be higher than 3.2
gem 'sass-rails', '>= 3.2' # sass-rails needs to be higher than 3.2
gem 'bootstrap-sass', '~> 2.3.2.1'
```