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:
authorDima Mescheryakov <dima.mescheryakov@gmail.com>2017-11-01 19:04:01 +0300
committerDima Mescheryakov <dima.mescheryakov@gmail.com>2017-11-01 19:04:01 +0300
commitb9d2bd4f3851d639d35e85d4369ac7dd05b3720d (patch)
tree6022b17b500e6e37d56d2561f85ba0b0503ad742
parent9766e0321371e091c8af8251750dc5e7606e0005 (diff)
Update bootstrap-sass version in README.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index f54f5edb..7e0e096b 100644
--- a/README.md
+++ b/README.md
@@ -24,7 +24,7 @@ Please see the appropriate guide for your environment of choice:
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.
```ruby
-gem 'bootstrap-sass', '~> 3.3.6'
+gem 'bootstrap-sass', '~> 3.3.7'
gem 'sass-rails', '>= 3.2'
```