From 63ceac8c0da1d24c0314b632af4811d0abce28e2 Mon Sep 17 00:00:00 2001 From: Chris Oliver Date: Thu, 8 Aug 2024 19:39:48 -0500 Subject: [PATCH] Update gemfiles --- Gemfile.lock | 4 +- gemfiles/rails_6_1.gemfile.lock | 44 ++++---- gemfiles/rails_7.gemfile.lock | 34 +++---- gemfiles/rails_7_1.gemfile.lock | 40 ++++---- gemfiles/rails_7_2.gemfile.lock | 168 ++++++++++++++++--------------- gemfiles/rails_main.gemfile.lock | 54 +++++----- 6 files changed, 171 insertions(+), 173 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 8358487..d6470ed 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -151,8 +151,8 @@ GEM paper_trail (15.1.0) activerecord (>= 6.1) request_store (~> 1.4) - parallel (1.25.1) - parser (3.3.4.0) + parallel (1.26.1) + parser (3.3.4.2) ast (~> 2.4.1) racc pg (1.5.7) diff --git a/gemfiles/rails_6_1.gemfile.lock b/gemfiles/rails_6_1.gemfile.lock index 9075ac6..7d055b1 100644 --- a/gemfiles/rails_6_1.gemfile.lock +++ b/gemfiles/rails_6_1.gemfile.lock @@ -78,8 +78,7 @@ GEM concurrent-ruby (1.3.3) crass (1.0.6) date (3.3.4) - docile (1.4.0) - erubi (1.12.0) + erubi (1.13.0) ffaker (2.23.0) friendly_id (5.5.1) activerecord (>= 4.0.0) @@ -102,11 +101,11 @@ GEM method_source (1.1.0) mini_mime (1.1.5) mini_portile2 (2.8.7) - minitest (5.23.1) + minitest (5.24.1) mysql2 (0.5.6) name_of_person (1.1.3) activesupport (>= 5.2.0) - net-imap (0.4.12) + net-imap (0.4.14) date net-protocol net-pop (0.1.2) @@ -116,27 +115,27 @@ GEM net-smtp (0.5.0) net-protocol nio4r (2.7.3) - nokogiri (1.16.5) + nokogiri (1.16.7) mini_portile2 (~> 2.8.2) racc (~> 1.4) - nokogiri (1.16.5-arm64-darwin) + nokogiri (1.16.7-arm64-darwin) racc (~> 1.4) - nokogiri (1.16.5-x86_64-darwin) + nokogiri (1.16.7-x86_64-darwin) racc (~> 1.4) - nokogiri (1.16.5-x86_64-linux) + nokogiri (1.16.7-x86_64-linux) racc (~> 1.4) - pagy (8.4.4) + pagy (9.0.5) paper_trail (15.1.0) activerecord (>= 6.1) request_store (~> 1.4) - parallel (1.25.1) - parser (3.3.3.0) + parallel (1.26.1) + parser (3.3.4.2) ast (~> 2.4.1) racc - pg (1.5.6) + pg (1.5.7) puma (6.4.2) nio4r (~> 2.0) - racc (1.8.0) + racc (1.8.1) rack (2.2.9) rack-test (2.1.0) rack (>= 1.3) @@ -173,7 +172,7 @@ GEM regexp_parser (2.9.2) request_store (1.7.0) rack (>= 1.4) - rexml (3.3.0) + rexml (3.3.4) strscan rubocop (1.64.1) json (~> 2.3) @@ -186,22 +185,16 @@ GEM rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.0) parser (>= 3.3.1.0) - rubocop-performance (1.21.0) + rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (1.13.0) - simplecov (0.22.0) - docile (~> 1.1) - simplecov-html (~> 0.11) - simplecov_json_formatter (~> 0.1) - simplecov-html (0.12.3) - simplecov_json_formatter (0.1.4) sprockets (4.2.1) concurrent-ruby (~> 1.0) rack (>= 2.2.4, < 4) - sprockets-rails (3.5.1) + sprockets-rails (3.5.2) actionpack (>= 6.1) activesupport (>= 6.1) sprockets (>= 3.0.0) @@ -210,7 +203,7 @@ GEM sqlite3 (1.7.3-arm64-darwin) sqlite3 (1.7.3-x86_64-darwin) sqlite3 (1.7.3-x86_64-linux) - standard (1.37.0) + standard (1.39.2) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) rubocop (~> 1.64.0) @@ -238,7 +231,7 @@ GEM websocket-driver (0.7.6) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) - zeitwerk (2.6.15) + zeitwerk (2.6.17) PLATFORMS arm64-darwin-21 @@ -262,7 +255,6 @@ DEPENDENCIES pg puma rails (~> 6.1.0) - simplecov sprockets-rails sqlite3 (~> 1.4) standardrb diff --git a/gemfiles/rails_7.gemfile.lock b/gemfiles/rails_7.gemfile.lock index a34b04d..5e6fa8f 100644 --- a/gemfiles/rails_7.gemfile.lock +++ b/gemfiles/rails_7.gemfile.lock @@ -84,7 +84,7 @@ GEM concurrent-ruby (1.3.3) crass (1.0.6) date (3.3.4) - erubi (1.12.0) + erubi (1.13.0) ffaker (2.23.0) friendly_id (5.5.1) activerecord (>= 4.0.0) @@ -107,11 +107,11 @@ GEM method_source (1.1.0) mini_mime (1.1.5) mini_portile2 (2.8.7) - minitest (5.23.1) + minitest (5.24.1) mysql2 (0.5.6) name_of_person (1.1.3) activesupport (>= 5.2.0) - net-imap (0.4.12) + net-imap (0.4.14) date net-protocol net-pop (0.1.2) @@ -121,24 +121,24 @@ GEM net-smtp (0.5.0) net-protocol nio4r (2.7.3) - nokogiri (1.16.5) + nokogiri (1.16.7) mini_portile2 (~> 2.8.2) racc (~> 1.4) - nokogiri (1.16.5-arm64-darwin) + nokogiri (1.16.7-arm64-darwin) racc (~> 1.4) - nokogiri (1.16.5-x86_64-darwin) + nokogiri (1.16.7-x86_64-darwin) racc (~> 1.4) - nokogiri (1.16.5-x86_64-linux) + nokogiri (1.16.7-x86_64-linux) racc (~> 1.4) - pagy (8.4.4) + pagy (9.0.5) paper_trail (15.1.0) activerecord (>= 6.1) request_store (~> 1.4) - parallel (1.25.1) - parser (3.3.3.0) + parallel (1.26.1) + parser (3.3.4.2) ast (~> 2.4.1) racc - pg (1.5.6) + pg (1.5.7) propshaft (0.9.0) actionpack (>= 7.0.0) activesupport (>= 7.0.0) @@ -146,7 +146,7 @@ GEM railties (>= 7.0.0) puma (6.4.2) nio4r (~> 2.0) - racc (1.8.0) + racc (1.8.1) rack (2.2.9) rack-test (2.1.0) rack (>= 1.3) @@ -183,7 +183,7 @@ GEM regexp_parser (2.9.2) request_store (1.7.0) rack (>= 1.4) - rexml (3.3.0) + rexml (3.3.4) strscan rubocop (1.64.1) json (~> 2.3) @@ -196,9 +196,9 @@ GEM rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.0) parser (>= 3.3.1.0) - rubocop-performance (1.21.0) + rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (1.13.0) @@ -214,7 +214,7 @@ GEM sqlite3 (1.7.3-arm64-darwin) sqlite3 (1.7.3-x86_64-darwin) sqlite3 (1.7.3-x86_64-linux) - standard (1.37.0) + standard (1.39.2) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) rubocop (~> 1.64.0) @@ -242,7 +242,7 @@ GEM websocket-driver (0.7.6) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) - zeitwerk (2.6.15) + zeitwerk (2.6.17) PLATFORMS arm64-darwin-21 diff --git a/gemfiles/rails_7_1.gemfile.lock b/gemfiles/rails_7_1.gemfile.lock index 4a673f7..8abebc0 100644 --- a/gemfiles/rails_7_1.gemfile.lock +++ b/gemfiles/rails_7_1.gemfile.lock @@ -97,7 +97,7 @@ GEM crass (1.0.6) date (3.3.4) drb (2.2.1) - erubi (1.12.0) + erubi (1.13.0) ffaker (2.23.0) friendly_id (5.5.1) activerecord (>= 4.0.0) @@ -106,7 +106,7 @@ GEM i18n (1.14.5) concurrent-ruby (~> 1.0) io-console (0.7.2) - irb (1.13.1) + irb (1.14.0) rdoc (>= 4.0.0) reline (>= 0.4.2) json (2.7.2) @@ -123,12 +123,12 @@ GEM marcel (1.0.4) mini_mime (1.1.5) mini_portile2 (2.8.7) - minitest (5.23.1) + minitest (5.24.1) mutex_m (0.2.0) mysql2 (0.5.6) name_of_person (1.1.3) activesupport (>= 5.2.0) - net-imap (0.4.12) + net-imap (0.4.14) date net-protocol net-pop (0.1.2) @@ -138,24 +138,24 @@ GEM net-smtp (0.5.0) net-protocol nio4r (2.7.3) - nokogiri (1.16.5) + nokogiri (1.16.7) mini_portile2 (~> 2.8.2) racc (~> 1.4) - nokogiri (1.16.5-arm64-darwin) + nokogiri (1.16.7-arm64-darwin) racc (~> 1.4) - nokogiri (1.16.5-x86_64-darwin) + nokogiri (1.16.7-x86_64-darwin) racc (~> 1.4) - nokogiri (1.16.5-x86_64-linux) + nokogiri (1.16.7-x86_64-linux) racc (~> 1.4) - pagy (8.4.4) + pagy (9.0.5) paper_trail (15.1.0) activerecord (>= 6.1) request_store (~> 1.4) - parallel (1.25.1) - parser (3.3.3.0) + parallel (1.26.1) + parser (3.3.4.2) ast (~> 2.4.1) racc - pg (1.5.6) + pg (1.5.7) propshaft (0.9.0) actionpack (>= 7.0.0) activesupport (>= 7.0.0) @@ -165,8 +165,8 @@ GEM stringio puma (6.4.2) nio4r (~> 2.0) - racc (1.8.0) - rack (3.1.3) + racc (1.8.1) + rack (3.1.7) rack-session (2.0.0) rack (>= 3.0.0) rack-test (2.1.0) @@ -212,7 +212,7 @@ GEM io-console (~> 0.5) request_store (1.7.0) rack (>= 1.4) - rexml (3.3.0) + rexml (3.3.4) strscan rubocop (1.64.1) json (~> 2.3) @@ -225,9 +225,9 @@ GEM rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.0) parser (>= 3.3.1.0) - rubocop-performance (1.21.0) + rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (1.13.0) @@ -243,7 +243,7 @@ GEM sqlite3 (1.7.3-arm64-darwin) sqlite3 (1.7.3-x86_64-darwin) sqlite3 (1.7.3-x86_64-linux) - standard (1.37.0) + standard (1.39.2) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) rubocop (~> 1.64.0) @@ -257,7 +257,7 @@ GEM rubocop-performance (~> 1.21.0) standardrb (1.0.1) standard - stringio (3.1.0) + stringio (3.1.1) strscan (3.1.0) thor (1.3.1) timeout (0.4.1) @@ -273,7 +273,7 @@ GEM websocket-driver (0.7.6) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) - zeitwerk (2.6.15) + zeitwerk (2.6.17) PLATFORMS arm64-darwin-21 diff --git a/gemfiles/rails_7_2.gemfile.lock b/gemfiles/rails_7_2.gemfile.lock index e84b6b5..f7cd776 100644 --- a/gemfiles/rails_7_2.gemfile.lock +++ b/gemfiles/rails_7_2.gemfile.lock @@ -8,73 +8,75 @@ PATH GEM remote: https://rubygems.org/ specs: - actioncable (7.2.0.beta2) - actionpack (= 7.2.0.beta2) - activesupport (= 7.2.0.beta2) + actioncable (7.2.0.rc1) + actionpack (= 7.2.0.rc1) + activesupport (= 7.2.0.rc1) nio4r (~> 2.0) websocket-driver (>= 0.6.1) zeitwerk (~> 2.6) - actionmailbox (7.2.0.beta2) - actionpack (= 7.2.0.beta2) - activejob (= 7.2.0.beta2) - activerecord (= 7.2.0.beta2) - activestorage (= 7.2.0.beta2) - activesupport (= 7.2.0.beta2) + actionmailbox (7.2.0.rc1) + actionpack (= 7.2.0.rc1) + activejob (= 7.2.0.rc1) + activerecord (= 7.2.0.rc1) + activestorage (= 7.2.0.rc1) + activesupport (= 7.2.0.rc1) mail (>= 2.8.0) - actionmailer (7.2.0.beta2) - actionpack (= 7.2.0.beta2) - actionview (= 7.2.0.beta2) - activejob (= 7.2.0.beta2) - activesupport (= 7.2.0.beta2) + actionmailer (7.2.0.rc1) + actionpack (= 7.2.0.rc1) + actionview (= 7.2.0.rc1) + activejob (= 7.2.0.rc1) + activesupport (= 7.2.0.rc1) mail (>= 2.8.0) rails-dom-testing (~> 2.2) - actionpack (7.2.0.beta2) - actionview (= 7.2.0.beta2) - activesupport (= 7.2.0.beta2) + actionpack (7.2.0.rc1) + actionview (= 7.2.0.rc1) + activesupport (= 7.2.0.rc1) nokogiri (>= 1.8.5) racc - rack (>= 2.2.4) + rack (>= 2.2.4, < 3.2) rack-session (>= 1.0.1) rack-test (>= 0.6.3) rails-dom-testing (~> 2.2) rails-html-sanitizer (~> 1.6) useragent (~> 0.16) - actiontext (7.2.0.beta2) - actionpack (= 7.2.0.beta2) - activerecord (= 7.2.0.beta2) - activestorage (= 7.2.0.beta2) - activesupport (= 7.2.0.beta2) + actiontext (7.2.0.rc1) + actionpack (= 7.2.0.rc1) + activerecord (= 7.2.0.rc1) + activestorage (= 7.2.0.rc1) + activesupport (= 7.2.0.rc1) globalid (>= 0.6.0) nokogiri (>= 1.8.5) - actionview (7.2.0.beta2) - activesupport (= 7.2.0.beta2) + actionview (7.2.0.rc1) + activesupport (= 7.2.0.rc1) builder (~> 3.1) erubi (~> 1.11) rails-dom-testing (~> 2.2) rails-html-sanitizer (~> 1.6) - activejob (7.2.0.beta2) - activesupport (= 7.2.0.beta2) + activejob (7.2.0.rc1) + activesupport (= 7.2.0.rc1) globalid (>= 0.3.6) - activemodel (7.2.0.beta2) - activesupport (= 7.2.0.beta2) - activerecord (7.2.0.beta2) - activemodel (= 7.2.0.beta2) - activesupport (= 7.2.0.beta2) + activemodel (7.2.0.rc1) + activesupport (= 7.2.0.rc1) + activerecord (7.2.0.rc1) + activemodel (= 7.2.0.rc1) + activesupport (= 7.2.0.rc1) timeout (>= 0.4.0) - activestorage (7.2.0.beta2) - actionpack (= 7.2.0.beta2) - activejob (= 7.2.0.beta2) - activerecord (= 7.2.0.beta2) - activesupport (= 7.2.0.beta2) + activestorage (7.2.0.rc1) + actionpack (= 7.2.0.rc1) + activejob (= 7.2.0.rc1) + activerecord (= 7.2.0.rc1) + activesupport (= 7.2.0.rc1) marcel (~> 1.0) - activesupport (7.2.0.beta2) + activesupport (7.2.0.rc1) base64 bigdecimal concurrent-ruby (~> 1.0, >= 1.3.1) connection_pool (>= 2.2.5) drb i18n (>= 1.6, < 2) + logger (>= 1.4.2) minitest (>= 5.1) + securerandom (>= 0.3) tzinfo (~> 2.0, >= 2.0.5) appraisal (2.5.0) bundler @@ -91,7 +93,7 @@ GEM crass (1.0.6) date (3.3.4) drb (2.2.1) - erubi (1.12.0) + erubi (1.13.0) ffaker (2.23.0) friendly_id (5.5.1) activerecord (>= 4.0.0) @@ -100,12 +102,13 @@ GEM i18n (1.14.5) concurrent-ruby (~> 1.0) io-console (0.7.2) - irb (1.13.1) + irb (1.14.0) rdoc (>= 4.0.0) reline (>= 0.4.2) json (2.7.2) language_server-protocol (3.17.0.3) lint_roller (1.1.0) + logger (1.6.0) loofah (2.22.0) crass (~> 1.0.2) nokogiri (>= 1.12.0) @@ -116,11 +119,11 @@ GEM net-smtp marcel (1.0.4) mini_mime (1.1.5) - minitest (5.23.1) + minitest (5.24.1) mysql2 (0.5.6) name_of_person (1.1.3) activesupport (>= 5.2.0) - net-imap (0.4.12) + net-imap (0.4.14) date net-protocol net-pop (0.1.2) @@ -130,27 +133,27 @@ GEM net-smtp (0.5.0) net-protocol nio4r (2.7.3) - nokogiri (1.16.5-aarch64-linux) + nokogiri (1.16.7-aarch64-linux) racc (~> 1.4) - nokogiri (1.16.5-arm-linux) + nokogiri (1.16.7-arm-linux) racc (~> 1.4) - nokogiri (1.16.5-arm64-darwin) + nokogiri (1.16.7-arm64-darwin) racc (~> 1.4) - nokogiri (1.16.5-x86-linux) + nokogiri (1.16.7-x86-linux) racc (~> 1.4) - nokogiri (1.16.5-x86_64-darwin) + nokogiri (1.16.7-x86_64-darwin) racc (~> 1.4) - nokogiri (1.16.5-x86_64-linux) + nokogiri (1.16.7-x86_64-linux) racc (~> 1.4) - pagy (8.4.4) + pagy (9.0.5) paper_trail (15.1.0) activerecord (>= 6.1) request_store (~> 1.4) - parallel (1.25.1) - parser (3.3.3.0) + parallel (1.26.1) + parser (3.3.4.2) ast (~> 2.4.1) racc - pg (1.5.6) + pg (1.5.7) propshaft (0.9.0) actionpack (>= 7.0.0) activesupport (>= 7.0.0) @@ -160,8 +163,8 @@ GEM stringio puma (6.4.2) nio4r (~> 2.0) - racc (1.8.0) - rack (3.1.3) + racc (1.8.1) + rack (3.1.7) rack-session (2.0.0) rack (>= 3.0.0) rack-test (2.1.0) @@ -169,20 +172,20 @@ GEM rackup (2.1.0) rack (>= 3) webrick (~> 1.8) - rails (7.2.0.beta2) - actioncable (= 7.2.0.beta2) - actionmailbox (= 7.2.0.beta2) - actionmailer (= 7.2.0.beta2) - actionpack (= 7.2.0.beta2) - actiontext (= 7.2.0.beta2) - actionview (= 7.2.0.beta2) - activejob (= 7.2.0.beta2) - activemodel (= 7.2.0.beta2) - activerecord (= 7.2.0.beta2) - activestorage (= 7.2.0.beta2) - activesupport (= 7.2.0.beta2) + rails (7.2.0.rc1) + actioncable (= 7.2.0.rc1) + actionmailbox (= 7.2.0.rc1) + actionmailer (= 7.2.0.rc1) + actionpack (= 7.2.0.rc1) + actiontext (= 7.2.0.rc1) + actionview (= 7.2.0.rc1) + activejob (= 7.2.0.rc1) + activemodel (= 7.2.0.rc1) + activerecord (= 7.2.0.rc1) + activestorage (= 7.2.0.rc1) + activesupport (= 7.2.0.rc1) bundler (>= 1.15.0) - railties (= 7.2.0.beta2) + railties (= 7.2.0.rc1) rails-dom-testing (2.2.0) activesupport (>= 5.0.0) minitest @@ -190,9 +193,9 @@ GEM rails-html-sanitizer (1.6.0) loofah (~> 2.21) nokogiri (~> 1.14) - railties (7.2.0.beta2) - actionpack (= 7.2.0.beta2) - activesupport (= 7.2.0.beta2) + railties (7.2.0.rc1) + actionpack (= 7.2.0.rc1) + activesupport (= 7.2.0.rc1) irb (~> 1.13) rackup (>= 1.0.0) rake (>= 12.2) @@ -207,7 +210,7 @@ GEM io-console (~> 0.5) request_store (1.7.0) rack (>= 1.4) - rexml (3.3.0) + rexml (3.3.4) strscan rubocop (1.64.1) json (~> 2.3) @@ -220,12 +223,13 @@ GEM rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.0) parser (>= 3.3.1.0) - rubocop-performance (1.21.0) + rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (1.13.0) + securerandom (0.3.1) sprockets (4.2.1) concurrent-ruby (~> 1.0) rack (>= 2.2.4, < 4) @@ -233,13 +237,13 @@ GEM actionpack (>= 6.1) activesupport (>= 6.1) sprockets (>= 3.0.0) - sqlite3 (2.0.2-aarch64-linux-gnu) - sqlite3 (2.0.2-arm-linux-gnu) - sqlite3 (2.0.2-arm64-darwin) - sqlite3 (2.0.2-x86-linux-gnu) - sqlite3 (2.0.2-x86_64-darwin) - sqlite3 (2.0.2-x86_64-linux-gnu) - standard (1.37.0) + sqlite3 (2.0.3-aarch64-linux-gnu) + sqlite3 (2.0.3-arm-linux-gnu) + sqlite3 (2.0.3-arm64-darwin) + sqlite3 (2.0.3-x86-linux-gnu) + sqlite3 (2.0.3-x86_64-darwin) + sqlite3 (2.0.3-x86_64-linux-gnu) + standard (1.39.2) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) rubocop (~> 1.64.0) @@ -253,7 +257,7 @@ GEM rubocop-performance (~> 1.21.0) standardrb (1.0.1) standard - stringio (3.1.0) + stringio (3.1.1) strscan (3.1.0) thor (1.3.1) timeout (0.4.1) @@ -270,7 +274,7 @@ GEM websocket-driver (0.7.6) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) - zeitwerk (2.6.15) + zeitwerk (2.6.17) PLATFORMS aarch64-linux diff --git a/gemfiles/rails_main.gemfile.lock b/gemfiles/rails_main.gemfile.lock index 32182b0..bd9f6be 100644 --- a/gemfiles/rails_main.gemfile.lock +++ b/gemfiles/rails_main.gemfile.lock @@ -1,6 +1,6 @@ GIT remote: https://github.com/rails/rails.git - revision: 00f38563a4e09036a4e00a44b264441e3cc4073a + revision: 136d0c2eb0d29c86d012e32a3dc26afa90b24cbd specs: actioncable (8.0.0.alpha) actionpack (= 8.0.0.alpha) @@ -68,8 +68,9 @@ GIT connection_pool (>= 2.2.5) drb i18n (>= 1.6, < 2) - logger + logger (>= 1.4.2) minitest (>= 5.1) + securerandom (>= 0.3) tzinfo (~> 2.0, >= 2.0.5) rails (8.0.0.alpha) actioncable (= 8.0.0.alpha) @@ -119,7 +120,7 @@ GEM crass (1.0.6) date (3.3.4) drb (2.2.1) - erubi (1.12.0) + erubi (1.13.0) ffaker (2.23.0) friendly_id (5.5.1) activerecord (>= 4.0.0) @@ -128,7 +129,7 @@ GEM i18n (1.14.5) concurrent-ruby (~> 1.0) io-console (0.7.2) - irb (1.13.1) + irb (1.14.0) rdoc (>= 4.0.0) reline (>= 0.4.2) json (2.7.2) @@ -146,11 +147,11 @@ GEM marcel (1.0.4) mini_mime (1.1.5) mini_portile2 (2.8.7) - minitest (5.23.1) + minitest (5.24.1) mysql2 (0.5.6) name_of_person (1.1.3) activesupport (>= 5.2.0) - net-imap (0.4.12) + net-imap (0.4.14) date net-protocol net-pop (0.1.2) @@ -160,24 +161,24 @@ GEM net-smtp (0.5.0) net-protocol nio4r (2.7.3) - nokogiri (1.16.5) + nokogiri (1.16.7) mini_portile2 (~> 2.8.2) racc (~> 1.4) - nokogiri (1.16.5-arm64-darwin) + nokogiri (1.16.7-arm64-darwin) racc (~> 1.4) - nokogiri (1.16.5-x86_64-darwin) + nokogiri (1.16.7-x86_64-darwin) racc (~> 1.4) - nokogiri (1.16.5-x86_64-linux) + nokogiri (1.16.7-x86_64-linux) racc (~> 1.4) - pagy (8.4.4) + pagy (9.0.5) paper_trail (15.1.0) activerecord (>= 6.1) request_store (~> 1.4) - parallel (1.25.1) - parser (3.3.3.0) + parallel (1.26.1) + parser (3.3.4.2) ast (~> 2.4.1) racc - pg (1.5.6) + pg (1.5.7) propshaft (0.9.0) actionpack (>= 7.0.0) activesupport (>= 7.0.0) @@ -187,8 +188,8 @@ GEM stringio puma (6.4.2) nio4r (~> 2.0) - racc (1.8.0) - rack (3.1.3) + racc (1.8.1) + rack (3.1.7) rack-session (2.0.0) rack (>= 3.0.0) rack-test (2.1.0) @@ -212,7 +213,7 @@ GEM io-console (~> 0.5) request_store (1.7.0) rack (>= 1.4) - rexml (3.3.0) + rexml (3.3.4) strscan rubocop (1.64.1) json (~> 2.3) @@ -225,12 +226,13 @@ GEM rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.0) parser (>= 3.3.1.0) - rubocop-performance (1.21.0) + rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (1.13.0) + securerandom (0.3.1) sprockets (4.2.1) concurrent-ruby (~> 1.0) rack (>= 2.2.4, < 4) @@ -238,12 +240,12 @@ GEM actionpack (>= 6.1) activesupport (>= 6.1) sprockets (>= 3.0.0) - sqlite3 (2.0.2) + sqlite3 (2.0.3) mini_portile2 (~> 2.8.0) - sqlite3 (2.0.2-arm64-darwin) - sqlite3 (2.0.2-x86_64-darwin) - sqlite3 (2.0.2-x86_64-linux-gnu) - standard (1.37.0) + sqlite3 (2.0.3-arm64-darwin) + sqlite3 (2.0.3-x86_64-darwin) + sqlite3 (2.0.3-x86_64-linux-gnu) + standard (1.39.2) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) rubocop (~> 1.64.0) @@ -257,7 +259,7 @@ GEM rubocop-performance (~> 1.21.0) standardrb (1.0.1) standard - stringio (3.1.0) + stringio (3.1.1) strscan (3.1.0) thor (1.3.1) timeout (0.4.1) @@ -274,7 +276,7 @@ GEM websocket-driver (0.7.6) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) - zeitwerk (2.6.15) + zeitwerk (2.6.17) PLATFORMS arm64-darwin-21