diff --git a/Gemfile b/Gemfile index c470f1e..423035f 100644 --- a/Gemfile +++ b/Gemfile @@ -39,7 +39,7 @@ gem 'sdoc', '~> 2.2.0', group: :doc gem 'web-console', '~> 4.1.0', group: :development gem 'listen', '~> 3.6.0', group: :development -gem 'bootstrap', '~> 5.0.1' +gem 'bootstrap', '~> 5.1.0' gem "bootstrap_form", "~> 4.5" gem 'font-awesome-sass', '~> 5.15.1' diff --git a/Gemfile.lock b/Gemfile.lock index 38b1294..6429a87 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -62,15 +62,15 @@ GEM zeitwerk (~> 2.3) addressable (2.8.0) public_suffix (>= 2.0.2, < 5.0) - autoprefixer-rails (10.2.5.0) - execjs (< 2.8.0) + autoprefixer-rails (10.3.1.0) + execjs (~> 2) bcrypt (3.1.16) bindex (0.8.1) bootsnap (1.7.7) msgpack (~> 1.0) - bootstrap (5.0.1) + bootstrap (5.1.0) autoprefixer-rails (>= 9.1.0) - popper_js (>= 2.9.2, < 3) + popper_js (>= 2.9.3, < 3) sassc-rails (>= 2.0.0) bootstrap_form (4.5.0) actionpack (>= 5.2) @@ -96,7 +96,7 @@ GEM diff-lcs (1.4.4) diffy (3.4.0) erubi (1.10.0) - execjs (2.7.0) + execjs (2.8.1) faraday (1.4.1) faraday-excon (~> 1.1) faraday-net_http (~> 1.0) @@ -125,7 +125,7 @@ GEM listen (3.6.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) - loofah (2.10.0) + loofah (2.12.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) mail (2.7.1) @@ -133,7 +133,7 @@ GEM marcel (1.0.1) method_source (1.0.0) mini_mime (1.1.0) - mini_portile2 (2.5.3) + mini_portile2 (2.6.1) minitest (5.14.4) msgpack (1.4.2) multi_json (1.15.0) @@ -141,8 +141,8 @@ GEM multipart-post (2.1.1) mysql2 (0.5.3) nio4r (2.5.7) - nokogiri (1.11.7) - mini_portile2 (~> 2.5.0) + nokogiri (1.12.3) + mini_portile2 (~> 2.6.1) racc (~> 1.4) oauth2 (1.4.7) faraday (>= 0.8, < 2.0) @@ -164,7 +164,7 @@ GEM actionpack (>= 4.2) omniauth (~> 2.0) orm_adapter (0.5.0) - popper_js (2.9.2) + popper_js (2.9.3) public_suffix (4.0.6) puma (5.4.0) nio4r (~> 2.0) @@ -268,7 +268,7 @@ PLATFORMS DEPENDENCIES bootsnap - bootstrap (~> 5.0.1) + bootstrap (~> 5.1.0) bootstrap_form (~> 4.5) coffee-rails (~> 5.0.0) devise (~> 4.8.0)