Skip to content

Commit f6d96d1

Browse files
committed
Update references to 2.3.2
1 parent 5f14af5 commit f6d96d1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ In your Gemfile:
1414

1515
```ruby
1616
gem 'sass-rails', '~> 3.2'
17-
gem 'bootstrap-sass', '~> 2.3.1.3'
17+
gem 'bootstrap-sass', '~> 2.3.2'
1818
```
1919

2020
`bundle install` and restart your server to make the files available.
@@ -123,7 +123,7 @@ Basically this means you should expect to append a separate patch version to the
123123
### Bundler?
124124

125125
```ruby
126-
gem 'bootstrap-sass', '~> 2.3.1.3'
126+
gem 'bootstrap-sass', '~> 2.3.2'
127127
```
128128

129129
Don't use the standard `~> 2.x.y`. Your apps may break.

0 commit comments

Comments
 (0)