1
0
Fork 0
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:
Tristan Harward 2013-04-30 11:51:40 -03:00
parent 5f09b03933
commit abf20dae81

View file

@ -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.