Skip to content

Commit 51486a8

Browse files
authored
Merge pull request twbs#1145 from zhublik/readme
Update bootstrap-sass version in README.
2 parents 9766e03 + b9d2bd4 commit 51486a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Please see the appropriate guide for your environment of choice:
2424
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.
2525

2626
```ruby
27-
gem 'bootstrap-sass', '~> 3.3.6'
27+
gem 'bootstrap-sass', '~> 3.3.7'
2828
gem 'sass-rails', '>= 3.2'
2929
```
3030

0 commit comments

Comments
 (0)