diff --git a/Gemfile b/Gemfile index 2fc1c1a..73bd862 100644 --- a/Gemfile +++ b/Gemfile @@ -35,7 +35,7 @@ gem 'jbuilder' gem 'rubocop', '>= 1.0', '< 2.0' -gem 'bootstrap', '~> 5.1', '>= 5.1.3' +gem 'bootstrap', '~> 5.3', '>= 5.3.0' # Use Active Model has_secure_password [https://guides.rubyonrails.org/active_model_basics.html#securepassword] # gem "bcrypt", "~> 3.1.7" diff --git a/Gemfile.lock b/Gemfile.lock index 29caa30..4871dd6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -74,9 +74,9 @@ GEM bindex (0.8.1) bootsnap (1.16.0) msgpack (~> 1.2) - bootstrap (5.2.3) + 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) builder (3.2.4) capybara (3.39.0) @@ -99,7 +99,7 @@ GEM ffi (1.15.5) globalid (1.1.0) activesupport (>= 5.0) - i18n (1.13.0) + i18n (1.14.1) concurrent-ruby (~> 1.0) importmap-rails (1.1.6) actionpack (>= 6.0.0) @@ -111,9 +111,9 @@ GEM actionview (>= 5.0.0) activesupport (>= 5.0.0) json (2.6.3) - loofah (2.20.0) + 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 @@ -123,7 +123,7 @@ GEM matrix (0.4.2) method_source (1.0.0) mini_mime (1.1.2) - minitest (5.18.0) + minitest (5.19.0) msgpack (1.7.0) net-imap (0.3.4) date @@ -135,19 +135,19 @@ GEM net-smtp (0.3.3) net-protocol nio4r (2.5.9) - nokogiri (1.14.3-x86_64-linux) + nokogiri (1.15.4-x86_64-linux) racc (~> 1.4) parallel (1.23.0) parser (3.2.2.3) ast (~> 2.4.1) racc pg (1.5.3) - popper_js (2.11.7) + popper_js (2.11.8) public_suffix (5.0.1) puma (5.6.5) nio4r (~> 2.0) - racc (1.6.2) - rack (2.2.7) + racc (1.7.1) + rack (2.2.8) rack-test (2.1.0) rack (>= 1.3) rails (7.0.4.3) @@ -164,11 +164,13 @@ 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-html-sanitizer (1.5.0) - loofah (~> 2.19, >= 2.19.1) + rails-html-sanitizer (1.6.0) + loofah (~> 2.21) + nokogiri (~> 1.14) railties (7.0.4.3) actionpack (= 7.0.4.3) activesupport (= 7.0.4.3) @@ -217,8 +219,8 @@ GEM sprockets (>= 3.0.0) stimulus-rails (1.2.1) railties (>= 6.0.0) - thor (1.2.1) - tilt (2.1.0) + thor (1.2.2) + tilt (2.2.0) timeout (0.3.2) turbo-rails (1.4.0) actionpack (>= 6.0.0) @@ -242,14 +244,14 @@ GEM websocket-extensions (0.1.5) xpath (3.2.0) nokogiri (~> 1.8) - zeitwerk (2.6.8) + zeitwerk (2.6.11) PLATFORMS x86_64-linux DEPENDENCIES bootsnap - bootstrap (~> 5.1, >= 5.1.3) + bootstrap (~> 5.3, >= 5.3.0) capybara debug importmap-rails @@ -270,4 +272,4 @@ RUBY VERSION ruby 3.2.2p53 BUNDLED WITH - 2.4.12 + 2.4.6