Skip to content

Commit d48cf81

Browse files
Bump bootstrap from 4.0.0 to 4.3.1
Bumps [bootstrap](https://github.com/twbs/bootstrap-rubygem) from 4.0.0 to 4.3.1. - [Release notes](https://github.com/twbs/bootstrap-rubygem/releases) - [Changelog](https://github.com/twbs/bootstrap-rubygem/blob/master/CHANGELOG.md) - [Commits](twbs/bootstrap-rubygem@v4.0.0...v4.3.1) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0a48a11 commit d48cf81

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ gem 'coffee-rails', '~> 4.2'
1212
gem 'turbolinks', '~> 5'
1313
gem 'jbuilder', '~> 2.5'
1414
gem 'bootsnap', '>= 1.1.0', require: false
15-
gem 'bootstrap', '~> 4.0.0.alpha6'
15+
gem 'bootstrap', '~> 4.3.1'
1616
gem 'devise', '~> 4.7', '>= 4.7.2'
1717
gem 'friendly_id', '~> 5.3'
1818
gem 'hirb', '~> 0.7.3'

Gemfile.lock

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,10 @@ GEM
7373
bindex (0.8.1)
7474
bootsnap (1.5.1)
7575
msgpack (~> 1.0)
76-
bootstrap (4.0.0)
77-
autoprefixer-rails (>= 6.0.3)
78-
popper_js (>= 1.12.9, < 2)
79-
sass (>= 3.5.2)
76+
bootstrap (4.3.1)
77+
autoprefixer-rails (>= 9.1.0)
78+
popper_js (>= 1.14.3, < 2)
79+
sassc-rails (>= 2.0.0)
8080
builder (3.2.4)
8181
byebug (11.1.3)
8282
carrierwave (2.1.0)
@@ -251,6 +251,14 @@ GEM
251251
sprockets (>= 2.8, < 4.0)
252252
sprockets-rails (>= 2.0, < 4.0)
253253
tilt (>= 1.1, < 3)
254+
sassc (2.4.0)
255+
ffi (~> 1.9)
256+
sassc-rails (2.1.2)
257+
railties (>= 4.0.0)
258+
sassc (>= 2.0)
259+
sprockets (> 3.0)
260+
sprockets-rails
261+
tilt
254262
sawyer (0.8.2)
255263
addressable (>= 2.3.5)
256264
faraday (> 0.8, < 2.0)
@@ -295,7 +303,7 @@ PLATFORMS
295303
DEPENDENCIES
296304
Smith_View_Tool!
297305
bootsnap (>= 1.1.0)
298-
bootstrap (~> 4.0.0.alpha6)
306+
bootstrap (~> 4.3.1)
299307
byebug
300308
carrierwave (~> 2.1)
301309
carrierwave-aws (~> 1.5)

0 commit comments

Comments
 (0)