Skip to content

Commit d8e27ca

Browse files
Bump bootstrap from 4.6.1 to 5.3.3
Bumps [bootstrap](https://github.com/twbs/bootstrap-rubygem) from 4.6.1 to 5.3.3. - [Release notes](https://github.com/twbs/bootstrap-rubygem/releases) - [Changelog](https://github.com/twbs/bootstrap-rubygem/blob/main/CHANGELOG.md) - [Commits](twbs/bootstrap-rubygem@v4.6.1...v5.3.3) --- updated-dependencies: - dependency-name: bootstrap dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cec0a3d commit d8e27ca

File tree

2 files changed

+13
-14
lines changed

2 files changed

+13
-14
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ gem 'airbrake', '~> 13.0'
3131
# For file storage on S3
3232
gem 'aws-sdk-s3', '~> 1.149'
3333

34-
gem 'bootstrap', '~> 4.6', '>= 4.6.1'
34+
gem 'bootstrap', '~> 5.3'
3535

3636
# File uploads
3737
gem 'carrierwave', '~> 3.0'

Gemfile.lock

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ GEM
7373
airbrake-ruby (6.2.2)
7474
rbtree3 (~> 0.6)
7575
ast (2.4.2)
76-
autoprefixer-rails (10.4.2.0)
76+
autoprefixer-rails (10.4.16.0)
7777
execjs (~> 2)
7878
aws-eventstream (1.3.0)
7979
aws-partitions (1.925.0)
@@ -99,10 +99,9 @@ GEM
9999
bindex (0.8.1)
100100
binding_of_caller (1.0.1)
101101
debug_inspector (>= 1.2.0)
102-
bootstrap (4.6.1)
102+
bootstrap (5.3.3)
103103
autoprefixer-rails (>= 9.1.0)
104-
popper_js (>= 1.14.3, < 2)
105-
sassc-rails (>= 2.0.0)
104+
popper_js (>= 2.11.8, < 3)
106105
brakeman (6.1.2)
107106
racc
108107
builder (3.2.4)
@@ -158,7 +157,7 @@ GEM
158157
formatador (1.1.0)
159158
globalid (1.2.1)
160159
activesupport (>= 6.1)
161-
i18n (1.14.4)
160+
i18n (1.14.5)
162161
concurrent-ruby (~> 1.0)
163162
image_processing (1.12.2)
164163
mini_magick (>= 4.9.5, < 5)
@@ -194,13 +193,13 @@ GEM
194193
net-smtp
195194
marcel (1.0.4)
196195
matrix (0.4.2)
197-
method_source (1.0.0)
196+
method_source (1.1.0)
198197
mime-types (3.5.2)
199198
mime-types-data (~> 3.2015)
200199
mime-types-data (3.2024.0305)
201200
mini_magick (4.12.0)
202201
mini_mime (1.1.5)
203-
mini_portile2 (2.8.5)
202+
mini_portile2 (2.8.6)
204203
minitest (5.22.3)
205204
multi_json (1.15.0)
206205
net-imap (0.4.10)
@@ -216,15 +215,15 @@ GEM
216215
net-protocol
217216
net-ssh (7.2.1)
218217
nio4r (2.7.0)
219-
nokogiri (1.16.3)
218+
nokogiri (1.16.4)
220219
mini_portile2 (~> 2.8.2)
221220
racc (~> 1.4)
222221
parallel (1.24.0)
223222
parser (3.3.0.5)
224223
ast (~> 2.4.1)
225224
racc
226225
pg (1.5.4)
227-
popper_js (1.16.0)
226+
popper_js (2.11.8)
228227
psych (5.1.2)
229228
stringio
230229
public_suffix (5.0.4)
@@ -338,9 +337,9 @@ GEM
338337
simplecov-html (0.12.3)
339338
simplecov_json_formatter (0.1.4)
340339
smarter_csv (1.9.0)
341-
sprockets (4.0.3)
340+
sprockets (4.2.1)
342341
concurrent-ruby (~> 1.0)
343-
rack (> 1, < 3)
342+
rack (>= 2.2.4, < 4)
344343
sprockets-rails (3.4.2)
345344
actionpack (>= 5.2)
346345
activesupport (>= 5.2)
@@ -352,7 +351,7 @@ GEM
352351
terser (1.2.0)
353352
execjs (>= 0.3.0, < 3)
354353
thor (1.3.1)
355-
tilt (2.0.9)
354+
tilt (2.3.0)
356355
timeout (0.4.1)
357356
turbo-rails (1.5.0)
358357
actionpack (>= 6.0.0)
@@ -383,7 +382,7 @@ DEPENDENCIES
383382
aws-sdk-s3 (~> 1.149)
384383
better_errors (~> 2.10)
385384
binding_of_caller
386-
bootstrap (~> 4.6, >= 4.6.1)
385+
bootstrap (~> 5.3)
387386
brakeman (~> 6.1)
388387
bullet (~> 7.1.6)
389388
capybara (~> 3.40)

0 commit comments

Comments
 (0)