diff --git a/Gemfile.lock b/Gemfile.lock index d9de1d09..dedfdc96 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,84 +1,82 @@ GEM remote: https://rubygems.org/ specs: - actioncable (7.1.4.1) - actionpack (= 7.1.4.1) - activesupport (= 7.1.4.1) + actioncable (7.2.2.1) + actionpack (= 7.2.2.1) + activesupport (= 7.2.2.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) - 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) - mail (~> 2.5, >= 2.5.4) - net-imap - net-pop - net-smtp + actionmailbox (7.2.2.1) + actionpack (= 7.2.2.1) + activejob (= 7.2.2.1) + activerecord (= 7.2.2.1) + activestorage (= 7.2.2.1) + activesupport (= 7.2.2.1) + mail (>= 2.8.0) + actionmailer (7.2.2.1) + actionpack (= 7.2.2.1) + actionview (= 7.2.2.1) + activejob (= 7.2.2.1) + activesupport (= 7.2.2.1) + mail (>= 2.8.0) rails-dom-testing (~> 2.2) - actionpack (7.1.4.1) - actionview (= 7.1.4.1) - activesupport (= 7.1.4.1) + actionpack (7.2.2.1) + actionview (= 7.2.2.1) + activesupport (= 7.2.2.1) 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) - 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) + useragent (~> 0.16) + actiontext (7.2.2.1) + actionpack (= 7.2.2.1) + activerecord (= 7.2.2.1) + activestorage (= 7.2.2.1) + activesupport (= 7.2.2.1) globalid (>= 0.6.0) nokogiri (>= 1.8.5) - actionview (7.1.4.1) - activesupport (= 7.1.4.1) + actionview (7.2.2.1) + activesupport (= 7.2.2.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.2.2.1) + activesupport (= 7.2.2.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.2.2.1) + activesupport (= 7.2.2.1) + activerecord (7.2.2.1) + activemodel (= 7.2.2.1) + activesupport (= 7.2.2.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.2.2.1) + actionpack (= 7.2.2.1) + activejob (= 7.2.2.1) + activerecord (= 7.2.2.1) + activesupport (= 7.2.2.1) marcel (~> 1.0) - activesupport (7.1.4.1) + activesupport (7.2.2.1) base64 + benchmark (>= 0.3) bigdecimal - concurrent-ruby (~> 1.0, >= 1.0.2) + concurrent-ruby (~> 1.0, >= 1.3.1) connection_pool (>= 2.2.5) drb i18n (>= 1.6, < 2) + logger (>= 1.4.2) minitest (>= 5.1) - mutex_m - tzinfo (~> 2.0) + securerandom (>= 0.3) + tzinfo (~> 2.0, >= 2.0.5) 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) @@ -191,11 +189,10 @@ GEM mini_magick (5.0.1) mini_mime (1.1.5) mini_portile2 (2.8.8) - minitest (5.25.2) + minitest (5.25.4) multi_xml (0.7.1) bigdecimal (~> 3.1) multipart-post (2.4.1) - mutex_m (0.3.0) net-imap (0.5.1) date net-protocol @@ -206,7 +203,7 @@ GEM net-smtp (0.5.0) net-protocol nio4r (2.7.4) - nokogiri (1.17.0) + nokogiri (1.17.1) mini_portile2 (~> 2.8.2) racc (~> 1.4) open_uri_redirections (0.2.1) @@ -236,20 +233,20 @@ 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.2.2.1) + actioncable (= 7.2.2.1) + actionmailbox (= 7.2.2.1) + actionmailer (= 7.2.2.1) + actionpack (= 7.2.2.1) + actiontext (= 7.2.2.1) + actionview (= 7.2.2.1) + activejob (= 7.2.2.1) + activemodel (= 7.2.2.1) + activerecord (= 7.2.2.1) + activestorage (= 7.2.2.1) + activesupport (= 7.2.2.1) bundler (>= 1.15.0) - railties (= 7.1.4.1) + railties (= 7.2.2.1) rails-dom-testing (2.2.0) activesupport (>= 5.0.0) minitest @@ -260,10 +257,10 @@ GEM 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) - irb + railties (7.2.2.1) + actionpack (= 7.2.2.1) + activesupport (= 7.2.2.1) + irb (~> 1.13) rackup (>= 1.0.0) rake (>= 12.2) thor (~> 1.0, >= 1.2.2) @@ -318,6 +315,7 @@ GEM sprockets (> 3.0) sprockets-rails tilt + securerandom (0.4.0) selenium-webdriver (4.27.0) base64 (~> 0.2) logger (~> 1.4) @@ -351,6 +349,7 @@ GEM tzinfo (2.0.6) concurrent-ruby (~> 1.0) unicode-display_width (2.6.0) + useragent (0.16.11) vcr (6.3.1) base64 webmock (3.24.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.2.2.1.gem b/vendor/cache/actioncable-7.2.2.1.gem new file mode 100644 index 00000000..0abfb2cc Binary files /dev/null and b/vendor/cache/actioncable-7.2.2.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.2.2.1.gem b/vendor/cache/actionmailbox-7.2.2.1.gem new file mode 100644 index 00000000..862e3d1f Binary files /dev/null and b/vendor/cache/actionmailbox-7.2.2.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.2.2.1.gem b/vendor/cache/actionmailer-7.2.2.1.gem new file mode 100644 index 00000000..b8a8c4c3 Binary files /dev/null and b/vendor/cache/actionmailer-7.2.2.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.2.2.1.gem b/vendor/cache/actionpack-7.2.2.1.gem new file mode 100644 index 00000000..ad1eb55f Binary files /dev/null and b/vendor/cache/actionpack-7.2.2.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.2.2.1.gem b/vendor/cache/actiontext-7.2.2.1.gem new file mode 100644 index 00000000..b416d48b Binary files /dev/null and b/vendor/cache/actiontext-7.2.2.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.2.2.1.gem b/vendor/cache/actionview-7.2.2.1.gem new file mode 100644 index 00000000..52c9dd9d Binary files /dev/null and b/vendor/cache/actionview-7.2.2.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.2.2.1.gem b/vendor/cache/activejob-7.2.2.1.gem new file mode 100644 index 00000000..7d6b3935 Binary files /dev/null and b/vendor/cache/activejob-7.2.2.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.2.2.1.gem b/vendor/cache/activemodel-7.2.2.1.gem new file mode 100644 index 00000000..fbcc52ef Binary files /dev/null and b/vendor/cache/activemodel-7.2.2.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.2.2.1.gem b/vendor/cache/activerecord-7.2.2.1.gem new file mode 100644 index 00000000..9a8ca653 Binary files /dev/null and b/vendor/cache/activerecord-7.2.2.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.2.2.1.gem b/vendor/cache/activestorage-7.2.2.1.gem new file mode 100644 index 00000000..2f8f62ea Binary files /dev/null and b/vendor/cache/activestorage-7.2.2.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.2.2.1.gem b/vendor/cache/activesupport-7.2.2.1.gem new file mode 100644 index 00000000..e2ee3e8b Binary files /dev/null and b/vendor/cache/activesupport-7.2.2.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/minitest-5.25.2.gem b/vendor/cache/minitest-5.25.2.gem deleted file mode 100644 index 617fe117..00000000 Binary files a/vendor/cache/minitest-5.25.2.gem and /dev/null differ diff --git a/vendor/cache/minitest-5.25.4.gem b/vendor/cache/minitest-5.25.4.gem new file mode 100644 index 00000000..f07706fb Binary files /dev/null and b/vendor/cache/minitest-5.25.4.gem differ diff --git a/vendor/cache/mutex_m-0.3.0.gem b/vendor/cache/mutex_m-0.3.0.gem deleted file mode 100644 index 85be3e25..00000000 Binary files a/vendor/cache/mutex_m-0.3.0.gem and /dev/null differ diff --git a/vendor/cache/nokogiri-1.17.0.gem b/vendor/cache/nokogiri-1.17.1.gem similarity index 90% rename from vendor/cache/nokogiri-1.17.0.gem rename to vendor/cache/nokogiri-1.17.1.gem index 6fc35654..7cf85b86 100644 Binary files a/vendor/cache/nokogiri-1.17.0.gem and b/vendor/cache/nokogiri-1.17.1.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.2.2.1.gem b/vendor/cache/rails-7.2.2.1.gem new file mode 100644 index 00000000..7779ccae Binary files /dev/null and b/vendor/cache/rails-7.2.2.1.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.2.2.1.gem b/vendor/cache/railties-7.2.2.1.gem new file mode 100644 index 00000000..28a5ceb7 Binary files /dev/null and b/vendor/cache/railties-7.2.2.1.gem differ diff --git a/vendor/cache/securerandom-0.4.0.gem b/vendor/cache/securerandom-0.4.0.gem new file mode 100644 index 00000000..9e1f4656 Binary files /dev/null and b/vendor/cache/securerandom-0.4.0.gem differ diff --git a/vendor/cache/useragent-0.16.11.gem b/vendor/cache/useragent-0.16.11.gem new file mode 100644 index 00000000..75ba7558 Binary files /dev/null and b/vendor/cache/useragent-0.16.11.gem differ