diff --git a/Gemfile.lock b/Gemfile.lock index 457a2f8..e79b288 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -69,9 +69,9 @@ GEM bootstrap-sass (3.4.1) autoprefixer-rails (>= 5.2.1) sassc (>= 2.0.0) - bootstrap_form (5.1.0) - actionpack (>= 5.2) - activemodel (>= 5.2) + bootstrap_form (5.2.3) + actionpack (>= 6.0) + activemodel (>= 6.0) bootswatch-rails (3.3.5) railties (>= 3.1) brakeman (5.4.0) @@ -106,7 +106,7 @@ GEM coffee-script-source execjs coffee-script-source (1.12.2) - concurrent-ruby (1.1.10) + concurrent-ruby (1.2.2) cookieconsent2-rails (3.0.7) rails (>= 3.1) crass (1.0.6) @@ -116,7 +116,7 @@ GEM railties (>= 4.1.0) responders warden (~> 1.2.3) - erubi (1.10.0) + erubi (1.12.0) erubis (2.7.0) execjs (2.8.1) ffi (1.15.5) @@ -139,7 +139,7 @@ GEM nokogiri (>= 1.6.0) ruby_parser (~> 3.5) htmlentities (4.3.4) - i18n (1.10.0) + i18n (1.14.1) concurrent-ruby (~> 1.0) image_processing (1.12.2) mini_magick (>= 4.9.5, < 5) @@ -155,9 +155,9 @@ GEM listen (3.7.1) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) - loofah (2.19.1) + loofah (2.21.3) crass (~> 1.0.2) - nokogiri (>= 1.5.9) + nokogiri (>= 1.12.0) mail (2.7.1) mini_mime (>= 0.1.1) marcel (1.0.2) @@ -167,7 +167,7 @@ GEM mime-types-data (3.2021.1115) mini_magick (4.11.0) mini_mime (1.1.2) - minitest (5.16.1) + minitest (5.19.0) mongo (2.17.1) bson (>= 4.8.2, < 5.0.0) mongoid (7.4.0) @@ -178,15 +178,15 @@ GEM mime-types (>= 1.0, < 4.0) mongoid (>= 3.0, < 8.0) nio4r (2.5.9) - nokogiri (1.13.10-x86_64-linux) + nokogiri (1.15.4-x86_64-linux) racc (~> 1.4) orm_adapter (0.5.0) public_suffix (4.0.6) puma (6.3.0) nio4r (~> 2.0) - racc (1.6.1) - rack (2.2.6.4) - rack-test (2.0.0) + racc (1.7.1) + rack (2.2.8) + rack-test (2.1.0) rack (>= 1.3) rails (6.1.4.6) actioncable (= 6.1.4.6) @@ -203,11 +203,13 @@ GEM bundler (>= 1.15.0) railties (= 6.1.4.6) sprockets-rails (>= 2.0.0) - 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.4.4) - loofah (~> 2.19, >= 2.19.1) + rails-html-sanitizer (1.6.0) + loofah (~> 2.21) + nokogiri (~> 1.14) railties (6.1.4.6) actionpack (= 6.1.4.6) activesupport (= 6.1.4.6) @@ -255,7 +257,7 @@ GEM temple (0.8.2) thor (1.2.1) tilt (2.0.10) - tzinfo (2.0.4) + tzinfo (2.0.6) concurrent-ruby (~> 1.0) uglifier (4.2.0) execjs (>= 0.3.0, < 3) @@ -269,7 +271,7 @@ GEM websocket-driver (0.7.5) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) - zeitwerk (2.6.0) + zeitwerk (2.6.11) PLATFORMS x86_64-linux