mirror of
https://github.com/twbs/bootstrap-sass.git
synced 2022-11-09 12:27:02 -05:00
Switch back to 2.3.1.0 to avoid confusion due to gem pull...
This commit is contained in:
parent
5f09b03933
commit
abf20dae81
1 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ In your Gemfile:
|
|||
|
||||
```ruby
|
||||
gem 'sass-rails', '~> 3.2'
|
||||
gem 'bootstrap-sass', '~> 2.3.1.1'
|
||||
gem 'bootstrap-sass', '~> 2.3.1.0'
|
||||
```
|
||||
|
||||
`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
|
|||
### Bundler?
|
||||
|
||||
```ruby
|
||||
gem 'bootstrap-sass', '~> 2.3.1.1'
|
||||
gem 'bootstrap-sass', '~> 2.3.1.0'
|
||||
```
|
||||
|
||||
Don't use the standard `~> 2.x.y`. Your apps may break.
|
||||
|
|
Loading…
Add table
Reference in a new issue