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

Commit 39e195b

Browse files
authored
Merge pull request #386 from rubyforgood/dependabot/bundler/bootstrap-4.5.2
Bump bootstrap from 4.5.0 to 4.5.2
2 parents 49e7977 + 5318b78 commit 39e195b

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.1"
55

66
gem "bootsnap", ">= 1.1.0", require: false
7-
gem "bootstrap", "~> 4.5.0"
7+
gem "bootstrap", "~> 4.5.2"
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 (9.7.6)
67+
autoprefixer-rails (9.8.6.1)
6868
execjs
6969
bcrypt (3.1.13)
7070
better_errors (2.7.1)
@@ -76,7 +76,7 @@ GEM
7676
debug_inspector (>= 0.0.1)
7777
bootsnap (1.4.7)
7878
msgpack (~> 1.0)
79-
bootstrap (4.5.0)
79+
bootstrap (4.5.2)
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.2)
120-
concurrent-ruby (1.1.6)
120+
concurrent-ruby (1.1.7)
121121
crack (0.4.3)
122122
safe_yaml (~> 1.0.0)
123123
crass (1.0.6)
@@ -150,7 +150,7 @@ GEM
150150
railties (>= 5.0.0)
151151
faker (2.13.0)
152152
i18n (>= 1.6, < 2)
153-
ffi (1.12.2)
153+
ffi (1.13.1)
154154
filterrific (5.2.1)
155155
flipper (0.18.0)
156156
flipper-active_record (0.18.0)
@@ -351,7 +351,7 @@ GEM
351351
safe_yaml (1.0.5)
352352
sass-rails (6.0.0)
353353
sassc-rails (~> 2.1, >= 2.1.1)
354-
sassc (2.3.0)
354+
sassc (2.4.0)
355355
ffi (~> 1.9)
356356
sassc-rails (2.1.2)
357357
railties (>= 4.0.0)
@@ -431,7 +431,7 @@ DEPENDENCIES
431431
better_errors
432432
binding_of_caller
433433
bootsnap (>= 1.1.0)
434-
bootstrap (~> 4.5.0)
434+
bootstrap (~> 4.5.2)
435435
bugsnag
436436
byebug
437437
capistrano-bundler

0 commit comments

Comments
 (0)