Skip to content

Commit 6d7433c

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 50b7a7f commit 6d7433c

File tree

2 files changed

+29
-13
lines changed

2 files changed

+29
-13
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ gem 'jbuilder', '~> 2.5'
2727
# gem 'capistrano-rails', group: :development
2828

2929
# Use bootstrap
30-
gem 'bootstrap', '~> 4.0.0'
30+
gem 'bootstrap', '~> 4.3.1'
3131

3232
# For implement url splug
3333
gem 'friendly_id', '~> 5.1.0'

Gemfile.lock

Lines changed: 28 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@ GEM
3939
minitest (~> 5.1)
4040
tzinfo (~> 1.1)
4141
arel (7.1.4)
42-
autoprefixer-rails (8.6.0)
42+
autoprefixer-rails (9.7.6)
4343
execjs
4444
bindex (0.5.0)
45-
bootstrap (4.0.0)
46-
autoprefixer-rails (>= 6.0.3)
47-
popper_js (>= 1.12.9, < 2)
48-
sass (>= 3.5.2)
45+
bootstrap (4.3.1)
46+
autoprefixer-rails (>= 9.1.0)
47+
popper_js (>= 1.14.3, < 2)
48+
sassc-rails (>= 2.0.0)
4949
builder (3.2.3)
5050
byebug (10.0.2)
5151
coffee-rails (4.2.2)
@@ -59,7 +59,7 @@ GEM
5959
crass (1.0.4)
6060
erubis (2.7.0)
6161
execjs (2.7.0)
62-
ffi (1.9.25)
62+
ffi (1.12.2)
6363
friendly_id (5.1.0)
6464
activerecord (>= 4.0.0)
6565
globalid (0.4.1)
@@ -73,6 +73,7 @@ GEM
7373
rails-dom-testing (>= 1, < 3)
7474
railties (>= 4.2.0)
7575
thor (>= 0.14, < 2.0)
76+
libv8 (3.16.14.19)
7677
listen (3.0.8)
7778
rb-fsevent (~> 0.9, >= 0.9.4)
7879
rb-inotify (~> 0.9, >= 0.9.7)
@@ -89,7 +90,8 @@ GEM
8990
nio4r (2.3.1)
9091
nokogiri (1.8.2)
9192
mini_portile2 (~> 2.3.0)
92-
popper_js (1.12.9)
93+
pg (1.2.3)
94+
popper_js (1.16.0)
9395
puma (3.11.4)
9496
rack (2.0.5)
9597
rack-test (0.6.3)
@@ -119,9 +121,10 @@ GEM
119121
thor (>= 0.18.1, < 2.0)
120122
rake (12.3.1)
121123
rb-fsevent (0.10.3)
122-
rb-inotify (0.9.10)
123-
ffi (>= 0.5.0, < 2)
124-
sass (3.5.6)
124+
rb-inotify (0.10.1)
125+
ffi (~> 1.0)
126+
ref (2.0.0)
127+
sass (3.7.4)
125128
sass-listen (~> 4.0.0)
126129
sass-listen (4.0.0)
127130
rb-fsevent (~> 0.9, >= 0.9.4)
@@ -132,6 +135,14 @@ GEM
132135
sprockets (>= 2.8, < 4.0)
133136
sprockets-rails (>= 2.0, < 4.0)
134137
tilt (>= 1.1, < 3)
138+
sassc (2.3.0)
139+
ffi (~> 1.9)
140+
sassc-rails (2.1.2)
141+
railties (>= 4.0.0)
142+
sassc (>= 2.0)
143+
sprockets (> 3.0)
144+
sprockets-rails
145+
tilt
135146
spring (2.0.2)
136147
activesupport (>= 4.2)
137148
spring-watcher-listen (2.0.1)
@@ -145,6 +156,9 @@ GEM
145156
activesupport (>= 4.0)
146157
sprockets (>= 3.0.0)
147158
sqlite3 (1.3.13)
159+
therubyracer (0.12.3)
160+
libv8 (~> 3.16.14.15)
161+
ref
148162
thor (0.20.0)
149163
thread_safe (0.3.6)
150164
tilt (2.0.8)
@@ -168,19 +182,21 @@ PLATFORMS
168182
ruby
169183

170184
DEPENDENCIES
171-
bootstrap (~> 4.0.0)
185+
bootstrap (~> 4.3.1)
172186
byebug
173187
coffee-rails (~> 4.2)
174188
friendly_id (~> 5.1.0)
175189
jbuilder (~> 2.5)
176190
jquery-rails
177191
listen (~> 3.0.5)
192+
pg
178193
puma (~> 3.0)
179-
rails (~> 5.0.0, >= 5.0.0.1)
194+
rails (~> 5.0.0)
180195
sass-rails (~> 5.0)
181196
spring
182197
spring-watcher-listen (~> 2.0.0)
183198
sqlite3
199+
therubyracer
184200
turbolinks (~> 5)
185201
tzinfo-data
186202
uglifier (>= 1.3.0)

0 commit comments

Comments
 (0)