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>2019-02-13 21:57:00 +0300
committerGleb Mazovetskiy <glex.spb@gmail.com>2019-02-13 21:57:51 +0300
commit143aa6ad684f0e990ea93ce8ff788427e52df1b5 (patch)
treefcae0df4c8136c27644f90abcf0792882bbd41e5 /README.md
parent69157ce76df1ccff394803811e582979cda4a993 (diff)
Bump bootstrap-sass to 3.4.1
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 f2762cf4..288f1036 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.4.0'
-gem 'sassc-rails', '>= 2.0.0'
+gem 'bootstrap-sass', '~> 3.4.1'
+gem 'sassc-rails', '>= 2.1.0'
```
`bundle install` and restart your server to make the files available through the pipeline.