Bump bootstrap-sass to 3.4.1

This commit is contained in:
Gleb Mazovetskiy 2019-02-13 18:57:00 +00:00
parent 69157ce76d
commit 143aa6ad68
4 changed files with 5 additions and 5 deletions

View File

@ -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. 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 ```ruby
gem 'bootstrap-sass', '~> 3.4.0' gem 'bootstrap-sass', '~> 3.4.1'
gem 'sassc-rails', '>= 2.0.0' gem 'sassc-rails', '>= 2.1.0'
``` ```
`bundle install` and restart your server to make the files available through the pipeline. `bundle install` and restart your server to make the files available through the pipeline.

View File

@ -32,5 +32,5 @@
"dependencies": { "dependencies": {
"jquery": "1.9.1 - 3" "jquery": "1.9.1 - 3"
}, },
"version": "3.4.0" "version": "3.4.1"
} }

View File

@ -1,4 +1,4 @@
module Bootstrap module Bootstrap
VERSION = '3.4.0' VERSION = '3.4.1'
BOOTSTRAP_SHA = '68b0d231a13201eb14acd3dc84e51543d16e5f7e' BOOTSTRAP_SHA = '68b0d231a13201eb14acd3dc84e51543d16e5f7e'
end end

View File

@ -1,6 +1,6 @@
{ {
"name": "bootstrap-sass", "name": "bootstrap-sass",
"version": "3.4.0", "version": "3.4.1",
"description": "bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.", "description": "bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.",
"main": "assets/javascripts/bootstrap.js", "main": "assets/javascripts/bootstrap.js",
"style": "assets/stylesheets/_bootstrap.scss", "style": "assets/stylesheets/_bootstrap.scss",