mirror of
https://github.com/internetee/registry.git
synced 2025-06-11 15:14:47 +02:00
Update bootstrap-sass
gem
Fixes CVE-2019-8331 https://nvd.nist.gov/vuln/detail/CVE-2019-8331
This commit is contained in:
parent
baa7beb51e
commit
0f718af3f2
2 changed files with 9 additions and 6 deletions
2
Gemfile
2
Gemfile
|
@ -33,7 +33,7 @@ gem 'haml-rails', '0.9.0' # haml for views
|
||||||
gem 'nokogiri'
|
gem 'nokogiri'
|
||||||
|
|
||||||
# style
|
# style
|
||||||
gem 'bootstrap-sass', '3.3.5.1' # bootstrap style
|
gem 'bootstrap-sass', '~> 3.4'
|
||||||
gem 'sass-rails', '5.0.6' # sass style
|
gem 'sass-rails', '5.0.6' # sass style
|
||||||
|
|
||||||
# js
|
# js
|
||||||
|
|
13
Gemfile.lock
13
Gemfile.lock
|
@ -111,16 +111,16 @@ GEM
|
||||||
actionpack
|
actionpack
|
||||||
activesupport (>= 3.0.0)
|
activesupport (>= 3.0.0)
|
||||||
rspec
|
rspec
|
||||||
autoprefixer-rails (6.7.7.1)
|
autoprefixer-rails (9.4.8)
|
||||||
execjs
|
execjs
|
||||||
axiom-types (0.1.1)
|
axiom-types (0.1.1)
|
||||||
descendants_tracker (~> 0.0.4)
|
descendants_tracker (~> 0.0.4)
|
||||||
ice_nine (~> 0.11.0)
|
ice_nine (~> 0.11.0)
|
||||||
thread_safe (~> 0.3, >= 0.3.1)
|
thread_safe (~> 0.3, >= 0.3.1)
|
||||||
bcrypt (3.1.11)
|
bcrypt (3.1.11)
|
||||||
bootstrap-sass (3.3.5.1)
|
bootstrap-sass (3.4.1)
|
||||||
autoprefixer-rails (>= 5.0.0.1)
|
autoprefixer-rails (>= 5.2.1)
|
||||||
sass (>= 3.3.0)
|
sassc (>= 2.0.0)
|
||||||
builder (3.2.3)
|
builder (3.2.3)
|
||||||
bullet (4.14.7)
|
bullet (4.14.7)
|
||||||
activesupport (>= 3.0.0)
|
activesupport (>= 3.0.0)
|
||||||
|
@ -368,6 +368,9 @@ GEM
|
||||||
sprockets (>= 2.8, < 4.0)
|
sprockets (>= 2.8, < 4.0)
|
||||||
sprockets-rails (>= 2.0, < 4.0)
|
sprockets-rails (>= 2.0, < 4.0)
|
||||||
tilt (>= 1.1, < 3)
|
tilt (>= 1.1, < 3)
|
||||||
|
sassc (2.0.0)
|
||||||
|
ffi (~> 1.9.6)
|
||||||
|
rake
|
||||||
savon (2.11.1)
|
savon (2.11.1)
|
||||||
akami (~> 1.2)
|
akami (~> 1.2)
|
||||||
builder (>= 2.1.2)
|
builder (>= 2.1.2)
|
||||||
|
@ -448,7 +451,7 @@ DEPENDENCIES
|
||||||
activerecord-import (= 0.7.0)
|
activerecord-import (= 0.7.0)
|
||||||
airbrake
|
airbrake
|
||||||
autodoc
|
autodoc
|
||||||
bootstrap-sass (= 3.3.5.1)
|
bootstrap-sass (~> 3.4)
|
||||||
bullet (= 4.14.7)
|
bullet (= 4.14.7)
|
||||||
cancancan (= 1.11.0)
|
cancancan (= 1.11.0)
|
||||||
capybara
|
capybara
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue