diff --git a/Gemfile.lock b/Gemfile.lock index 1313dab..367872f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,33 +7,22 @@ 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) - rack (~> 2.0, >= 2.2.0) + actionmailer (0.6.1) + actionpack (>= 0.9.5) + actionpack (7.0.7.1) + actionview (= 7.0.7.1) + activesupport (= 7.0.7.1) + rack (~> 2.0, >= 2.2.4) 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.7.1) + activesupport (= 7.0.7.1) 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.7.1) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) @@ -42,15 +31,13 @@ GEM ast (2.4.2) builder (3.2.4) coderay (1.1.3) - concurrent-ruby (1.1.10) + concurrent-ruby (1.2.3) crass (1.0.6) diff-lcs (1.5.0) docile (1.4.0) erubi (1.11.0) fast_ignore (0.17.4) - globalid (1.0.1) - activesupport (>= 5.0) - i18n (1.12.0) + i18n (1.14.1) concurrent-ruby (~> 1.0) jaro_winkler (1.5.4) json (2.6.2) @@ -65,15 +52,7 @@ GEM 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 + minitest (5.22.2) nokogiri (1.13.10-arm64-darwin) racc (~> 1.4) nokogiri (1.13.10-x86_64-linux) @@ -93,9 +72,9 @@ GEM 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) + railties (7.0.7.1) + actionpack (= 7.0.7.1) + activesupport (= 7.0.7.1) method_source rake (>= 12.2) thor (~> 1.0) @@ -153,9 +132,8 @@ GEM parallel (~> 1.0) terminal-table (3.0.2) unicode-display_width (>= 1.1.1, < 3) - thor (1.2.1) - timeout (0.3.0) - tzinfo (2.0.5) + thor (1.3.1) + tzinfo (2.0.6) concurrent-ruby (~> 1.0) unicode-display_width (2.3.0) yard (0.9.35)