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

Commit 2580995

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 6275488 commit 2580995

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
44
ruby "2.7.2"
55

66
gem "bootsnap", ">= 1.1.0", require: false
7-
gem "bootstrap", "~> 4.5.3"
7+
gem "bootstrap", "~> 4.6.0"
88
gem "bugsnag"
99
gem "devise"
1010
gem "devise_invitable"

Gemfile.lock

Lines changed: 6 additions & 6 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.0.0)
6868
execjs
6969
bcrypt (3.1.16)
7070
better_errors (2.9.1)
@@ -76,7 +76,7 @@ GEM
7676
debug_inspector (>= 0.0.1)
7777
bootsnap (1.5.1)
7878
msgpack (~> 1.0)
79-
bootstrap (4.5.3)
79+
bootstrap (4.6.0)
8080
autoprefixer-rails (>= 9.1.0)
8181
popper_js (>= 1.14.3, < 2)
8282
sassc-rails (>= 2.0.0)
@@ -117,7 +117,7 @@ GEM
117117
launchy
118118
childprocess (3.0.0)
119119
coderay (1.1.3)
120-
concurrent-ruby (1.1.7)
120+
concurrent-ruby (1.1.8)
121121
crack (0.4.4)
122122
crass (1.0.6)
123123
debug_inspector (1.0.0)
@@ -211,7 +211,7 @@ GEM
211211
listen (3.4.0)
212212
rb-fsevent (~> 0.10, >= 0.10.3)
213213
rb-inotify (~> 0.9, >= 0.9.10)
214-
loofah (2.8.0)
214+
loofah (2.9.0)
215215
crass (~> 1.0.2)
216216
nokogiri (>= 1.5.9)
217217
lumberjack (1.2.8)
@@ -392,7 +392,7 @@ GEM
392392
net-ssh (>= 2.8.0)
393393
sshkit-interactive (0.3.0)
394394
sshkit (~> 1.12)
395-
thor (1.0.1)
395+
thor (1.1.0)
396396
thread_safe (0.3.6)
397397
tilt (2.0.10)
398398
ttfunk (1.6.2.1)
@@ -434,7 +434,7 @@ DEPENDENCIES
434434
better_errors
435435
binding_of_caller
436436
bootsnap (>= 1.1.0)
437-
bootstrap (~> 4.5.3)
437+
bootstrap (~> 4.6.0)
438438
bugsnag
439439
byebug
440440
capistrano-bundler

0 commit comments

Comments
 (0)