Skip to content

Commit

Permalink
Upgrade bootstrap to v5.3.1 (#537)
Browse files Browse the repository at this point in the history
* Update Bootstrap to v5.3.1

* Replace `text-muted` with `text-body-secondary`

as indicated in the docs:
https://getbootstrap.com/docs/5.3/migration/#utilities-1
  • Loading branch information
Splines authored Sep 11, 2023
1 parent 0415477 commit d54f195
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 21 deletions.
38 changes: 20 additions & 18 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
GIT
remote: https://github.com/rails/sprockets-rails
revision: 73e7351abff3506f6dca6b2da8abedfd5c7c0d77
revision: 065cbe83989c44019eca7161782ed4fdb6473517
branch: master
specs:
sprockets-rails (3.4.2)
Expand Down Expand Up @@ -142,9 +142,9 @@ GEM
bindex (0.8.1)
bootsnap (1.16.0)
msgpack (~> 1.2)
bootstrap (5.2.1)
bootstrap (5.3.1)
autoprefixer-rails (>= 9.1.0)
popper_js (>= 2.11.6, < 3)
popper_js (>= 2.11.8, < 3)
sassc-rails (>= 2.0.0)
bootstrap_form (5.1.0)
actionpack (>= 5.2)
Expand Down Expand Up @@ -278,7 +278,7 @@ GEM
http-accept (1.7.0)
http-cookie (1.0.5)
domain_name (~> 0.5)
i18n (1.12.0)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
image_processing (1.12.2)
mini_magick (>= 4.9.5, < 5)
Expand Down Expand Up @@ -329,9 +329,9 @@ GEM
listen (3.0.8)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
loofah (2.19.1)
loofah (2.21.3)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
nokogiri (>= 1.12.0)
mail (2.8.1)
mini_mime (>= 0.1.1)
net-imap
Expand All @@ -344,7 +344,7 @@ GEM
mime-types-data (3.2023.0218.1)
mini_magick (4.12.0)
mini_mime (1.1.2)
minitest (5.18.0)
minitest (5.19.0)
msgpack (1.7.0)
multi_json (1.15.0)
multipart-post (2.3.0)
Expand All @@ -360,7 +360,7 @@ GEM
net-protocol
netrc (0.11.0)
nio4r (2.5.8)
nokogiri (1.14.3-x86_64-linux)
nokogiri (1.15.4-x86_64-linux)
racc (~> 1.4)
onebox (2.2.19)
addressable (~> 2.8.0)
Expand All @@ -383,7 +383,7 @@ GEM
ttfunk
pg (1.4.6)
pgreset (0.3)
popper_js (2.11.6)
popper_js (2.11.8)
pr_geohash (1.0.0)
premailer (1.21.0)
addressable
Expand All @@ -404,8 +404,8 @@ GEM
pundit (2.3.0)
activesupport (>= 3.0.0)
raabro (1.4.0)
racc (1.6.2)
rack (2.2.7)
racc (1.7.1)
rack (2.2.8)
rack-proxy (0.7.6)
rack
rack-test (2.1.0)
Expand All @@ -424,16 +424,18 @@ GEM
activesupport (= 7.0.4.3)
bundler (>= 1.15.0)
railties (= 7.0.4.3)
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
rails-dom-testing (2.2.0)
activesupport (>= 5.0.0)
minitest
nokogiri (>= 1.6)
rails-erd (1.7.2)
activerecord (>= 4.2)
activesupport (>= 4.2)
choice (~> 0.2.0)
ruby-graphviz (~> 1.2)
rails-html-sanitizer (1.5.0)
loofah (~> 2.19, >= 2.19.1)
rails-html-sanitizer (1.6.0)
loofah (~> 2.21)
nokogiri (~> 1.14)
rails-i18n (7.0.6)
i18n (>= 0.7, < 2)
railties (>= 6.0.0, < 8)
Expand Down Expand Up @@ -587,7 +589,7 @@ GEM
tins (~> 1.0)
terser (1.1.14)
execjs (>= 0.3.0, < 3)
thor (1.2.1)
thor (1.2.2)
thredded (1.1.0)
active_record_union (>= 1.3.0)
autoprefixer-rails
Expand All @@ -609,7 +611,7 @@ GEM
sassc-rails (>= 2.0.0)
sprockets-es6
timeago_js (>= 3.0.2.2)
tilt (2.1.0)
tilt (2.2.0)
timeago_js (3.0.2.2)
timeout (0.3.2)
tins (1.32.1)
Expand Down Expand Up @@ -648,7 +650,7 @@ GEM
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
will_paginate (3.3.1)
zeitwerk (2.6.7)
zeitwerk (2.6.11)

PLATFORMS
x86_64-linux
Expand Down
2 changes: 1 addition & 1 deletion app/views/layouts/devise_mailer.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</div>

<div class="small text-center">
<small class="text-muted">
<small class="text-body-secondary">
<%= t('.reason',
default: "",
locale: @resource.locale) %>
Expand Down
4 changes: 2 additions & 2 deletions app/views/layouts/mailer.html.erb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<%= stylesheet_link_tag :email %>
</head>

Expand All @@ -17,7 +17,7 @@
</div>

<div class="small text-center">
<small class="text-muted">
<small class="text-body-secondary">
<%= t('mailer.unsubscribe_html',
profile: link_to(t('notifications.profile'),
edit_profile_url)) %>
Expand Down

0 comments on commit d54f195

Please sign in to comment.