Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap-sass.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Harward <trisweb@gmail.com>2013-06-10 16:53:42 +0400
committerTristan Harward <trisweb@gmail.com>2013-06-10 16:53:42 +0400
commitf6d96d164c5130a63f21c873b3052a66e3f5ed0e (patch)
tree5e22780c8081096c9b95c8536bf93e81f2b73b73
parent5f14af5be6aed941810697df52ac140d4a59ec55 (diff)
Update references to 2.3.2v2.3.2.0
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 9b36cad3..1ec1cdc1 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ In your Gemfile:
```ruby
gem 'sass-rails', '~> 3.2'
-gem 'bootstrap-sass', '~> 2.3.1.3'
+gem 'bootstrap-sass', '~> 2.3.2'
```
`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.3'
+gem 'bootstrap-sass', '~> 2.3.2'
```
Don't use the standard `~> 2.x.y`. Your apps may break.