From 3268d0550055db4bb601c3852684eec461ea20c7 Mon Sep 17 00:00:00 2001 From: Ryan W Date: Wed, 28 Dec 2022 09:20:52 -0800 Subject: [PATCH] bundle update --- Gemfile.lock | 46 +++++++++++++++++++++------------------------- 1 file changed, 21 insertions(+), 25 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 8402e3d..6254e6f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -89,11 +89,10 @@ GEM concurrent-ruby (1.1.10) connection_pool (2.3.0) crass (1.0.6) + date (3.3.3) debug (1.7.1) - irb (>= 1.5.0) - reline (>= 0.3.1) diff-lcs (1.5.0) - erubi (1.11.0) + erubi (1.12.0) ffi (1.15.5) globalid (1.0.0) activesupport (>= 5.0) @@ -105,9 +104,6 @@ GEM importmap-rails (1.1.5) actionpack (>= 6.0.0) railties (>= 6.0.0) - io-console (0.6.0) - irb (1.6.2) - reline (>= 0.3.0) jbuilder (2.11.5) actionview (>= 5.0.0) activesupport (>= 5.0.0) @@ -115,39 +111,41 @@ GEM loofah (2.19.1) crass (~> 1.0.2) nokogiri (>= 1.5.9) - mail (2.7.1) + mail (2.8.0) mini_mime (>= 0.1.1) + net-imap + net-pop + net-smtp marcel (1.0.2) matrix (0.4.2) method_source (1.0.0) - mini_magick (4.11.0) + mini_magick (4.12.0) mini_mime (1.1.2) + mini_portile2 (2.8.1) minitest (5.16.3) msgpack (1.6.0) - net-imap (0.3.1) + net-imap (0.3.4) + date net-protocol net-pop (0.1.2) net-protocol - net-protocol (0.1.3) + net-protocol (0.2.1) timeout net-smtp (0.3.3) net-protocol nio4r (2.5.8) - nokogiri (1.13.10-aarch64-linux) - racc (~> 1.4) - nokogiri (1.13.10-arm64-darwin) - racc (~> 1.4) - nokogiri (1.13.10-x86_64-linux) + nokogiri (1.13.10) + mini_portile2 (~> 2.8.0) racc (~> 1.4) parallel (1.22.1) parser (3.1.3.0) ast (~> 2.4.1) pg (1.4.5) - public_suffix (5.0.0) + public_suffix (5.0.1) puma (6.0.1) nio4r (~> 2.0) - racc (1.6.1) - rack (2.2.4) + racc (1.6.2) + rack (2.2.5) rack-mini-profiler (3.0.0) rack (>= 1.2.0) rack-test (2.0.2) @@ -185,15 +183,13 @@ GEM redis-client (0.11.2) connection_pool regexp_parser (2.6.1) - reline (0.3.2) - io-console (~> 0.5) rexml (3.2.5) rspec-core (3.12.0) rspec-support (~> 3.12.0) - rspec-expectations (3.12.0) + rspec-expectations (3.12.1) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.12.0) - rspec-mocks (3.12.0) + rspec-mocks (3.12.1) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.12.0) rspec-rails (6.0.1) @@ -231,9 +227,9 @@ GEM rexml (~> 3.2, >= 3.2.5) rubyzip (>= 1.2.2, < 3.0) websocket (~> 1.0) - sprockets (4.1.1) + sprockets (4.2.0) concurrent-ruby (~> 1.0) - rack (> 1, < 3) + rack (>= 2.2.4, < 4) sprockets-rails (3.4.2) actionpack (>= 5.2) activesupport (>= 5.2) @@ -241,7 +237,7 @@ GEM stimulus-rails (1.2.1) railties (>= 6.0.0) thor (1.2.1) - timeout (0.3.0) + timeout (0.3.1) turbo-rails (1.3.2) actionpack (>= 6.0.0) activejob (>= 6.0.0)