diff --git a/Gemfile.lock b/Gemfile.lock index ae32781..7952722 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -89,10 +89,11 @@ 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.12.0) + erubi (1.11.0) ffi (1.15.5) globalid (1.0.0) activesupport (>= 5.0) @@ -104,6 +105,9 @@ 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) @@ -111,41 +115,39 @@ GEM loofah (2.19.1) crass (~> 1.0.2) nokogiri (>= 1.5.9) - mail (2.8.0) + mail (2.7.1) 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.12.0) + mini_magick (4.11.0) mini_mime (1.1.2) - mini_portile2 (2.8.1) minitest (5.16.3) msgpack (1.6.0) - net-imap (0.3.4) - date + net-imap (0.3.1) net-protocol net-pop (0.1.2) net-protocol - net-protocol (0.2.1) + net-protocol (0.1.3) timeout net-smtp (0.3.3) net-protocol nio4r (2.5.8) - nokogiri (1.13.10) - mini_portile2 (~> 2.8.0) + 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) racc (~> 1.4) parallel (1.22.1) parser (3.1.3.0) ast (~> 2.4.1) pg (1.4.5) - public_suffix (5.0.1) + public_suffix (5.0.0) puma (6.0.1) nio4r (~> 2.0) - racc (1.6.2) - rack (2.2.5) + racc (1.6.1) + rack (2.2.4) rack-mini-profiler (3.0.0) rack (>= 1.2.0) rack-test (2.0.2) @@ -183,13 +185,15 @@ 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.1) + rspec-expectations (3.12.0) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.12.0) - rspec-mocks (3.12.1) + rspec-mocks (3.12.0) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.12.0) rspec-rails (6.0.1) @@ -227,9 +231,9 @@ GEM rexml (~> 3.2, >= 3.2.5) rubyzip (>= 1.2.2, < 3.0) websocket (~> 1.0) - sprockets (4.2.0) + sprockets (4.1.1) concurrent-ruby (~> 1.0) - rack (>= 2.2.4, < 4) + rack (> 1, < 3) sprockets-rails (3.4.2) actionpack (>= 5.2) activesupport (>= 5.2) @@ -237,7 +241,7 @@ GEM stimulus-rails (1.2.1) railties (>= 6.0.0) thor (1.2.1) - timeout (0.3.1) + timeout (0.3.0) turbo-rails (1.3.2) actionpack (>= 6.0.0) activejob (>= 6.0.0)