Skip to content

Commit bce3b51

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 5cffe13 commit bce3b51

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)
@@ -233,6 +233,14 @@ GEM
233233
sprockets (>= 2.8, < 4.0)
234234
sprockets-rails (>= 2.0, < 4.0)
235235
tilt (>= 1.1, < 3)
236+
sassc (2.4.0)
237+
ffi (~> 1.9)
238+
sassc-rails (2.1.2)
239+
railties (>= 4.0.0)
240+
sassc (>= 2.0)
241+
sprockets (> 3.0)
242+
sprockets-rails
243+
tilt
236244
spring (2.1.1)
237245
spring-watcher-listen (2.0.1)
238246
listen (>= 2.7, < 4.0)
@@ -271,7 +279,7 @@ PLATFORMS
271279
DEPENDENCIES
272280
Smith_View_Tool!
273281
bootsnap (>= 1.1.0)
274-
bootstrap (~> 4.0.0.alpha6)
282+
bootstrap (~> 4.3.1)
275283
byebug
276284
carrierwave (~> 2.1)
277285
carrierwave-aws (~> 1.5)

0 commit comments

Comments
 (0)