Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump bootstrap from 5.2.3 to 5.3.2 #512

Merged
merged 5 commits into from
Mar 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ gem "devise"
gem "devise_invitable", "~> 2.0.9"

# Use Sass to process CSS
gem "dartsass-sprockets"
gem "dartsass-rails"

# Use Active Storage variants [https://guides.rubyonrails.org/active_storage_overview.html#transforming-images]
Expand Down
34 changes: 17 additions & 17 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ GEM
activerecord (>= 3.2, < 8.0)
rake (>= 10.4, < 14.0)
ast (2.4.2)
autoprefixer-rails (10.4.13.0)
autoprefixer-rails (10.4.16.0)
execjs (~> 2)
azure-storage-blob (2.0.3)
azure-storage-common (~> 2.0)
Expand All @@ -101,10 +101,9 @@ GEM
bindex (0.8.1)
bootsnap (1.16.0)
msgpack (~> 1.2)
bootstrap (5.2.3)
bootstrap (5.3.2)
autoprefixer-rails (>= 9.1.0)
popper_js (>= 2.11.6, < 3)
sassc-rails (>= 2.0.0)
popper_js (>= 2.11.8, < 3)
bootstrap_form (5.3.2)
actionpack (>= 6.1)
activemodel (>= 6.1)
Expand Down Expand Up @@ -133,6 +132,14 @@ GEM
dartsass-rails (0.5.0)
railties (>= 6.0.0)
sass-embedded (~> 1.63)
dartsass-ruby (3.0.2)
sass-embedded (~> 1.54, < 1.67)
dartsass-sprockets (3.0.0)
dartsass-ruby (~> 3.0)
railties (>= 4.0.0)
sprockets (> 3.0)
sprockets-rails
tilt
date (3.3.4)
debug (1.8.0)
irb (>= 1.5.0)
Expand All @@ -155,7 +162,7 @@ GEM
evil_systems (1.1.5)
capybara
zeitwerk (>= 2)
execjs (2.8.1)
execjs (2.9.1)
factory_bot (6.2.1)
activesupport (>= 5.0.0)
factory_bot_rails (6.2.0)
Expand Down Expand Up @@ -193,7 +200,7 @@ GEM
concurrent-ruby (~> 1.1)
webrick (~> 1.7)
websocket-driver (>= 0.6, < 0.8)
ffi (1.15.5)
ffi (1.16.3)
figaro (1.2.0)
thor (>= 0.14.0, < 2)
formatador (1.1.0)
Expand Down Expand Up @@ -297,7 +304,7 @@ GEM
racc
pg (1.5.3)
phonelib (0.8.7)
popper_js (2.11.7)
popper_js (2.11.8)
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
Expand Down Expand Up @@ -392,14 +399,6 @@ GEM
google-protobuf (~> 3.23)
sass-embedded (1.64.1-x86_64-linux-gnu)
google-protobuf (~> 3.23)
sassc (2.4.0)
ffi (~> 1.9)
sassc-rails (2.1.2)
railties (>= 4.0.0)
sassc (>= 2.0)
sprockets (> 3.0)
sprockets-rails
tilt
shellany (0.0.1)
shoulda (4.0.0)
shoulda-context (~> 2.0)
Expand All @@ -413,7 +412,7 @@ GEM
simplecov_json_formatter (~> 0.1)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.4)
sprockets (4.2.0)
sprockets (4.2.1)
concurrent-ruby (~> 1.0)
rack (>= 2.2.4, < 4)
sprockets-rails (3.4.2)
Expand All @@ -435,7 +434,7 @@ GEM
stimulus-rails (1.2.1)
railties (>= 6.0.0)
thor (1.3.1)
tilt (2.2.0)
tilt (2.3.0)
timeout (0.4.1)
traceroute (0.8.1)
rails (>= 3.0.0)
Expand Down Expand Up @@ -485,6 +484,7 @@ DEPENDENCIES
city-state (~> 1.1.0)
cuprite
dartsass-rails
dartsass-sprockets
debug
devise
devise_invitable (~> 2.0.9)
Expand Down
Loading