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:
parent
08e0c86948
commit
53ea52cd57
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue