Skip to content
This repository was archived by the owner on Nov 6, 2021. It is now read-only.

Commit 1c7a4dc

Browse files
Bump bootstrap from 4.5.3 to 4.6.0
Bumps [bootstrap](https://github.com/twbs/bootstrap-rubygem) from 4.5.3 to 4.6.0. - [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.5.3...v4.6.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 31ce8f3 commit 1c7a4dc

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ruby "2.7.2"
55

66
gem 'azure-storage', '~> 0.15.0.preview', require: false
77
gem "bootsnap", ">= 1.1.0", require: false
8-
gem "bootstrap", "~> 4.5.3"
8+
gem "bootstrap", "~> 4.6.0"
99
gem "bugsnag"
1010
gem "devise"
1111
gem "devise_invitable"

Gemfile.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ GEM
6464
activerecord (>= 3.2, < 7.0)
6565
rake (>= 10.4, < 14.0)
6666
ast (2.4.1)
67-
autoprefixer-rails (10.0.1.3)
67+
autoprefixer-rails (10.2.4.0)
6868
execjs
6969
azure-core (0.1.15)
7070
faraday (~> 0.9)
@@ -93,7 +93,7 @@ GEM
9393
debug_inspector (>= 0.0.1)
9494
bootsnap (1.6.0)
9595
msgpack (~> 1.0)
96-
bootstrap (4.5.3)
96+
bootstrap (4.6.0)
9797
autoprefixer-rails (>= 9.1.0)
9898
popper_js (>= 1.14.3, < 2)
9999
sassc-rails (>= 2.0.0)
@@ -215,7 +215,7 @@ GEM
215215
hashdiff (1.0.1)
216216
html_tokenizer (0.0.7)
217217
htmlentities (4.3.4)
218-
i18n (1.8.7)
218+
i18n (1.8.9)
219219
concurrent-ruby (~> 1.0)
220220
jbuilder (2.10.1)
221221
activesupport (>= 5.0.0)
@@ -243,7 +243,7 @@ GEM
243243
listen (3.4.1)
244244
rb-fsevent (~> 0.10, >= 0.10.3)
245245
rb-inotify (~> 0.9, >= 0.9.10)
246-
loofah (2.8.0)
246+
loofah (2.9.0)
247247
crass (~> 1.0.2)
248248
nokogiri (>= 1.5.9)
249249
lumberjack (1.2.8)
@@ -257,7 +257,7 @@ GEM
257257
mini_portile2 (2.5.0)
258258
mini_racer (0.3.1)
259259
libv8 (~> 8.4.255)
260-
minitest (5.14.3)
260+
minitest (5.14.4)
261261
msgpack (1.4.2)
262262
multipart-post (2.1.1)
263263
nenv (0.3.0)
@@ -430,7 +430,7 @@ GEM
430430
net-ssh (>= 2.8.0)
431431
sshkit-interactive (0.3.0)
432432
sshkit (~> 1.12)
433-
thor (1.0.1)
433+
thor (1.1.0)
434434
thread_safe (0.3.6)
435435
tilt (2.0.10)
436436
ttfunk (1.6.2.1)
@@ -473,7 +473,7 @@ DEPENDENCIES
473473
better_errors
474474
binding_of_caller
475475
bootsnap (>= 1.1.0)
476-
bootstrap (~> 4.5.3)
476+
bootstrap (~> 4.6.0)
477477
brakeman
478478
bugsnag
479479
byebug

0 commit comments

Comments
 (0)