Skip to content
This repository was archived by the owner on Sep 3, 2020. It is now read-only.

Commit 91ad9b1

Browse files
Bump bootstrap from 4.1.1 to 4.3.1
Bumps [bootstrap](https://github.com/twbs/bootstrap-rubygem) from 4.1.1 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.1.1...v4.3.1) Signed-off-by: dependabot[bot] <support@github.com>
1 parent e1ebb66 commit 91ad9b1

2 files changed

Lines changed: 20 additions & 12 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ end
5353
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
5454
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
5555

56-
gem 'bootstrap', '~> 4.1.0'
56+
gem 'bootstrap', '~> 4.3.1'
5757

5858
gem 'harker_view_tool', git: 'https://github.com/htharker42/harker_view_tool'
5959

Gemfile.lock

Lines changed: 19 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ GEM
4747
addressable (2.5.2)
4848
public_suffix (>= 2.0.2, < 4.0)
4949
arel (8.0.0)
50-
autoprefixer-rails (8.6.5)
50+
autoprefixer-rails (9.7.4)
5151
execjs
5252
aws-eventstream (1.0.1)
5353
aws-partitions (1.93.0)
@@ -66,10 +66,10 @@ GEM
6666
aws-sigv4 (1.0.2)
6767
bcrypt (3.1.13)
6868
bindex (0.5.0)
69-
bootstrap (4.1.1)
70-
autoprefixer-rails (>= 6.0.3)
71-
popper_js (>= 1.12.9, < 2)
72-
sass (>= 3.5.2)
69+
bootstrap (4.3.1)
70+
autoprefixer-rails (>= 9.1.0)
71+
popper_js (>= 1.14.3, < 2)
72+
sassc-rails (>= 2.0.0)
7373
buftok (0.2.0)
7474
builder (3.2.4)
7575
byebug (10.0.2)
@@ -105,7 +105,7 @@ GEM
105105
equalizer (0.0.11)
106106
erubi (1.9.0)
107107
execjs (2.7.0)
108-
ffi (1.9.25)
108+
ffi (1.12.2)
109109
font-awesome-rails (4.7.0.4)
110110
railties (>= 3.2, < 6.0)
111111
globalid (0.4.1)
@@ -161,7 +161,7 @@ GEM
161161
petergate (1.8.1)
162162
activerecord (> 4.0.0)
163163
pg (1.0.0)
164-
popper_js (1.12.9)
164+
popper_js (1.16.0)
165165
pry (0.11.3)
166166
coderay (~> 1.1.0)
167167
method_source (~> 0.9.0)
@@ -198,14 +198,14 @@ GEM
198198
thor (>= 0.18.1, < 2.0)
199199
rake (13.0.1)
200200
rb-fsevent (0.10.3)
201-
rb-inotify (0.9.10)
202-
ffi (>= 0.5.0, < 2)
201+
rb-inotify (0.10.1)
202+
ffi (~> 1.0)
203203
redcarpet (3.4.0)
204204
responders (3.0.0)
205205
actionpack (>= 5.0)
206206
railties (>= 5.0)
207207
ruby_dep (1.5.0)
208-
sass (3.5.6)
208+
sass (3.7.4)
209209
sass-listen (~> 4.0.0)
210210
sass-listen (4.0.0)
211211
rb-fsevent (~> 0.9, >= 0.9.4)
@@ -216,6 +216,14 @@ GEM
216216
sprockets (>= 2.8, < 4.0)
217217
sprockets-rails (>= 2.0, < 4.0)
218218
tilt (>= 1.1, < 3)
219+
sassc (2.2.1)
220+
ffi (~> 1.9)
221+
sassc-rails (2.1.2)
222+
railties (>= 4.0.0)
223+
sassc (>= 2.0)
224+
sprockets (> 3.0)
225+
sprockets-rails
226+
tilt
219227
simple_oauth (0.3.1)
220228
spring (2.0.2)
221229
activesupport (>= 4.2)
@@ -268,7 +276,7 @@ PLATFORMS
268276
ruby
269277

270278
DEPENDENCIES
271-
bootstrap (~> 4.1.0)
279+
bootstrap (~> 4.3.1)
272280
byebug
273281
carrierwave (~> 1.2, >= 1.2.2)
274282
carrierwave-aws (~> 1.3)

0 commit comments

Comments
 (0)