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

Commit ce2e5f6

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] <[email protected]>
1 parent 6f45610 commit ce2e5f6

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
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: 5 additions & 5 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)
@@ -84,7 +84,7 @@ GEM
8484
debug_inspector (>= 0.0.1)
8585
bootsnap (1.5.1)
8686
msgpack (~> 1.0)
87-
bootstrap (4.5.3)
87+
bootstrap (4.6.0)
8888
autoprefixer-rails (>= 9.1.0)
8989
popper_js (>= 1.14.3, < 2)
9090
sassc-rails (>= 2.0.0)
@@ -230,7 +230,7 @@ GEM
230230
listen (3.4.1)
231231
rb-fsevent (~> 0.10, >= 0.10.3)
232232
rb-inotify (~> 0.9, >= 0.9.10)
233-
loofah (2.8.0)
233+
loofah (2.9.0)
234234
crass (~> 1.0.2)
235235
nokogiri (>= 1.5.9)
236236
lumberjack (1.2.8)
@@ -416,7 +416,7 @@ GEM
416416
net-ssh (>= 2.8.0)
417417
sshkit-interactive (0.3.0)
418418
sshkit (~> 1.12)
419-
thor (1.0.1)
419+
thor (1.1.0)
420420
thread_safe (0.3.6)
421421
tilt (2.0.10)
422422
ttfunk (1.6.2.1)
@@ -458,7 +458,7 @@ DEPENDENCIES
458458
better_errors
459459
binding_of_caller
460460
bootsnap (>= 1.1.0)
461-
bootstrap (~> 4.5.3)
461+
bootstrap (~> 4.6.0)
462462
brakeman
463463
bugsnag
464464
byebug

0 commit comments

Comments
 (0)