Skip to content

Commit 4561146

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] <support@github.com>
1 parent 0c18268 commit 4561146

2 files changed

Lines changed: 15 additions & 7 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ gem 'jbuilder', '~> 2.5'
3535

3636
# Reduces boot times through caching; required in config/boot.rb
3737
gem 'bootsnap', '>= 1.1.0', require: false
38-
gem 'bootstrap', '~> 4.0.0.alpha6'
38+
gem 'bootstrap', '~> 4.3.1'
3939
gem 'devise', '~> 4.7', '>= 4.7.2'
4040
gem 'friendly_id', '~> 5.3'
4141
gem 'hirb', '~> 0.7.3'

Gemfile.lock

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ GEM
5151
addressable (2.7.0)
5252
public_suffix (>= 2.0.2, < 5.0)
5353
arel (9.0.0)
54-
autoprefixer-rails (9.8.5)
54+
autoprefixer-rails (9.8.6.1)
5555
execjs
5656
aws-eventstream (1.1.0)
5757
aws-partitions (1.350.0)
@@ -73,10 +73,10 @@ GEM
7373
bindex (0.8.1)
7474
bootsnap (1.4.6)
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)
@@ -227,6 +227,14 @@ GEM
227227
sprockets (>= 2.8, < 4.0)
228228
sprockets-rails (>= 2.0, < 4.0)
229229
tilt (>= 1.1, < 3)
230+
sassc (2.4.0)
231+
ffi (~> 1.9)
232+
sassc-rails (2.1.2)
233+
railties (>= 4.0.0)
234+
sassc (>= 2.0)
235+
sprockets (> 3.0)
236+
sprockets-rails
237+
tilt
230238
spring (2.1.0)
231239
spring-watcher-listen (2.0.1)
232240
listen (>= 2.7, < 4.0)
@@ -265,7 +273,7 @@ PLATFORMS
265273
DEPENDENCIES
266274
Smith_View_Tool!
267275
bootsnap (>= 1.1.0)
268-
bootstrap (~> 4.0.0.alpha6)
276+
bootstrap (~> 4.3.1)
269277
byebug
270278
carrierwave (~> 2.1)
271279
carrierwave-aws (~> 1.5)

0 commit comments

Comments
 (0)