diff --git a/Gemfile b/Gemfile index 686cd8bd..3e31fb76 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source 'https://rubygems.org' ruby '3.1.4' -gem 'rails', '~> 7.1', '>= 7.1.1' +gem 'rails', '~> 7.1', '>= 7.1.3.2' # The HTTP server running the Rails instance. gem 'falcon', '~> 0.42.3' diff --git a/Gemfile.lock b/Gemfile.lock index fcf6fa29..7f3523d5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,70 +7,71 @@ GIT GEM remote: https://rubygems.org/ specs: - actioncable (7.1.1) - actionpack (= 7.1.1) - activesupport (= 7.1.1) + actioncable (7.1.3.2) + actionpack (= 7.1.3.2) + activesupport (= 7.1.3.2) nio4r (~> 2.0) websocket-driver (>= 0.6.1) zeitwerk (~> 2.6) - actionmailbox (7.1.1) - actionpack (= 7.1.1) - activejob (= 7.1.1) - activerecord (= 7.1.1) - activestorage (= 7.1.1) - activesupport (= 7.1.1) + actionmailbox (7.1.3.2) + actionpack (= 7.1.3.2) + activejob (= 7.1.3.2) + activerecord (= 7.1.3.2) + activestorage (= 7.1.3.2) + activesupport (= 7.1.3.2) mail (>= 2.7.1) net-imap net-pop net-smtp - actionmailer (7.1.1) - actionpack (= 7.1.1) - actionview (= 7.1.1) - activejob (= 7.1.1) - activesupport (= 7.1.1) + actionmailer (7.1.3.2) + actionpack (= 7.1.3.2) + actionview (= 7.1.3.2) + activejob (= 7.1.3.2) + activesupport (= 7.1.3.2) mail (~> 2.5, >= 2.5.4) net-imap net-pop net-smtp rails-dom-testing (~> 2.2) - actionpack (7.1.1) - actionview (= 7.1.1) - activesupport (= 7.1.1) + actionpack (7.1.3.2) + actionview (= 7.1.3.2) + activesupport (= 7.1.3.2) nokogiri (>= 1.8.5) + racc rack (>= 2.2.4) rack-session (>= 1.0.1) rack-test (>= 0.6.3) rails-dom-testing (~> 2.2) rails-html-sanitizer (~> 1.6) - actiontext (7.1.1) - actionpack (= 7.1.1) - activerecord (= 7.1.1) - activestorage (= 7.1.1) - activesupport (= 7.1.1) + actiontext (7.1.3.2) + actionpack (= 7.1.3.2) + activerecord (= 7.1.3.2) + activestorage (= 7.1.3.2) + activesupport (= 7.1.3.2) globalid (>= 0.6.0) nokogiri (>= 1.8.5) - actionview (7.1.1) - activesupport (= 7.1.1) + actionview (7.1.3.2) + activesupport (= 7.1.3.2) builder (~> 3.1) erubi (~> 1.11) rails-dom-testing (~> 2.2) rails-html-sanitizer (~> 1.6) - activejob (7.1.1) - activesupport (= 7.1.1) + activejob (7.1.3.2) + activesupport (= 7.1.3.2) globalid (>= 0.3.6) - activemodel (7.1.1) - activesupport (= 7.1.1) - activerecord (7.1.1) - activemodel (= 7.1.1) - activesupport (= 7.1.1) + activemodel (7.1.3.2) + activesupport (= 7.1.3.2) + activerecord (7.1.3.2) + activemodel (= 7.1.3.2) + activesupport (= 7.1.3.2) timeout (>= 0.4.0) - activestorage (7.1.1) - actionpack (= 7.1.1) - activejob (= 7.1.1) - activerecord (= 7.1.1) - activesupport (= 7.1.1) + activestorage (7.1.3.2) + actionpack (= 7.1.3.2) + activejob (= 7.1.3.2) + activerecord (= 7.1.3.2) + activesupport (= 7.1.3.2) marcel (~> 1.0) - activesupport (7.1.1) + activesupport (7.1.3.2) base64 bigdecimal concurrent-ruby (~> 1.0, >= 1.0.2) @@ -122,7 +123,7 @@ GEM fiber-annotation fiber-local crass (1.0.6) - date (3.3.3) + date (3.3.4) devise (4.9.3) bcrypt (~> 3.0) orm_adapter (~> 0.1) @@ -197,16 +198,16 @@ GEM multi_xml (0.6.0) mutex_m (0.1.2) mysql2 (0.5.5) - net-imap (0.4.2) + net-imap (0.4.10) date net-protocol net-pop (0.1.2) net-protocol - net-protocol (0.2.1) + net-protocol (0.2.2) timeout - net-smtp (0.4.0) + net-smtp (0.4.0.1) net-protocol - nio4r (2.5.9) + nio4r (2.7.0) nokogiri (1.15.3) mini_portile2 (~> 2.8.2) racc (~> 1.4) @@ -242,20 +243,20 @@ GEM rackup (1.0.0) rack (< 3) webrick - rails (7.1.1) - actioncable (= 7.1.1) - actionmailbox (= 7.1.1) - actionmailer (= 7.1.1) - actionpack (= 7.1.1) - actiontext (= 7.1.1) - actionview (= 7.1.1) - activejob (= 7.1.1) - activemodel (= 7.1.1) - activerecord (= 7.1.1) - activestorage (= 7.1.1) - activesupport (= 7.1.1) + rails (7.1.3.2) + actioncable (= 7.1.3.2) + actionmailbox (= 7.1.3.2) + actionmailer (= 7.1.3.2) + actionpack (= 7.1.3.2) + actiontext (= 7.1.3.2) + actionview (= 7.1.3.2) + activejob (= 7.1.3.2) + activemodel (= 7.1.3.2) + activerecord (= 7.1.3.2) + activestorage (= 7.1.3.2) + activesupport (= 7.1.3.2) bundler (>= 1.15.0) - railties (= 7.1.1) + railties (= 7.1.3.2) rails-dom-testing (2.2.0) activesupport (>= 5.0.0) minitest @@ -266,9 +267,9 @@ GEM rails-i18n (7.0.8) i18n (>= 0.7, < 2) railties (>= 6.0.0, < 8) - railties (7.1.1) - actionpack (= 7.1.1) - activesupport (= 7.1.1) + railties (7.1.3.2) + actionpack (= 7.1.3.2) + activesupport (= 7.1.3.2) irb rackup (>= 1.0.0) rake (>= 12.2) @@ -330,7 +331,7 @@ GEM thor (1.2.2) thread-local (1.1.0) tilt (2.2.0) - timeout (0.4.0) + timeout (0.4.1) timers (4.3.5) traces (0.11.1) tzinfo (2.0.6) @@ -373,7 +374,7 @@ DEPENDENCIES parallel (~> 1.23) rack-attack (~> 6.7) rack-mini-profiler (~> 3.1) - rails (~> 7.1, >= 7.1.1) + rails (~> 7.1, >= 7.1.3.2) rails-i18n (~> 7.0, >= 7.0.7) rdiscount (~> 2.2, >= 2.2.7.1) react-rails (~> 2.7, >= 2.7.1) diff --git a/vendor/cache/actioncable-7.1.1.gem b/vendor/cache/actioncable-7.1.1.gem deleted file mode 100644 index 2d33b88c..00000000 Binary files a/vendor/cache/actioncable-7.1.1.gem and /dev/null differ diff --git a/vendor/cache/actioncable-7.1.3.2.gem b/vendor/cache/actioncable-7.1.3.2.gem new file mode 100644 index 00000000..8ae4343f Binary files /dev/null and b/vendor/cache/actioncable-7.1.3.2.gem differ diff --git a/vendor/cache/actionmailbox-7.1.1.gem b/vendor/cache/actionmailbox-7.1.1.gem deleted file mode 100644 index 006a4a96..00000000 Binary files a/vendor/cache/actionmailbox-7.1.1.gem and /dev/null differ diff --git a/vendor/cache/actionmailbox-7.1.3.2.gem b/vendor/cache/actionmailbox-7.1.3.2.gem new file mode 100644 index 00000000..52f77c2b Binary files /dev/null and b/vendor/cache/actionmailbox-7.1.3.2.gem differ diff --git a/vendor/cache/actionmailer-7.1.1.gem b/vendor/cache/actionmailer-7.1.1.gem deleted file mode 100644 index 883d97f1..00000000 Binary files a/vendor/cache/actionmailer-7.1.1.gem and /dev/null differ diff --git a/vendor/cache/actionmailer-7.1.3.2.gem b/vendor/cache/actionmailer-7.1.3.2.gem new file mode 100644 index 00000000..68c45539 Binary files /dev/null and b/vendor/cache/actionmailer-7.1.3.2.gem differ diff --git a/vendor/cache/actionpack-7.1.1.gem b/vendor/cache/actionpack-7.1.1.gem deleted file mode 100644 index 21e06e13..00000000 Binary files a/vendor/cache/actionpack-7.1.1.gem and /dev/null differ diff --git a/vendor/cache/actionpack-7.1.3.2.gem b/vendor/cache/actionpack-7.1.3.2.gem new file mode 100644 index 00000000..4b6faa82 Binary files /dev/null and b/vendor/cache/actionpack-7.1.3.2.gem differ diff --git a/vendor/cache/actiontext-7.1.1.gem b/vendor/cache/actiontext-7.1.1.gem deleted file mode 100644 index 0d4a0e46..00000000 Binary files a/vendor/cache/actiontext-7.1.1.gem and /dev/null differ diff --git a/vendor/cache/actiontext-7.1.3.2.gem b/vendor/cache/actiontext-7.1.3.2.gem new file mode 100644 index 00000000..0ca9baff Binary files /dev/null and b/vendor/cache/actiontext-7.1.3.2.gem differ diff --git a/vendor/cache/actionview-7.1.1.gem b/vendor/cache/actionview-7.1.1.gem deleted file mode 100644 index 1b079bf3..00000000 Binary files a/vendor/cache/actionview-7.1.1.gem and /dev/null differ diff --git a/vendor/cache/actionview-7.1.3.2.gem b/vendor/cache/actionview-7.1.3.2.gem new file mode 100644 index 00000000..b6be073f Binary files /dev/null and b/vendor/cache/actionview-7.1.3.2.gem differ diff --git a/vendor/cache/activejob-7.1.1.gem b/vendor/cache/activejob-7.1.1.gem deleted file mode 100644 index ab3f2c27..00000000 Binary files a/vendor/cache/activejob-7.1.1.gem and /dev/null differ diff --git a/vendor/cache/activejob-7.1.3.2.gem b/vendor/cache/activejob-7.1.3.2.gem new file mode 100644 index 00000000..ff8a8729 Binary files /dev/null and b/vendor/cache/activejob-7.1.3.2.gem differ diff --git a/vendor/cache/activemodel-7.1.1.gem b/vendor/cache/activemodel-7.1.1.gem deleted file mode 100644 index f85eeb90..00000000 Binary files a/vendor/cache/activemodel-7.1.1.gem and /dev/null differ diff --git a/vendor/cache/activemodel-7.1.3.2.gem b/vendor/cache/activemodel-7.1.3.2.gem new file mode 100644 index 00000000..b83e5d22 Binary files /dev/null and b/vendor/cache/activemodel-7.1.3.2.gem differ diff --git a/vendor/cache/activerecord-7.1.1.gem b/vendor/cache/activerecord-7.1.1.gem deleted file mode 100644 index ce782a19..00000000 Binary files a/vendor/cache/activerecord-7.1.1.gem and /dev/null differ diff --git a/vendor/cache/activerecord-7.1.3.2.gem b/vendor/cache/activerecord-7.1.3.2.gem new file mode 100644 index 00000000..0f48d9c1 Binary files /dev/null and b/vendor/cache/activerecord-7.1.3.2.gem differ diff --git a/vendor/cache/activestorage-7.1.1.gem b/vendor/cache/activestorage-7.1.1.gem deleted file mode 100644 index 6238a105..00000000 Binary files a/vendor/cache/activestorage-7.1.1.gem and /dev/null differ diff --git a/vendor/cache/activestorage-7.1.3.2.gem b/vendor/cache/activestorage-7.1.3.2.gem new file mode 100644 index 00000000..409fd889 Binary files /dev/null and b/vendor/cache/activestorage-7.1.3.2.gem differ diff --git a/vendor/cache/activesupport-7.1.1.gem b/vendor/cache/activesupport-7.1.1.gem deleted file mode 100644 index 8abea39f..00000000 Binary files a/vendor/cache/activesupport-7.1.1.gem and /dev/null differ diff --git a/vendor/cache/activesupport-7.1.3.2.gem b/vendor/cache/activesupport-7.1.3.2.gem new file mode 100644 index 00000000..219df775 Binary files /dev/null and b/vendor/cache/activesupport-7.1.3.2.gem differ diff --git a/vendor/cache/date-3.3.3.gem b/vendor/cache/date-3.3.3.gem deleted file mode 100644 index d4bc1234..00000000 Binary files a/vendor/cache/date-3.3.3.gem and /dev/null differ diff --git a/vendor/cache/date-3.3.4.gem b/vendor/cache/date-3.3.4.gem new file mode 100644 index 00000000..712d2c03 Binary files /dev/null and b/vendor/cache/date-3.3.4.gem differ diff --git a/vendor/cache/net-imap-0.4.10.gem b/vendor/cache/net-imap-0.4.10.gem new file mode 100644 index 00000000..9542690c Binary files /dev/null and b/vendor/cache/net-imap-0.4.10.gem differ diff --git a/vendor/cache/net-imap-0.4.2.gem b/vendor/cache/net-imap-0.4.2.gem deleted file mode 100644 index 0d48c719..00000000 Binary files a/vendor/cache/net-imap-0.4.2.gem and /dev/null differ diff --git a/vendor/cache/net-protocol-0.2.1.gem b/vendor/cache/net-protocol-0.2.1.gem deleted file mode 100644 index 60b8794b..00000000 Binary files a/vendor/cache/net-protocol-0.2.1.gem and /dev/null differ diff --git a/vendor/cache/net-protocol-0.2.2.gem b/vendor/cache/net-protocol-0.2.2.gem new file mode 100644 index 00000000..65780584 Binary files /dev/null and b/vendor/cache/net-protocol-0.2.2.gem differ diff --git a/vendor/cache/net-smtp-0.4.0.1.gem b/vendor/cache/net-smtp-0.4.0.1.gem new file mode 100644 index 00000000..727dde4f Binary files /dev/null and b/vendor/cache/net-smtp-0.4.0.1.gem differ diff --git a/vendor/cache/net-smtp-0.4.0.gem b/vendor/cache/net-smtp-0.4.0.gem deleted file mode 100644 index 81f92360..00000000 Binary files a/vendor/cache/net-smtp-0.4.0.gem and /dev/null differ diff --git a/vendor/cache/nio4r-2.5.9.gem b/vendor/cache/nio4r-2.5.9.gem deleted file mode 100644 index e429011e..00000000 Binary files a/vendor/cache/nio4r-2.5.9.gem and /dev/null differ diff --git a/vendor/cache/nio4r-2.7.0.gem b/vendor/cache/nio4r-2.7.0.gem new file mode 100644 index 00000000..365aa953 Binary files /dev/null and b/vendor/cache/nio4r-2.7.0.gem differ diff --git a/vendor/cache/rails-7.1.1.gem b/vendor/cache/rails-7.1.1.gem deleted file mode 100644 index b7f63a6d..00000000 Binary files a/vendor/cache/rails-7.1.1.gem and /dev/null differ diff --git a/vendor/cache/rails-7.1.3.2.gem b/vendor/cache/rails-7.1.3.2.gem new file mode 100644 index 00000000..bb35e7a6 Binary files /dev/null and b/vendor/cache/rails-7.1.3.2.gem differ diff --git a/vendor/cache/railties-7.1.1.gem b/vendor/cache/railties-7.1.1.gem deleted file mode 100644 index a3c5dd98..00000000 Binary files a/vendor/cache/railties-7.1.1.gem and /dev/null differ diff --git a/vendor/cache/railties-7.1.3.2.gem b/vendor/cache/railties-7.1.3.2.gem new file mode 100644 index 00000000..ab11bbfc Binary files /dev/null and b/vendor/cache/railties-7.1.3.2.gem differ diff --git a/vendor/cache/timeout-0.4.0.gem b/vendor/cache/timeout-0.4.0.gem deleted file mode 100644 index 3253fb5e..00000000 Binary files a/vendor/cache/timeout-0.4.0.gem and /dev/null differ diff --git a/vendor/cache/timeout-0.4.1.gem b/vendor/cache/timeout-0.4.1.gem new file mode 100644 index 00000000..5283afba Binary files /dev/null and b/vendor/cache/timeout-0.4.1.gem differ