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:
authorGleb Mazovetskiy <glex.spb@gmail.com>2018-12-14 15:16:02 +0300
committerGleb Mazovetskiy <glex.spb@gmail.com>2018-12-14 15:16:04 +0300
commitbb7dbf8af72b455b51936bc07e51efcaf6220bcc (patch)
treec7aa92ad97e87fcce97d113d001651f24c27b6e0 /README.md
parent3c126b3d9616bc07b6d976f8aee7ad662bd8013a (diff)
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index de0cfe6c..f2762cf4 100644
--- a/README.md
+++ b/README.md
@@ -23,8 +23,8 @@ 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.7'
-gem 'sassc-rails', '>= 1.3.0'
+gem 'bootstrap-sass', '~> 3.4.0'
+gem 'sassc-rails', '>= 2.0.0'
```
`bundle install` and restart your server to make the files available through the pipeline.