diff --git a/Gemfile.lock b/Gemfile.lock index 4db8086..5d3c7b3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,50 +7,37 @@ PATH GEM remote: https://rubygems.org/ specs: - actionmailer (7.0.4) - actionpack (= 7.0.4) - actionview (= 7.0.4) - activejob (= 7.0.4) - activesupport (= 7.0.4) - mail (~> 2.5, >= 2.5.4) - net-imap - net-pop - net-smtp - rails-dom-testing (~> 2.0) - actionpack (7.0.4) - actionview (= 7.0.4) - activesupport (= 7.0.4) + actionmailer (0.6.1) + actionpack (>= 0.9.5) + actionpack (7.0.4.3) + actionview (= 7.0.4.3) + activesupport (= 7.0.4.3) rack (~> 2.0, >= 2.2.0) rack-test (>= 0.6.3) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.0, >= 1.2.0) - actionview (7.0.4) - activesupport (= 7.0.4) + actionview (7.0.4.3) + activesupport (= 7.0.4.3) builder (~> 3.1) erubi (~> 1.4) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.1, >= 1.2.0) - activejob (7.0.4) - activesupport (= 7.0.4) - globalid (>= 0.3.6) - activesupport (7.0.4) + activesupport (7.0.4.3) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) tzinfo (~> 2.0) ansi (1.5.0) ast (2.4.2) - builder (3.2.4) + builder (3.3.0) coderay (1.1.3) - concurrent-ruby (1.1.10) + concurrent-ruby (1.3.4) crass (1.0.6) diff-lcs (1.5.0) docile (1.4.0) - erubi (1.11.0) + erubi (1.13.0) fast_ignore (0.17.4) - globalid (1.0.1) - activesupport (>= 5.0) - i18n (1.12.0) + i18n (1.14.5) concurrent-ruby (~> 1.0) jaro_winkler (1.5.4) json (2.6.2) @@ -58,25 +45,17 @@ GEM fast_ignore (>= 0.17.0) parallel parser - loofah (2.19.1) + loofah (2.22.0) crass (~> 1.0.2) - nokogiri (>= 1.5.9) + nokogiri (>= 1.12.0) mail (2.7.1) mini_mime (>= 0.1.1) method_source (1.0.0) mini_mime (1.1.2) - minitest (5.17.0) - net-imap (0.3.1) - net-protocol - net-pop (0.1.2) - net-protocol - net-protocol (0.1.3) - timeout - net-smtp (0.3.2) - net-protocol - nokogiri (1.13.10-arm64-darwin) + minitest (5.25.1) + nokogiri (1.15.6-arm64-darwin) racc (~> 1.4) - nokogiri (1.13.10-x86_64-linux) + nokogiri (1.15.6-x86_64-linux) racc (~> 1.4) parallel (1.22.1) parser (3.1.2.1) @@ -84,18 +63,20 @@ GEM pry (0.14.1) coderay (~> 1.1) method_source (~> 1.0) - racc (1.6.1) + racc (1.8.1) rack (2.2.8.1) rack-test (2.0.2) rack (>= 1.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.4.4) - loofah (~> 2.19, >= 2.19.1) - railties (7.0.4) - actionpack (= 7.0.4) - activesupport (= 7.0.4) + 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) method_source rake (>= 12.2) thor (~> 1.0) @@ -156,8 +137,7 @@ GEM terminal-table (3.0.2) unicode-display_width (>= 1.1.1, < 3) thor (1.2.1) - timeout (0.3.0) - tzinfo (2.0.5) + tzinfo (2.0.6) concurrent-ruby (~> 1.0) unicode-display_width (2.3.0) yard (0.9.36)