Skip to content
This repository has been archived by the owner on Jun 28, 2020. It is now read-only.

🚨 [security] Upgrade bootstrap: 4.1.3 → 4.3.1 (minor) #62

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ gem 'pundit'
# Frontend
gem 'active_link_to'
gem 'administrate'
gem 'bootstrap', '~> 4.1.3'
gem 'bootstrap', '~> 4.3.1'
gem 'haml-rails'
gem 'sass-rails', '~> 5.0'
gem 'turbolinks', '~> 5'
Expand Down
31 changes: 20 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -70,16 +70,16 @@ GEM
io-like (~> 0.3.0)
arel (9.0.0)
ast (2.4.0)
autoprefixer-rails (9.2.1)
autoprefixer-rails (9.5.1)
execjs
bcrypt (3.1.12)
bindex (0.5.0)
bootsnap (1.3.2)
msgpack (~> 1.0)
bootstrap (4.1.3)
autoprefixer-rails (>= 6.0.3)
popper_js (>= 1.12.9, < 2)
sass (>= 3.5.2)
bootstrap (4.3.1)
autoprefixer-rails (>= 9.1.0)
popper_js (>= 1.14.3, < 2)
sassc-rails (>= 2.0.0)
brakeman (4.3.1)
builder (3.2.3)
bundle-audit (0.1.0)
Expand Down Expand Up @@ -129,7 +129,7 @@ GEM
connection_pool (~> 2.2, >= 2.2.1)
faraday (0.15.3)
multipart-post (>= 1.2, < 3)
ffi (1.9.25)
ffi (1.10.0)
formatador (0.2.5)
globalid (0.4.1)
activesupport (>= 4.2.0)
Expand Down Expand Up @@ -246,7 +246,7 @@ GEM
parser (2.5.1.2)
ast (~> 2.4.0)
pg (1.1.3)
popper_js (1.14.3)
popper_js (1.14.5)
powerpack (0.1.2)
pry (0.11.3)
coderay (~> 1.1.0)
Expand Down Expand Up @@ -288,8 +288,8 @@ GEM
rainbow (3.0.0)
rake (12.3.1)
rb-fsevent (0.10.3)
rb-inotify (0.9.10)
ffi (>= 0.5.0, < 2)
rb-inotify (0.10.0)
ffi (~> 1.0)
regexp_parser (1.2.0)
responders (2.4.0)
actionpack (>= 4.2.0, < 5.3)
Expand All @@ -308,7 +308,7 @@ GEM
sexp_processor (~> 4.9)
rubyzip (1.2.2)
safe_yaml (1.0.4)
sass (3.6.0)
sass (3.7.4)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
Expand All @@ -319,6 +319,15 @@ GEM
sprockets (>= 2.8, < 4.0)
sprockets-rails (>= 2.0, < 4.0)
tilt (>= 1.1, < 3)
sassc (2.0.1)
ffi (~> 1.9)
rake
sassc-rails (2.1.0)
railties (>= 4.0.0)
sassc (>= 2.0)
sprockets (> 3.0)
sprockets-rails
tilt
sawyer (0.8.1)
addressable (>= 2.3.5, < 2.6)
faraday (~> 0.8, < 1.0)
Expand Down Expand Up @@ -384,7 +393,7 @@ DEPENDENCIES
active_link_to
administrate
bootsnap (>= 1.1.0)
bootstrap (~> 4.1.3)
bootstrap (~> 4.3.1)
brakeman
bundle-audit
cane
Expand Down