diff --git a/Gemfile.lock b/Gemfile.lock index afc3da7f..0095acbb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,35 +1,35 @@ GEM remote: https://rubygems.org/ specs: - actioncable (7.1.4.1) - actionpack (= 7.1.4.1) - activesupport (= 7.1.4.1) + actioncable (7.1.5.1) + actionpack (= 7.1.5.1) + activesupport (= 7.1.5.1) nio4r (~> 2.0) websocket-driver (>= 0.6.1) zeitwerk (~> 2.6) - actionmailbox (7.1.4.1) - actionpack (= 7.1.4.1) - activejob (= 7.1.4.1) - activerecord (= 7.1.4.1) - activestorage (= 7.1.4.1) - activesupport (= 7.1.4.1) + actionmailbox (7.1.5.1) + actionpack (= 7.1.5.1) + activejob (= 7.1.5.1) + activerecord (= 7.1.5.1) + activestorage (= 7.1.5.1) + activesupport (= 7.1.5.1) mail (>= 2.7.1) net-imap net-pop net-smtp - actionmailer (7.1.4.1) - actionpack (= 7.1.4.1) - actionview (= 7.1.4.1) - activejob (= 7.1.4.1) - activesupport (= 7.1.4.1) + actionmailer (7.1.5.1) + actionpack (= 7.1.5.1) + actionview (= 7.1.5.1) + activejob (= 7.1.5.1) + activesupport (= 7.1.5.1) mail (~> 2.5, >= 2.5.4) net-imap net-pop net-smtp rails-dom-testing (~> 2.2) - actionpack (7.1.4.1) - actionview (= 7.1.4.1) - activesupport (= 7.1.4.1) + actionpack (7.1.5.1) + actionview (= 7.1.5.1) + activesupport (= 7.1.5.1) nokogiri (>= 1.8.5) racc rack (>= 2.2.4) @@ -37,48 +37,52 @@ GEM rack-test (>= 0.6.3) rails-dom-testing (~> 2.2) rails-html-sanitizer (~> 1.6) - actiontext (7.1.4.1) - actionpack (= 7.1.4.1) - activerecord (= 7.1.4.1) - activestorage (= 7.1.4.1) - activesupport (= 7.1.4.1) + actiontext (7.1.5.1) + actionpack (= 7.1.5.1) + activerecord (= 7.1.5.1) + activestorage (= 7.1.5.1) + activesupport (= 7.1.5.1) globalid (>= 0.6.0) nokogiri (>= 1.8.5) - actionview (7.1.4.1) - activesupport (= 7.1.4.1) + actionview (7.1.5.1) + activesupport (= 7.1.5.1) builder (~> 3.1) erubi (~> 1.11) rails-dom-testing (~> 2.2) rails-html-sanitizer (~> 1.6) - activejob (7.1.4.1) - activesupport (= 7.1.4.1) + activejob (7.1.5.1) + activesupport (= 7.1.5.1) globalid (>= 0.3.6) - activemodel (7.1.4.1) - activesupport (= 7.1.4.1) - activerecord (7.1.4.1) - activemodel (= 7.1.4.1) - activesupport (= 7.1.4.1) + activemodel (7.1.5.1) + activesupport (= 7.1.5.1) + activerecord (7.1.5.1) + activemodel (= 7.1.5.1) + activesupport (= 7.1.5.1) timeout (>= 0.4.0) - activestorage (7.1.4.1) - actionpack (= 7.1.4.1) - activejob (= 7.1.4.1) - activerecord (= 7.1.4.1) - activesupport (= 7.1.4.1) + activestorage (7.1.5.1) + actionpack (= 7.1.5.1) + activejob (= 7.1.5.1) + activerecord (= 7.1.5.1) + activesupport (= 7.1.5.1) marcel (~> 1.0) - activesupport (7.1.4.1) + activesupport (7.1.5.1) base64 + benchmark (>= 0.3) bigdecimal concurrent-ruby (~> 1.0, >= 1.0.2) connection_pool (>= 2.2.5) drb i18n (>= 1.6, < 2) + logger (>= 1.4.2) minitest (>= 5.1) mutex_m + securerandom (>= 0.3) tzinfo (~> 2.0) addressable (2.8.7) public_suffix (>= 2.0.2, < 7.0) ast (2.4.2) base64 (0.2.0) + benchmark (0.4.0) bigdecimal (3.1.8) builder (3.3.0) byebug (11.1.3) @@ -166,7 +170,7 @@ GEM i18n (1.14.6) concurrent-ruby (~> 1.0) io-console (0.8.0) - irb (1.14.1) + irb (1.14.2) rdoc (>= 4.0.0) reline (>= 0.4.2) json (2.7.5) @@ -196,7 +200,7 @@ GEM bigdecimal (~> 3.1) multipart-post (2.4.1) mutex_m (0.3.0) - net-imap (0.5.1) + net-imap (0.5.2) date net-protocol net-pop (0.1.2) @@ -206,7 +210,7 @@ GEM net-smtp (0.5.0) net-protocol nio4r (2.7.4) - nokogiri (1.17.1) + nokogiri (1.17.2) mini_portile2 (~> 2.8.2) racc (~> 1.4) open_uri_redirections (0.2.1) @@ -218,7 +222,7 @@ GEM prime (0.1.3) forwardable singleton - psych (5.2.1) + psych (5.2.2) date stringio public_suffix (6.0.1) @@ -236,33 +240,33 @@ GEM rack (>= 1.3) rackup (2.2.1) rack (>= 3) - rails (7.1.4.1) - actioncable (= 7.1.4.1) - actionmailbox (= 7.1.4.1) - actionmailer (= 7.1.4.1) - actionpack (= 7.1.4.1) - actiontext (= 7.1.4.1) - actionview (= 7.1.4.1) - activejob (= 7.1.4.1) - activemodel (= 7.1.4.1) - activerecord (= 7.1.4.1) - activestorage (= 7.1.4.1) - activesupport (= 7.1.4.1) + rails (7.1.5.1) + actioncable (= 7.1.5.1) + actionmailbox (= 7.1.5.1) + actionmailer (= 7.1.5.1) + actionpack (= 7.1.5.1) + actiontext (= 7.1.5.1) + actionview (= 7.1.5.1) + activejob (= 7.1.5.1) + activemodel (= 7.1.5.1) + activerecord (= 7.1.5.1) + activestorage (= 7.1.5.1) + activesupport (= 7.1.5.1) bundler (>= 1.15.0) - railties (= 7.1.4.1) + railties (= 7.1.5.1) rails-dom-testing (2.2.0) activesupport (>= 5.0.0) minitest nokogiri (>= 1.6) - rails-html-sanitizer (1.6.1) + rails-html-sanitizer (1.6.2) loofah (~> 2.21) nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0) rails-i18n (7.0.9) i18n (>= 0.7, < 2) railties (>= 6.0.0, < 8) - railties (7.1.4.1) - actionpack (= 7.1.4.1) - activesupport (= 7.1.4.1) + railties (7.1.5.1) + actionpack (= 7.1.5.1) + activesupport (= 7.1.5.1) irb rackup (>= 1.0.0) rake (>= 12.2) @@ -270,11 +274,11 @@ GEM zeitwerk (~> 2.6) rainbow (3.1.1) rake (13.2.1) - rdoc (6.8.1) + rdoc (6.9.1) psych (>= 4.0.0) redcarpet (3.5.1) regexp_parser (2.9.2) - reline (0.5.12) + reline (0.6.0) io-console (~> 0.5) request_store (1.5.1) rack (>= 1.4) @@ -318,6 +322,7 @@ GEM sprockets (> 3.0) sprockets-rails tilt + securerandom (0.4.1) selenium-webdriver (4.27.0) base64 (~> 0.2) logger (~> 1.4) @@ -347,7 +352,7 @@ GEM text (1.3.1) thor (1.3.2) tilt (2.4.0) - timeout (0.4.2) + timeout (0.4.3) tzinfo (2.0.6) concurrent-ruby (~> 1.0) unicode-display_width (2.6.0) diff --git a/vendor/cache/actioncable-7.1.4.1.gem b/vendor/cache/actioncable-7.1.4.1.gem deleted file mode 100644 index be5dcc3e..00000000 Binary files a/vendor/cache/actioncable-7.1.4.1.gem and /dev/null differ diff --git a/vendor/cache/actioncable-7.1.5.1.gem b/vendor/cache/actioncable-7.1.5.1.gem new file mode 100644 index 00000000..988e9070 Binary files /dev/null and b/vendor/cache/actioncable-7.1.5.1.gem differ diff --git a/vendor/cache/actionmailbox-7.1.4.1.gem b/vendor/cache/actionmailbox-7.1.4.1.gem deleted file mode 100644 index b38a2a1b..00000000 Binary files a/vendor/cache/actionmailbox-7.1.4.1.gem and /dev/null differ diff --git a/vendor/cache/actionmailbox-7.1.5.1.gem b/vendor/cache/actionmailbox-7.1.5.1.gem new file mode 100644 index 00000000..8309aebe Binary files /dev/null and b/vendor/cache/actionmailbox-7.1.5.1.gem differ diff --git a/vendor/cache/actionmailer-7.1.4.1.gem b/vendor/cache/actionmailer-7.1.4.1.gem deleted file mode 100644 index a8437b8b..00000000 Binary files a/vendor/cache/actionmailer-7.1.4.1.gem and /dev/null differ diff --git a/vendor/cache/actionmailer-7.1.5.1.gem b/vendor/cache/actionmailer-7.1.5.1.gem new file mode 100644 index 00000000..a30f14eb Binary files /dev/null and b/vendor/cache/actionmailer-7.1.5.1.gem differ diff --git a/vendor/cache/actionpack-7.1.4.1.gem b/vendor/cache/actionpack-7.1.4.1.gem deleted file mode 100644 index 16bb6945..00000000 Binary files a/vendor/cache/actionpack-7.1.4.1.gem and /dev/null differ diff --git a/vendor/cache/actionpack-7.1.5.1.gem b/vendor/cache/actionpack-7.1.5.1.gem new file mode 100644 index 00000000..527f76f2 Binary files /dev/null and b/vendor/cache/actionpack-7.1.5.1.gem differ diff --git a/vendor/cache/actiontext-7.1.4.1.gem b/vendor/cache/actiontext-7.1.4.1.gem deleted file mode 100644 index b59916c4..00000000 Binary files a/vendor/cache/actiontext-7.1.4.1.gem and /dev/null differ diff --git a/vendor/cache/actiontext-7.1.5.1.gem b/vendor/cache/actiontext-7.1.5.1.gem new file mode 100644 index 00000000..47819e74 Binary files /dev/null and b/vendor/cache/actiontext-7.1.5.1.gem differ diff --git a/vendor/cache/actionview-7.1.4.1.gem b/vendor/cache/actionview-7.1.4.1.gem deleted file mode 100644 index 8add4978..00000000 Binary files a/vendor/cache/actionview-7.1.4.1.gem and /dev/null differ diff --git a/vendor/cache/actionview-7.1.5.1.gem b/vendor/cache/actionview-7.1.5.1.gem new file mode 100644 index 00000000..bfcb9f79 Binary files /dev/null and b/vendor/cache/actionview-7.1.5.1.gem differ diff --git a/vendor/cache/activejob-7.1.4.1.gem b/vendor/cache/activejob-7.1.4.1.gem deleted file mode 100644 index 7e101598..00000000 Binary files a/vendor/cache/activejob-7.1.4.1.gem and /dev/null differ diff --git a/vendor/cache/activejob-7.1.5.1.gem b/vendor/cache/activejob-7.1.5.1.gem new file mode 100644 index 00000000..df0717fc Binary files /dev/null and b/vendor/cache/activejob-7.1.5.1.gem differ diff --git a/vendor/cache/activemodel-7.1.4.1.gem b/vendor/cache/activemodel-7.1.4.1.gem deleted file mode 100644 index 1c9e03e1..00000000 Binary files a/vendor/cache/activemodel-7.1.4.1.gem and /dev/null differ diff --git a/vendor/cache/activemodel-7.1.5.1.gem b/vendor/cache/activemodel-7.1.5.1.gem new file mode 100644 index 00000000..9ff5af01 Binary files /dev/null and b/vendor/cache/activemodel-7.1.5.1.gem differ diff --git a/vendor/cache/activerecord-7.1.4.1.gem b/vendor/cache/activerecord-7.1.4.1.gem deleted file mode 100644 index bf26c1ff..00000000 Binary files a/vendor/cache/activerecord-7.1.4.1.gem and /dev/null differ diff --git a/vendor/cache/activerecord-7.1.5.1.gem b/vendor/cache/activerecord-7.1.5.1.gem new file mode 100644 index 00000000..0f53059a Binary files /dev/null and b/vendor/cache/activerecord-7.1.5.1.gem differ diff --git a/vendor/cache/activestorage-7.1.4.1.gem b/vendor/cache/activestorage-7.1.4.1.gem deleted file mode 100644 index f59a08a4..00000000 Binary files a/vendor/cache/activestorage-7.1.4.1.gem and /dev/null differ diff --git a/vendor/cache/activestorage-7.1.5.1.gem b/vendor/cache/activestorage-7.1.5.1.gem new file mode 100644 index 00000000..65a1e4bd Binary files /dev/null and b/vendor/cache/activestorage-7.1.5.1.gem differ diff --git a/vendor/cache/activesupport-7.1.4.1.gem b/vendor/cache/activesupport-7.1.4.1.gem deleted file mode 100644 index 23733cdc..00000000 Binary files a/vendor/cache/activesupport-7.1.4.1.gem and /dev/null differ diff --git a/vendor/cache/activesupport-7.1.5.1.gem b/vendor/cache/activesupport-7.1.5.1.gem new file mode 100644 index 00000000..449282fc Binary files /dev/null and b/vendor/cache/activesupport-7.1.5.1.gem differ diff --git a/vendor/cache/benchmark-0.4.0.gem b/vendor/cache/benchmark-0.4.0.gem new file mode 100644 index 00000000..1fc043ce Binary files /dev/null and b/vendor/cache/benchmark-0.4.0.gem differ diff --git a/vendor/cache/irb-1.14.1.gem b/vendor/cache/irb-1.14.1.gem deleted file mode 100644 index 4a324c84..00000000 Binary files a/vendor/cache/irb-1.14.1.gem and /dev/null differ diff --git a/vendor/cache/irb-1.14.2.gem b/vendor/cache/irb-1.14.2.gem new file mode 100644 index 00000000..e87550c2 Binary files /dev/null and b/vendor/cache/irb-1.14.2.gem differ diff --git a/vendor/cache/net-imap-0.5.1.gem b/vendor/cache/net-imap-0.5.1.gem deleted file mode 100644 index aa75d023..00000000 Binary files a/vendor/cache/net-imap-0.5.1.gem and /dev/null differ diff --git a/vendor/cache/net-imap-0.5.2.gem b/vendor/cache/net-imap-0.5.2.gem new file mode 100644 index 00000000..b31b5969 Binary files /dev/null and b/vendor/cache/net-imap-0.5.2.gem differ diff --git a/vendor/cache/nokogiri-1.17.1.gem b/vendor/cache/nokogiri-1.17.2.gem similarity index 91% rename from vendor/cache/nokogiri-1.17.1.gem rename to vendor/cache/nokogiri-1.17.2.gem index 7cf85b86..f2372414 100644 Binary files a/vendor/cache/nokogiri-1.17.1.gem and b/vendor/cache/nokogiri-1.17.2.gem differ diff --git a/vendor/cache/psych-5.2.1.gem b/vendor/cache/psych-5.2.1.gem deleted file mode 100644 index dbf68f76..00000000 Binary files a/vendor/cache/psych-5.2.1.gem and /dev/null differ diff --git a/vendor/cache/psych-5.2.2.gem b/vendor/cache/psych-5.2.2.gem new file mode 100644 index 00000000..db32c36c Binary files /dev/null and b/vendor/cache/psych-5.2.2.gem differ diff --git a/vendor/cache/rails-7.1.4.1.gem b/vendor/cache/rails-7.1.4.1.gem deleted file mode 100644 index 9c7d1d06..00000000 Binary files a/vendor/cache/rails-7.1.4.1.gem and /dev/null differ diff --git a/vendor/cache/rails-7.1.5.1.gem b/vendor/cache/rails-7.1.5.1.gem new file mode 100644 index 00000000..74eb72c9 Binary files /dev/null and b/vendor/cache/rails-7.1.5.1.gem differ diff --git a/vendor/cache/rails-html-sanitizer-1.6.1.gem b/vendor/cache/rails-html-sanitizer-1.6.1.gem deleted file mode 100644 index 50e5d7d4..00000000 Binary files a/vendor/cache/rails-html-sanitizer-1.6.1.gem and /dev/null differ diff --git a/vendor/cache/rails-html-sanitizer-1.6.2.gem b/vendor/cache/rails-html-sanitizer-1.6.2.gem new file mode 100644 index 00000000..4e9da15e Binary files /dev/null and b/vendor/cache/rails-html-sanitizer-1.6.2.gem differ diff --git a/vendor/cache/railties-7.1.4.1.gem b/vendor/cache/railties-7.1.4.1.gem deleted file mode 100644 index 229ab0c1..00000000 Binary files a/vendor/cache/railties-7.1.4.1.gem and /dev/null differ diff --git a/vendor/cache/railties-7.1.5.1.gem b/vendor/cache/railties-7.1.5.1.gem new file mode 100644 index 00000000..2fbb636b Binary files /dev/null and b/vendor/cache/railties-7.1.5.1.gem differ diff --git a/vendor/cache/rdoc-6.8.1.gem b/vendor/cache/rdoc-6.8.1.gem deleted file mode 100644 index 6fe537b0..00000000 Binary files a/vendor/cache/rdoc-6.8.1.gem and /dev/null differ diff --git a/vendor/cache/rdoc-6.9.1.gem b/vendor/cache/rdoc-6.9.1.gem new file mode 100644 index 00000000..56affb9e Binary files /dev/null and b/vendor/cache/rdoc-6.9.1.gem differ diff --git a/vendor/cache/reline-0.5.12.gem b/vendor/cache/reline-0.5.12.gem deleted file mode 100644 index 145ac05a..00000000 Binary files a/vendor/cache/reline-0.5.12.gem and /dev/null differ diff --git a/vendor/cache/reline-0.6.0.gem b/vendor/cache/reline-0.6.0.gem new file mode 100644 index 00000000..b70bd2e2 Binary files /dev/null and b/vendor/cache/reline-0.6.0.gem differ diff --git a/vendor/cache/securerandom-0.4.1.gem b/vendor/cache/securerandom-0.4.1.gem new file mode 100644 index 00000000..05072cab Binary files /dev/null and b/vendor/cache/securerandom-0.4.1.gem differ diff --git a/vendor/cache/timeout-0.4.2.gem b/vendor/cache/timeout-0.4.2.gem deleted file mode 100644 index 13094507..00000000 Binary files a/vendor/cache/timeout-0.4.2.gem and /dev/null differ diff --git a/vendor/cache/timeout-0.4.3.gem b/vendor/cache/timeout-0.4.3.gem new file mode 100644 index 00000000..8aecf8c6 Binary files /dev/null and b/vendor/cache/timeout-0.4.3.gem differ