gettext_i18n_rails_js 2.2.2 → 2.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (4128) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +13 -0
  3. data/README.md +4 -4
  4. data/lib/gettext_i18n_rails_js/parser/base.rb +4 -11
  5. data/lib/gettext_i18n_rails_js/parser/handlebars.rb +1 -8
  6. data/lib/gettext_i18n_rails_js/parser.rb +4 -3
  7. data/lib/gettext_i18n_rails_js/version.rb +1 -1
  8. data/lib/gettext_i18n_rails_js.rb +0 -5
  9. data/lib/tasks/gettext_i18n_rails_js_tasks.rake +7 -0
  10. data/vendor/bundle/ruby/3.4.0/cache/action_text-trix-2.1.15.gem +0 -0
  11. data/vendor/bundle/ruby/3.4.0/cache/actioncable-8.1.0.gem +0 -0
  12. data/vendor/bundle/ruby/3.4.0/cache/actionmailbox-8.1.0.gem +0 -0
  13. data/vendor/bundle/ruby/3.4.0/cache/actionmailer-8.1.0.gem +0 -0
  14. data/vendor/bundle/ruby/3.4.0/cache/actionpack-8.1.0.gem +0 -0
  15. data/vendor/bundle/ruby/3.4.0/cache/actiontext-8.1.0.gem +0 -0
  16. data/vendor/bundle/ruby/3.4.0/cache/actionview-8.1.0.gem +0 -0
  17. data/vendor/bundle/ruby/3.4.0/cache/activejob-8.1.0.gem +0 -0
  18. data/vendor/bundle/ruby/3.4.0/cache/activemodel-8.1.0.gem +0 -0
  19. data/vendor/bundle/ruby/3.4.0/cache/activerecord-8.1.0.gem +0 -0
  20. data/vendor/bundle/ruby/3.4.0/cache/activestorage-8.1.0.gem +0 -0
  21. data/vendor/bundle/ruby/3.4.0/cache/activesupport-8.1.0.gem +0 -0
  22. data/vendor/bundle/ruby/3.4.0/cache/fast_gettext-4.1.1.gem +0 -0
  23. data/vendor/bundle/ruby/3.4.0/cache/json-2.15.2.gem +0 -0
  24. data/vendor/bundle/ruby/3.4.0/cache/mail-2.9.0.gem +0 -0
  25. data/vendor/bundle/ruby/3.4.0/cache/parser-3.3.10.0.gem +0 -0
  26. data/vendor/bundle/ruby/3.4.0/cache/po_to_json-2.1.2.gem +0 -0
  27. data/vendor/bundle/ruby/3.4.0/cache/prism-1.6.0.gem +0 -0
  28. data/vendor/bundle/ruby/3.4.0/cache/rails-8.1.0.gem +0 -0
  29. data/vendor/bundle/ruby/3.4.0/cache/railties-8.1.0.gem +0 -0
  30. data/vendor/bundle/ruby/3.4.0/cache/rspec-3.13.2.gem +0 -0
  31. data/vendor/bundle/ruby/3.4.0/cache/rspec-core-3.13.6.gem +0 -0
  32. data/vendor/bundle/ruby/3.4.0/cache/rspec-mocks-3.13.6.gem +0 -0
  33. data/vendor/bundle/ruby/3.4.0/cache/rubocop-1.81.6.gem +0 -0
  34. data/vendor/bundle/ruby/3.4.0/extensions/x86_64-linux/3.4.0/json-2.15.2/gem_make.out +25 -0
  35. data/vendor/bundle/ruby/3.4.0/extensions/x86_64-linux/3.4.0/json-2.15.2/json/ext/generator.so +0 -0
  36. data/vendor/bundle/ruby/3.4.0/extensions/x86_64-linux/3.4.0/json-2.15.2/json/ext/parser.so +0 -0
  37. data/vendor/bundle/ruby/3.4.0/extensions/x86_64-linux/3.4.0/prism-1.6.0/gem_make.out +44 -0
  38. data/vendor/bundle/ruby/3.4.0/extensions/x86_64-linux/3.4.0/prism-1.6.0/mkmf.log +74 -0
  39. data/vendor/bundle/ruby/3.4.0/extensions/x86_64-linux/3.4.0/prism-1.6.0/prism/prism.so +0 -0
  40. data/vendor/bundle/ruby/3.4.0/gems/action_text-trix-2.1.15/LICENSE +20 -0
  41. data/vendor/bundle/ruby/3.4.0/gems/action_text-trix-2.1.15/app/assets/javascripts/trix.js +13787 -0
  42. data/vendor/bundle/ruby/3.4.0/gems/action_text-trix-2.1.15/lib/action_text/trix/engine.rb +9 -0
  43. data/vendor/bundle/ruby/3.4.0/gems/action_text-trix-2.1.15/lib/action_text/trix/version.rb +3 -0
  44. data/vendor/bundle/ruby/3.4.0/gems/action_text-trix-2.1.15/lib/action_text/trix.rb +2 -0
  45. data/vendor/bundle/ruby/3.4.0/gems/actioncable-8.1.0/CHANGELOG.md +11 -0
  46. data/vendor/bundle/ruby/3.4.0/gems/actioncable-8.1.0/lib/action_cable/channel/base.rb +343 -0
  47. data/vendor/bundle/ruby/3.4.0/gems/actioncable-8.1.0/lib/action_cable/channel/broadcasting.rb +50 -0
  48. data/vendor/bundle/ruby/3.4.0/gems/actioncable-8.1.0/lib/action_cable/channel/streams.rb +217 -0
  49. data/vendor/bundle/ruby/3.4.0/gems/actioncable-8.1.0/lib/action_cable/connection/stream_event_loop.rb +137 -0
  50. data/vendor/bundle/ruby/3.4.0/gems/actioncable-8.1.0/lib/action_cable/gem_version.rb +19 -0
  51. data/vendor/bundle/ruby/3.4.0/gems/actioncable-8.1.0/lib/action_cable/server/broadcasting.rb +64 -0
  52. data/vendor/bundle/ruby/3.4.0/gems/actioncable-8.1.0/lib/action_cable/server/worker.rb +75 -0
  53. data/vendor/bundle/ruby/3.4.0/gems/actioncable-8.1.0/lib/action_cable/subscription_adapter/base.rb +37 -0
  54. data/vendor/bundle/ruby/3.4.0/gems/actioncable-8.1.0/lib/rails/generators/channel/channel_generator.rb +127 -0
  55. data/vendor/bundle/ruby/3.4.0/gems/actionmailbox-8.1.0/CHANGELOG.md +7 -0
  56. data/vendor/bundle/ruby/3.4.0/gems/actionmailbox-8.1.0/lib/action_mailbox/engine.rb +40 -0
  57. data/vendor/bundle/ruby/3.4.0/gems/actionmailbox-8.1.0/lib/action_mailbox/gem_version.rb +17 -0
  58. data/vendor/bundle/ruby/3.4.0/gems/actionmailbox-8.1.0/lib/action_mailbox/mail_ext/addresses.rb +48 -0
  59. data/vendor/bundle/ruby/3.4.0/gems/actionmailer-8.1.0/CHANGELOG.md +25 -0
  60. data/vendor/bundle/ruby/3.4.0/gems/actionmailer-8.1.0/lib/action_mailer/base.rb +1072 -0
  61. data/vendor/bundle/ruby/3.4.0/gems/actionmailer-8.1.0/lib/action_mailer/form_builder.rb +37 -0
  62. data/vendor/bundle/ruby/3.4.0/gems/actionmailer-8.1.0/lib/action_mailer/gem_version.rb +17 -0
  63. data/vendor/bundle/ruby/3.4.0/gems/actionmailer-8.1.0/lib/action_mailer/log_subscriber.rb +40 -0
  64. data/vendor/bundle/ruby/3.4.0/gems/actionmailer-8.1.0/lib/action_mailer/message_delivery.rb +190 -0
  65. data/vendor/bundle/ruby/3.4.0/gems/actionmailer-8.1.0/lib/action_mailer/railtie.rb +88 -0
  66. data/vendor/bundle/ruby/3.4.0/gems/actionmailer-8.1.0/lib/action_mailer/structured_event_subscriber.rb +38 -0
  67. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/CHANGELOG.md +464 -0
  68. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/abstract_controller/asset_paths.rb +16 -0
  69. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/abstract_controller/base.rb +297 -0
  70. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/abstract_controller/caching.rb +71 -0
  71. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/abstract_controller/helpers.rb +245 -0
  72. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/abstract_controller/logger.rb +17 -0
  73. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_controller/api.rb +156 -0
  74. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_controller/base.rb +333 -0
  75. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_controller/caching.rb +48 -0
  76. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_controller/form_builder.rb +55 -0
  77. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_controller/log_subscriber.rb +111 -0
  78. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_controller/metal/allow_browser.rb +133 -0
  79. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_controller/metal/conditional_get.rb +365 -0
  80. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_controller/metal/data_streaming.rb +154 -0
  81. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_controller/metal/exceptions.rb +111 -0
  82. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_controller/metal/flash.rb +64 -0
  83. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_controller/metal/head.rb +69 -0
  84. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_controller/metal/live.rb +391 -0
  85. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_controller/metal/permissions_policy.rb +47 -0
  86. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_controller/metal/rate_limiting.rb +92 -0
  87. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_controller/metal/redirecting.rb +344 -0
  88. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_controller/metal/renderers.rb +201 -0
  89. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_controller/metal/rendering.rb +266 -0
  90. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_controller/metal/request_forgery_protection.rb +677 -0
  91. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_controller/metal/rescue.rb +42 -0
  92. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_controller/railtie.rb +162 -0
  93. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_controller/structured_event_subscriber.rb +112 -0
  94. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_dispatch/http/cache.rb +359 -0
  95. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_dispatch/http/filter_parameters.rb +87 -0
  96. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_dispatch/http/mime_negotiation.rb +246 -0
  97. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_dispatch/http/mime_types.rb +55 -0
  98. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_dispatch/http/param_builder.rb +187 -0
  99. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_dispatch/http/parameters.rb +119 -0
  100. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_dispatch/http/permissions_policy.rb +193 -0
  101. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_dispatch/http/query_parser.rb +55 -0
  102. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_dispatch/http/request.rb +546 -0
  103. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_dispatch/http/response.rb +604 -0
  104. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_dispatch/http/url.rb +440 -0
  105. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_dispatch/journey/gtg/simulator.rb +71 -0
  106. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_dispatch/journey/gtg/transition_table.rb +209 -0
  107. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_dispatch/journey/nodes/node.rb +209 -0
  108. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_dispatch/journey/route.rb +203 -0
  109. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_dispatch/journey/router/utils.rb +99 -0
  110. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_dispatch/journey/router.rb +129 -0
  111. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_dispatch/journey/routes.rb +89 -0
  112. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_dispatch/journey/visitors.rb +299 -0
  113. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_dispatch/journey/visualizer/fsm.js +157 -0
  114. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_dispatch/log_subscriber.rb +29 -0
  115. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_dispatch/middleware/cookies.rb +721 -0
  116. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_dispatch/middleware/debug_exceptions.rb +214 -0
  117. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_dispatch/middleware/debug_view.rb +79 -0
  118. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_dispatch/middleware/exception_wrapper.rb +350 -0
  119. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_dispatch/middleware/executor.rb +45 -0
  120. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_dispatch/middleware/public_exceptions.rb +64 -0
  121. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_dispatch/middleware/remote_ip.rb +203 -0
  122. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_dispatch/middleware/session/cache_store.rb +83 -0
  123. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_dispatch/middleware/templates/rescues/_copy_button.html.erb +1 -0
  124. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_dispatch/middleware/templates/rescues/_source.html.erb +34 -0
  125. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb +66 -0
  126. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_dispatch/middleware/templates/rescues/blocked_host.html.erb +13 -0
  127. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb +36 -0
  128. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_dispatch/middleware/templates/rescues/invalid_statement.html.erb +28 -0
  129. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_dispatch/middleware/templates/rescues/invalid_statement.text.erb +19 -0
  130. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_dispatch/middleware/templates/rescues/layout.erb +334 -0
  131. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_dispatch/middleware/templates/rescues/missing_exact_template.html.erb +24 -0
  132. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_dispatch/middleware/templates/rescues/missing_template.html.erb +12 -0
  133. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb +33 -0
  134. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb +21 -0
  135. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_dispatch/middleware/templates/rescues/unknown_action.html.erb +7 -0
  136. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_dispatch/railtie.rb +95 -0
  137. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_dispatch/routing/inspector.rb +346 -0
  138. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_dispatch/routing/mapper.rb +2546 -0
  139. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_dispatch/routing/redirection.rb +221 -0
  140. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_dispatch/routing/route_set.rb +955 -0
  141. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_dispatch/structured_event_subscriber.rb +20 -0
  142. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_dispatch/system_testing/test_helpers/screenshot_helper.rb +164 -0
  143. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_dispatch/testing/assertions/response.rb +138 -0
  144. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_dispatch/testing/assertions/routing.rb +355 -0
  145. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_dispatch/testing/integration.rb +703 -0
  146. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_dispatch/testing/request_encoder.rb +60 -0
  147. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_dispatch.rb +161 -0
  148. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_pack/gem_version.rb +19 -0
  149. data/vendor/bundle/ruby/3.4.0/gems/actiontext-8.1.0/CHANGELOG.md +63 -0
  150. data/vendor/bundle/ruby/3.4.0/gems/actiontext-8.1.0/app/assets/javascripts/actiontext.esm.js +989 -0
  151. data/vendor/bundle/ruby/3.4.0/gems/actiontext-8.1.0/app/assets/javascripts/actiontext.js +965 -0
  152. data/vendor/bundle/ruby/3.4.0/gems/actiontext-8.1.0/app/helpers/action_text/tag_helper.rb +119 -0
  153. data/vendor/bundle/ruby/3.4.0/gems/actiontext-8.1.0/app/javascript/actiontext/attachment_upload.js +111 -0
  154. data/vendor/bundle/ruby/3.4.0/gems/actiontext-8.1.0/app/javascript/actiontext/index.js +19 -0
  155. data/vendor/bundle/ruby/3.4.0/gems/actiontext-8.1.0/app/models/action_text/rich_text.rb +96 -0
  156. data/vendor/bundle/ruby/3.4.0/gems/actiontext-8.1.0/lib/action_text/content.rb +198 -0
  157. data/vendor/bundle/ruby/3.4.0/gems/actiontext-8.1.0/lib/action_text/engine.rb +97 -0
  158. data/vendor/bundle/ruby/3.4.0/gems/actiontext-8.1.0/lib/action_text/fixture_set.rb +68 -0
  159. data/vendor/bundle/ruby/3.4.0/gems/actiontext-8.1.0/lib/action_text/gem_version.rb +19 -0
  160. data/vendor/bundle/ruby/3.4.0/gems/actiontext-8.1.0/lib/action_text/plain_text_conversion.rb +154 -0
  161. data/vendor/bundle/ruby/3.4.0/gems/actiontext-8.1.0/lib/action_text/rendering.rb +34 -0
  162. data/vendor/bundle/ruby/3.4.0/gems/actiontext-8.1.0/lib/action_text/system_test_helper.rb +74 -0
  163. data/vendor/bundle/ruby/3.4.0/gems/actiontext-8.1.0/lib/generators/action_text/install/install_generator.rb +72 -0
  164. data/vendor/bundle/ruby/3.4.0/gems/actiontext-8.1.0/package.json +40 -0
  165. data/vendor/bundle/ruby/3.4.0/gems/actionview-8.1.0/CHANGELOG.md +132 -0
  166. data/vendor/bundle/ruby/3.4.0/gems/actionview-8.1.0/lib/action_view/base.rb +316 -0
  167. data/vendor/bundle/ruby/3.4.0/gems/actionview-8.1.0/lib/action_view/buffers.rb +165 -0
  168. data/vendor/bundle/ruby/3.4.0/gems/actionview-8.1.0/lib/action_view/dependency_tracker/erb_tracker.rb +163 -0
  169. data/vendor/bundle/ruby/3.4.0/gems/actionview-8.1.0/lib/action_view/dependency_tracker.rb +46 -0
  170. data/vendor/bundle/ruby/3.4.0/gems/actionview-8.1.0/lib/action_view/gem_version.rb +17 -0
  171. data/vendor/bundle/ruby/3.4.0/gems/actionview-8.1.0/lib/action_view/helpers/asset_tag_helper.rb +699 -0
  172. data/vendor/bundle/ruby/3.4.0/gems/actionview-8.1.0/lib/action_view/helpers/capture_helper.rb +236 -0
  173. data/vendor/bundle/ruby/3.4.0/gems/actionview-8.1.0/lib/action_view/helpers/controller_helper.rb +46 -0
  174. data/vendor/bundle/ruby/3.4.0/gems/actionview-8.1.0/lib/action_view/helpers/date_helper.rb +1290 -0
  175. data/vendor/bundle/ruby/3.4.0/gems/actionview-8.1.0/lib/action_view/helpers/form_helper.rb +2766 -0
  176. data/vendor/bundle/ruby/3.4.0/gems/actionview-8.1.0/lib/action_view/helpers/form_options_helper.rb +929 -0
  177. data/vendor/bundle/ruby/3.4.0/gems/actionview-8.1.0/lib/action_view/helpers/form_tag_helper.rb +1096 -0
  178. data/vendor/bundle/ruby/3.4.0/gems/actionview-8.1.0/lib/action_view/helpers/javascript_helper.rb +100 -0
  179. data/vendor/bundle/ruby/3.4.0/gems/actionview-8.1.0/lib/action_view/helpers/number_helper.rb +179 -0
  180. data/vendor/bundle/ruby/3.4.0/gems/actionview-8.1.0/lib/action_view/helpers/tag_helper.rb +602 -0
  181. data/vendor/bundle/ruby/3.4.0/gems/actionview-8.1.0/lib/action_view/helpers/tags/base.rb +140 -0
  182. data/vendor/bundle/ruby/3.4.0/gems/actionview-8.1.0/lib/action_view/helpers/tags/check_box.rb +71 -0
  183. data/vendor/bundle/ruby/3.4.0/gems/actionview-8.1.0/lib/action_view/helpers/tags/datetime_field.rb +39 -0
  184. data/vendor/bundle/ruby/3.4.0/gems/actionview-8.1.0/lib/action_view/helpers/tags/file_field.rb +28 -0
  185. data/vendor/bundle/ruby/3.4.0/gems/actionview-8.1.0/lib/action_view/helpers/tags/hidden_field.rb +14 -0
  186. data/vendor/bundle/ruby/3.4.0/gems/actionview-8.1.0/lib/action_view/helpers/tags/select.rb +50 -0
  187. data/vendor/bundle/ruby/3.4.0/gems/actionview-8.1.0/lib/action_view/helpers/tags/select_renderer.rb +58 -0
  188. data/vendor/bundle/ruby/3.4.0/gems/actionview-8.1.0/lib/action_view/helpers/translation_helper.rb +166 -0
  189. data/vendor/bundle/ruby/3.4.0/gems/actionview-8.1.0/lib/action_view/helpers/url_helper.rb +840 -0
  190. data/vendor/bundle/ruby/3.4.0/gems/actionview-8.1.0/lib/action_view/locale/en.yml +59 -0
  191. data/vendor/bundle/ruby/3.4.0/gems/actionview-8.1.0/lib/action_view/log_subscriber.rb +129 -0
  192. data/vendor/bundle/ruby/3.4.0/gems/actionview-8.1.0/lib/action_view/railtie.rb +143 -0
  193. data/vendor/bundle/ruby/3.4.0/gems/actionview-8.1.0/lib/action_view/record_identifier.rb +139 -0
  194. data/vendor/bundle/ruby/3.4.0/gems/actionview-8.1.0/lib/action_view/renderer/partial_renderer.rb +283 -0
  195. data/vendor/bundle/ruby/3.4.0/gems/actionview-8.1.0/lib/action_view/structured_event_subscriber.rb +97 -0
  196. data/vendor/bundle/ruby/3.4.0/gems/actionview-8.1.0/lib/action_view/template/error.rb +279 -0
  197. data/vendor/bundle/ruby/3.4.0/gems/actionview-8.1.0/lib/action_view/template/handlers/erb.rb +190 -0
  198. data/vendor/bundle/ruby/3.4.0/gems/actionview-8.1.0/lib/action_view/test_case.rb +446 -0
  199. data/vendor/bundle/ruby/3.4.0/gems/actionview-8.1.0/lib/action_view.rb +108 -0
  200. data/vendor/bundle/ruby/3.4.0/gems/activejob-8.1.0/CHANGELOG.md +109 -0
  201. data/vendor/bundle/ruby/3.4.0/gems/activejob-8.1.0/README.md +133 -0
  202. data/vendor/bundle/ruby/3.4.0/gems/activejob-8.1.0/lib/active_job/arguments.rb +200 -0
  203. data/vendor/bundle/ruby/3.4.0/gems/activejob-8.1.0/lib/active_job/base.rb +78 -0
  204. data/vendor/bundle/ruby/3.4.0/gems/activejob-8.1.0/lib/active_job/configured_job.rb +23 -0
  205. data/vendor/bundle/ruby/3.4.0/gems/activejob-8.1.0/lib/active_job/continuable.rb +102 -0
  206. data/vendor/bundle/ruby/3.4.0/gems/activejob-8.1.0/lib/active_job/continuation/step.rb +83 -0
  207. data/vendor/bundle/ruby/3.4.0/gems/activejob-8.1.0/lib/active_job/continuation/test_helper.rb +89 -0
  208. data/vendor/bundle/ruby/3.4.0/gems/activejob-8.1.0/lib/active_job/continuation/validation.rb +50 -0
  209. data/vendor/bundle/ruby/3.4.0/gems/activejob-8.1.0/lib/active_job/continuation.rb +332 -0
  210. data/vendor/bundle/ruby/3.4.0/gems/activejob-8.1.0/lib/active_job/core.rb +220 -0
  211. data/vendor/bundle/ruby/3.4.0/gems/activejob-8.1.0/lib/active_job/enqueue_after_transaction_commit.rb +19 -0
  212. data/vendor/bundle/ruby/3.4.0/gems/activejob-8.1.0/lib/active_job/enqueuing.rb +144 -0
  213. data/vendor/bundle/ruby/3.4.0/gems/activejob-8.1.0/lib/active_job/exceptions.rb +216 -0
  214. data/vendor/bundle/ruby/3.4.0/gems/activejob-8.1.0/lib/active_job/execution_state.rb +11 -0
  215. data/vendor/bundle/ruby/3.4.0/gems/activejob-8.1.0/lib/active_job/gem_version.rb +17 -0
  216. data/vendor/bundle/ruby/3.4.0/gems/activejob-8.1.0/lib/active_job/instrumentation.rb +52 -0
  217. data/vendor/bundle/ruby/3.4.0/gems/activejob-8.1.0/lib/active_job/log_subscriber.rb +271 -0
  218. data/vendor/bundle/ruby/3.4.0/gems/activejob-8.1.0/lib/active_job/queue_adapters/abstract_adapter.rb +25 -0
  219. data/vendor/bundle/ruby/3.4.0/gems/activejob-8.1.0/lib/active_job/queue_adapters/async_adapter.rb +120 -0
  220. data/vendor/bundle/ruby/3.4.0/gems/activejob-8.1.0/lib/active_job/queue_adapters/sidekiq_adapter.rb +94 -0
  221. data/vendor/bundle/ruby/3.4.0/gems/activejob-8.1.0/lib/active_job/queue_adapters/test_adapter.rb +90 -0
  222. data/vendor/bundle/ruby/3.4.0/gems/activejob-8.1.0/lib/active_job/railtie.rb +113 -0
  223. data/vendor/bundle/ruby/3.4.0/gems/activejob-8.1.0/lib/active_job/serializers/action_controller_parameters_serializer.rb +25 -0
  224. data/vendor/bundle/ruby/3.4.0/gems/activejob-8.1.0/lib/active_job/serializers/big_decimal_serializer.rb +21 -0
  225. data/vendor/bundle/ruby/3.4.0/gems/activejob-8.1.0/lib/active_job/serializers/date_serializer.rb +19 -0
  226. data/vendor/bundle/ruby/3.4.0/gems/activejob-8.1.0/lib/active_job/serializers/date_time_serializer.rb +15 -0
  227. data/vendor/bundle/ruby/3.4.0/gems/activejob-8.1.0/lib/active_job/serializers/duration_serializer.rb +24 -0
  228. data/vendor/bundle/ruby/3.4.0/gems/activejob-8.1.0/lib/active_job/serializers/module_serializer.rb +20 -0
  229. data/vendor/bundle/ruby/3.4.0/gems/activejob-8.1.0/lib/active_job/serializers/object_serializer.rb +52 -0
  230. data/vendor/bundle/ruby/3.4.0/gems/activejob-8.1.0/lib/active_job/serializers/range_serializer.rb +23 -0
  231. data/vendor/bundle/ruby/3.4.0/gems/activejob-8.1.0/lib/active_job/serializers/symbol_serializer.rb +19 -0
  232. data/vendor/bundle/ruby/3.4.0/gems/activejob-8.1.0/lib/active_job/serializers/time_serializer.rb +15 -0
  233. data/vendor/bundle/ruby/3.4.0/gems/activejob-8.1.0/lib/active_job/serializers/time_with_zone_serializer.rb +24 -0
  234. data/vendor/bundle/ruby/3.4.0/gems/activejob-8.1.0/lib/active_job/serializers.rb +109 -0
  235. data/vendor/bundle/ruby/3.4.0/gems/activejob-8.1.0/lib/active_job/structured_event_subscriber.rb +220 -0
  236. data/vendor/bundle/ruby/3.4.0/gems/activejob-8.1.0/lib/active_job.rb +62 -0
  237. data/vendor/bundle/ruby/3.4.0/gems/activemodel-8.1.0/CHANGELOG.md +36 -0
  238. data/vendor/bundle/ruby/3.4.0/gems/activemodel-8.1.0/lib/active_model/attribute/user_provided_default.rb +65 -0
  239. data/vendor/bundle/ruby/3.4.0/gems/activemodel-8.1.0/lib/active_model/attribute.rb +285 -0
  240. data/vendor/bundle/ruby/3.4.0/gems/activemodel-8.1.0/lib/active_model/attribute_methods.rb +592 -0
  241. data/vendor/bundle/ruby/3.4.0/gems/activemodel-8.1.0/lib/active_model/attribute_mutation_tracker.rb +189 -0
  242. data/vendor/bundle/ruby/3.4.0/gems/activemodel-8.1.0/lib/active_model/attribute_set.rb +118 -0
  243. data/vendor/bundle/ruby/3.4.0/gems/activemodel-8.1.0/lib/active_model/attributes/normalization.rb +192 -0
  244. data/vendor/bundle/ruby/3.4.0/gems/activemodel-8.1.0/lib/active_model/dirty.rb +422 -0
  245. data/vendor/bundle/ruby/3.4.0/gems/activemodel-8.1.0/lib/active_model/error.rb +209 -0
  246. data/vendor/bundle/ruby/3.4.0/gems/activemodel-8.1.0/lib/active_model/errors.rb +544 -0
  247. data/vendor/bundle/ruby/3.4.0/gems/activemodel-8.1.0/lib/active_model/gem_version.rb +17 -0
  248. data/vendor/bundle/ruby/3.4.0/gems/activemodel-8.1.0/lib/active_model/lint.rb +122 -0
  249. data/vendor/bundle/ruby/3.4.0/gems/activemodel-8.1.0/lib/active_model/naming.rb +358 -0
  250. data/vendor/bundle/ruby/3.4.0/gems/activemodel-8.1.0/lib/active_model/nested_error.rb +20 -0
  251. data/vendor/bundle/ruby/3.4.0/gems/activemodel-8.1.0/lib/active_model/railtie.rb +28 -0
  252. data/vendor/bundle/ruby/3.4.0/gems/activemodel-8.1.0/lib/active_model/secure_password.rb +245 -0
  253. data/vendor/bundle/ruby/3.4.0/gems/activemodel-8.1.0/lib/active_model/type/big_integer.rb +57 -0
  254. data/vendor/bundle/ruby/3.4.0/gems/activemodel-8.1.0/lib/active_model/type/boolean.rb +49 -0
  255. data/vendor/bundle/ruby/3.4.0/gems/activemodel-8.1.0/lib/active_model/type/date.rb +79 -0
  256. data/vendor/bundle/ruby/3.4.0/gems/activemodel-8.1.0/lib/active_model/type/date_time.rb +96 -0
  257. data/vendor/bundle/ruby/3.4.0/gems/activemodel-8.1.0/lib/active_model/type/decimal.rb +108 -0
  258. data/vendor/bundle/ruby/3.4.0/gems/activemodel-8.1.0/lib/active_model/type/float.rb +65 -0
  259. data/vendor/bundle/ruby/3.4.0/gems/activemodel-8.1.0/lib/active_model/type/helpers/immutable.rb +13 -0
  260. data/vendor/bundle/ruby/3.4.0/gems/activemodel-8.1.0/lib/active_model/type/helpers.rb +8 -0
  261. data/vendor/bundle/ruby/3.4.0/gems/activemodel-8.1.0/lib/active_model/type/immutable_string.rb +73 -0
  262. data/vendor/bundle/ruby/3.4.0/gems/activemodel-8.1.0/lib/active_model/type/integer.rb +125 -0
  263. data/vendor/bundle/ruby/3.4.0/gems/activemodel-8.1.0/lib/active_model/type/string.rb +47 -0
  264. data/vendor/bundle/ruby/3.4.0/gems/activemodel-8.1.0/lib/active_model/type/value.rb +157 -0
  265. data/vendor/bundle/ruby/3.4.0/gems/activemodel-8.1.0/lib/active_model/validations/callbacks.rb +129 -0
  266. data/vendor/bundle/ruby/3.4.0/gems/activemodel-8.1.0/lib/active_model/validations.rb +496 -0
  267. data/vendor/bundle/ruby/3.4.0/gems/activemodel-8.1.0/lib/active_model.rb +90 -0
  268. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/CHANGELOG.md +834 -0
  269. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/README.rdoc +219 -0
  270. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/association_relation.rb +51 -0
  271. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/associations/association.rb +421 -0
  272. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/associations/belongs_to_association.rb +179 -0
  273. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/associations/builder/association.rb +181 -0
  274. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/associations/builder/belongs_to.rb +173 -0
  275. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/associations/builder/collection_association.rb +84 -0
  276. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/associations/builder/has_one.rb +61 -0
  277. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/associations/builder/singular_association.rb +76 -0
  278. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/associations/collection_proxy.rb +1181 -0
  279. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/associations/deprecation.rb +88 -0
  280. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/associations/errors.rb +268 -0
  281. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/associations/join_dependency.rb +303 -0
  282. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/associations/preloader/branch.rb +154 -0
  283. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/associations.rb +2047 -0
  284. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/attribute_methods/serialization.rb +245 -0
  285. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/attribute_methods/time_zone_conversion.rb +92 -0
  286. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/attributes.rb +320 -0
  287. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/autosave_association.rb +596 -0
  288. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/base.rb +336 -0
  289. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/coders/json.rb +24 -0
  290. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/connection_adapters/abstract/connection_handler.rb +291 -0
  291. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/connection_adapters/abstract/connection_pool/queue.rb +223 -0
  292. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/connection_adapters/abstract/connection_pool/reaper.rb +117 -0
  293. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/connection_adapters/abstract/connection_pool.rb +1291 -0
  294. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/connection_adapters/abstract/database_statements.rb +762 -0
  295. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/connection_adapters/abstract/query_cache.rb +348 -0
  296. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/connection_adapters/abstract/quoting.rb +230 -0
  297. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/connection_adapters/abstract/schema_creation.rb +194 -0
  298. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/connection_adapters/abstract/schema_definitions.rb +962 -0
  299. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/connection_adapters/abstract/schema_dumper.rb +107 -0
  300. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/connection_adapters/abstract/schema_statements.rb +1965 -0
  301. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/connection_adapters/abstract/transaction.rb +698 -0
  302. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/connection_adapters/abstract_adapter.rb +1302 -0
  303. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/connection_adapters/abstract_mysql_adapter.rb +1057 -0
  304. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/connection_adapters/column.rb +135 -0
  305. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/connection_adapters/mysql/database_statements.rb +95 -0
  306. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/connection_adapters/mysql/schema_creation.rb +108 -0
  307. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/connection_adapters/mysql/schema_definitions.rb +143 -0
  308. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/connection_adapters/mysql/schema_statements.rb +329 -0
  309. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/connection_adapters/mysql2/database_statements.rb +147 -0
  310. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/connection_adapters/mysql2_adapter.rb +202 -0
  311. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/connection_adapters/postgresql/column.rb +86 -0
  312. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/connection_adapters/postgresql/database_statements.rb +240 -0
  313. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/connection_adapters/postgresql/oid/array.rb +91 -0
  314. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/connection_adapters/postgresql/oid/type_map_initializer.rb +125 -0
  315. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/connection_adapters/postgresql/quoting.rb +249 -0
  316. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/connection_adapters/postgresql/schema_creation.rb +162 -0
  317. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/connection_adapters/postgresql/schema_definitions.rb +375 -0
  318. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/connection_adapters/postgresql/schema_dumper.rb +164 -0
  319. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/connection_adapters/postgresql/schema_statements.rb +1196 -0
  320. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/connection_adapters/postgresql_adapter.rb +1205 -0
  321. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/connection_adapters/schema_cache.rb +478 -0
  322. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/connection_adapters/sqlite3/database_statements.rb +161 -0
  323. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/connection_adapters/sqlite3/quoting.rb +121 -0
  324. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/connection_adapters/sqlite3/schema_statements.rb +214 -0
  325. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/connection_adapters/sqlite3_adapter.rb +873 -0
  326. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/connection_adapters/trilogy/database_statements.rb +70 -0
  327. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/connection_adapters/trilogy_adapter.rb +212 -0
  328. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/connection_adapters.rb +121 -0
  329. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/connection_handling.rb +418 -0
  330. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/core.rb +897 -0
  331. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/counter_cache.rb +255 -0
  332. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/database_configurations/database_config.rb +112 -0
  333. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/database_configurations/hash_config.rb +230 -0
  334. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/database_configurations/url_config.rb +88 -0
  335. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/database_configurations.rb +313 -0
  336. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/delegated_type.rb +279 -0
  337. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/dynamic_matchers.rb +106 -0
  338. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/encryption/encryptable_record.rb +230 -0
  339. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/encryption/encrypted_attribute_type.rb +184 -0
  340. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/encryption/encryptor.rb +191 -0
  341. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/encryption/scheme.rb +107 -0
  342. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/enum.rb +428 -0
  343. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/errors.rb +630 -0
  344. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/explain.rb +63 -0
  345. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/explain_registry.rb +86 -0
  346. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/filter_attribute_handler.rb +73 -0
  347. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/fixtures.rb +849 -0
  348. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/gem_version.rb +17 -0
  349. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/inheritance.rb +366 -0
  350. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/insert_all.rb +333 -0
  351. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/locking/optimistic.rb +235 -0
  352. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/locking/pessimistic.rb +107 -0
  353. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/log_subscriber.rb +139 -0
  354. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/middleware/shard_selector.rb +79 -0
  355. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/migration/command_recorder.rb +422 -0
  356. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/migration/compatibility.rb +500 -0
  357. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/migration/default_schema_versions_formatter.rb +30 -0
  358. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/migration.rb +1631 -0
  359. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/model_schema.rb +659 -0
  360. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/nested_attributes.rb +635 -0
  361. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/persistence.rb +999 -0
  362. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/query_cache.rb +62 -0
  363. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/query_logs.rb +241 -0
  364. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/railtie.rb +446 -0
  365. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/railties/controller_runtime.rb +70 -0
  366. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/railties/databases.rake +630 -0
  367. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/railties/job_checkpoints.rb +15 -0
  368. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/railties/job_runtime.rb +22 -0
  369. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/reflection.rb +1317 -0
  370. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/relation/batches.rb +505 -0
  371. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/relation/calculations.rb +691 -0
  372. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/relation/delegation.rb +153 -0
  373. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/relation/finder_methods.rb +678 -0
  374. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/relation/predicate_builder/association_query_value.rb +78 -0
  375. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/relation/predicate_builder/polymorphic_array_value.rb +60 -0
  376. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/relation/predicate_builder.rb +191 -0
  377. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/relation/query_attribute.rb +70 -0
  378. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/relation/query_methods.rb +2290 -0
  379. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/relation/where_clause.rb +217 -0
  380. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/relation.rb +1524 -0
  381. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/result.rb +273 -0
  382. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/runtime_registry.rb +65 -0
  383. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/sanitization.rb +256 -0
  384. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/schema_dumper.rb +384 -0
  385. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/scoping.rb +135 -0
  386. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/signed_id.rb +166 -0
  387. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/statement_cache.rb +168 -0
  388. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/store.rb +324 -0
  389. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/structured_event_subscriber.rb +85 -0
  390. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/table_metadata.rb +68 -0
  391. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/tasks/abstract_tasks.rb +76 -0
  392. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/tasks/database_tasks.rb +672 -0
  393. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/tasks/mysql_database_tasks.rb +83 -0
  394. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/tasks/postgresql_database_tasks.rb +121 -0
  395. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/tasks/sqlite_database_tasks.rb +77 -0
  396. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/test_databases.rb +34 -0
  397. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/test_fixtures.rb +346 -0
  398. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/testing/query_assertions.rb +127 -0
  399. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/timestamp.rb +179 -0
  400. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/transaction.rb +129 -0
  401. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/transactions.rb +546 -0
  402. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/type/hash_lookup_type_map.rb +58 -0
  403. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/type/internal/timezone.rb +29 -0
  404. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/type/json.rb +43 -0
  405. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/type/serialized.rb +83 -0
  406. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/type/type_map.rb +58 -0
  407. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/type_caster/connection.rb +34 -0
  408. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/validations/associated.rb +65 -0
  409. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record.rb +636 -0
  410. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/arel/alias_predication.rb +11 -0
  411. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/arel/crud.rb +45 -0
  412. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/arel/nodes/count.rb +12 -0
  413. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/arel/nodes/function.rb +39 -0
  414. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/arel/nodes/named_function.rb +23 -0
  415. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/arel/nodes/node.rb +161 -0
  416. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/arel/nodes.rb +73 -0
  417. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/arel/select_manager.rb +285 -0
  418. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/arel/visitors/dot.rb +298 -0
  419. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/arel/visitors/postgresql.rb +154 -0
  420. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/arel/visitors/sqlite.rb +110 -0
  421. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/arel/visitors/to_sql.rb +1017 -0
  422. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/arel.rb +75 -0
  423. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/rails/generators/active_record/application_record/USAGE +8 -0
  424. data/vendor/bundle/ruby/3.4.0/gems/activestorage-8.1.0/CHANGELOG.md +90 -0
  425. data/vendor/bundle/ruby/3.4.0/gems/activestorage-8.1.0/README.md +211 -0
  426. data/vendor/bundle/ruby/3.4.0/gems/activestorage-8.1.0/app/assets/javascripts/activestorage.esm.js +884 -0
  427. data/vendor/bundle/ruby/3.4.0/gems/activestorage-8.1.0/app/assets/javascripts/activestorage.js +866 -0
  428. data/vendor/bundle/ruby/3.4.0/gems/activestorage-8.1.0/app/javascript/activestorage/direct_upload_controller.js +114 -0
  429. data/vendor/bundle/ruby/3.4.0/gems/activestorage-8.1.0/app/models/active_storage/filename.rb +76 -0
  430. data/vendor/bundle/ruby/3.4.0/gems/activestorage-8.1.0/app/models/active_storage/variant.rb +118 -0
  431. data/vendor/bundle/ruby/3.4.0/gems/activestorage-8.1.0/app/models/active_storage/variation.rb +87 -0
  432. data/vendor/bundle/ruby/3.4.0/gems/activestorage-8.1.0/lib/active_storage/analyzer/image_analyzer/image_magick.rb +48 -0
  433. data/vendor/bundle/ruby/3.4.0/gems/activestorage-8.1.0/lib/active_storage/analyzer/image_analyzer/vips.rb +65 -0
  434. data/vendor/bundle/ruby/3.4.0/gems/activestorage-8.1.0/lib/active_storage/analyzer/image_analyzer.rb +34 -0
  435. data/vendor/bundle/ruby/3.4.0/gems/activestorage-8.1.0/lib/active_storage/attached.rb +26 -0
  436. data/vendor/bundle/ruby/3.4.0/gems/activestorage-8.1.0/lib/active_storage/engine.rb +235 -0
  437. data/vendor/bundle/ruby/3.4.0/gems/activestorage-8.1.0/lib/active_storage/gem_version.rb +17 -0
  438. data/vendor/bundle/ruby/3.4.0/gems/activestorage-8.1.0/lib/active_storage/log_subscriber.rb +76 -0
  439. data/vendor/bundle/ruby/3.4.0/gems/activestorage-8.1.0/lib/active_storage/service/configurator.rb +42 -0
  440. data/vendor/bundle/ruby/3.4.0/gems/activestorage-8.1.0/lib/active_storage/service/gcs_service.rb +240 -0
  441. data/vendor/bundle/ruby/3.4.0/gems/activestorage-8.1.0/lib/active_storage/service/mirror_service.rb +93 -0
  442. data/vendor/bundle/ruby/3.4.0/gems/activestorage-8.1.0/lib/active_storage/service/registry.rb +38 -0
  443. data/vendor/bundle/ruby/3.4.0/gems/activestorage-8.1.0/lib/active_storage/service.rb +184 -0
  444. data/vendor/bundle/ruby/3.4.0/gems/activestorage-8.1.0/lib/active_storage/structured_event_subscriber.rb +79 -0
  445. data/vendor/bundle/ruby/3.4.0/gems/activestorage-8.1.0/lib/active_storage/transformers/image_magick.rb +72 -0
  446. data/vendor/bundle/ruby/3.4.0/gems/activestorage-8.1.0/lib/active_storage/transformers/image_processing_transformer.rb +48 -0
  447. data/vendor/bundle/ruby/3.4.0/gems/activestorage-8.1.0/lib/active_storage/transformers/null_transformer.rb +12 -0
  448. data/vendor/bundle/ruby/3.4.0/gems/activestorage-8.1.0/lib/active_storage/transformers/vips.rb +11 -0
  449. data/vendor/bundle/ruby/3.4.0/gems/activestorage-8.1.0/lib/active_storage.rb +376 -0
  450. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/CHANGELOG.md +460 -0
  451. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/backtrace_cleaner.rb +234 -0
  452. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/cache/mem_cache_store.rb +288 -0
  453. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/cache/redis_cache_store.rb +498 -0
  454. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/cache/strategy/local_cache.rb +246 -0
  455. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/cache/strategy/local_cache_middleware.rb +45 -0
  456. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/cache.rb +1170 -0
  457. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/callbacks.rb +960 -0
  458. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/concurrency/load_interlock_aware_monitor.rb +18 -0
  459. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/concurrency/thread_monitor.rb +55 -0
  460. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/configurable.rb +193 -0
  461. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/continuous_integration.rb +145 -0
  462. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/core_ext/array.rb +9 -0
  463. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/core_ext/benchmark.rb +6 -0
  464. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/core_ext/big_decimal.rb +3 -0
  465. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/core_ext/class/attribute.rb +137 -0
  466. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/core_ext/class.rb +4 -0
  467. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/core_ext/date.rb +7 -0
  468. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/core_ext/date_and_time/compatibility.rb +23 -0
  469. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/core_ext/date_time/compatibility.rb +16 -0
  470. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/core_ext/date_time.rb +7 -0
  471. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/core_ext/digest.rb +3 -0
  472. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/core_ext/enumerable.rb +279 -0
  473. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/core_ext/erb/util.rb +201 -0
  474. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/core_ext/file.rb +3 -0
  475. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/core_ext/hash.rb +10 -0
  476. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/core_ext/integer.rb +5 -0
  477. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/core_ext/kernel.rb +5 -0
  478. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/core_ext/module.rb +13 -0
  479. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/core_ext/numeric.rb +5 -0
  480. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/core_ext/object/json.rb +267 -0
  481. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/core_ext/object/to_query.rb +93 -0
  482. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/core_ext/object.rb +17 -0
  483. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/core_ext/pathname.rb +4 -0
  484. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/core_ext/range.rb +6 -0
  485. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/core_ext/string/multibyte.rb +67 -0
  486. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/core_ext/string/output_safety.rb +235 -0
  487. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/core_ext/string.rb +15 -0
  488. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/core_ext/symbol.rb +3 -0
  489. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/core_ext/time/calculations.rb +379 -0
  490. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/core_ext/time/compatibility.rb +15 -0
  491. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/core_ext/time.rb +7 -0
  492. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/core_ext.rb +5 -0
  493. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/current_attributes/test_helper.rb +13 -0
  494. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/current_attributes.rb +243 -0
  495. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/dependencies/interlock.rb +55 -0
  496. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/dependencies.rb +102 -0
  497. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/deprecation/reporting.rb +162 -0
  498. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/deprecation.rb +81 -0
  499. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/editor.rb +70 -0
  500. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/error_reporter.rb +318 -0
  501. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/event_reporter/test_helper.rb +32 -0
  502. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/event_reporter.rb +592 -0
  503. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/evented_file_update_checker.rb +185 -0
  504. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/execution_context.rb +110 -0
  505. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/file_update_checker.rb +166 -0
  506. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/gem_version.rb +17 -0
  507. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/gzip.rb +41 -0
  508. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/hash_with_indifferent_access.rb +464 -0
  509. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/i18n_railtie.rb +139 -0
  510. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/inflector/inflections.rb +289 -0
  511. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/inflector/transliterate.rb +147 -0
  512. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/isolated_execution_state.rb +71 -0
  513. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/json/decoding.rb +78 -0
  514. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/json/encoding.rb +256 -0
  515. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/log_subscriber.rb +188 -0
  516. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/message_encryptors.rb +193 -0
  517. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/message_pack/extensions.rb +310 -0
  518. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/message_verifiers.rb +189 -0
  519. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/messages/rotation_coordinator.rb +102 -0
  520. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/messages/rotator.rb +69 -0
  521. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/multibyte/chars.rb +188 -0
  522. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/multibyte.rb +27 -0
  523. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/notifications/fanout.rb +467 -0
  524. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/notifications/instrumenter.rb +240 -0
  525. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/railtie.rb +180 -0
  526. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/structured_event_subscriber.rb +99 -0
  527. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/subscriber.rb +141 -0
  528. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/syntax_error_proxy.rb +63 -0
  529. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/test_case.rb +359 -0
  530. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/testing/assertions.rb +367 -0
  531. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/testing/error_reporter_assertions.rb +124 -0
  532. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/testing/event_reporter_assertions.rb +227 -0
  533. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/testing/notification_assertions.rb +92 -0
  534. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/testing/parallelization/server.rb +98 -0
  535. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/testing/parallelization/worker.rb +105 -0
  536. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/testing/parallelization.rb +79 -0
  537. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/testing/tests_without_assertions.rb +19 -0
  538. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/testing/time_helpers.rb +273 -0
  539. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/time_with_zone.rb +609 -0
  540. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/values/time_zone.rb +621 -0
  541. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/xml_mini.rb +212 -0
  542. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support.rb +148 -0
  543. data/vendor/bundle/ruby/3.4.0/gems/fast_gettext-4.1.1/lib/fast_gettext/vendor/mofile.rb +350 -0
  544. data/vendor/bundle/ruby/3.4.0/gems/fast_gettext-4.1.1/lib/fast_gettext/version.rb +5 -0
  545. data/vendor/bundle/ruby/3.4.0/gems/json-2.15.2/CHANGES.md +698 -0
  546. data/vendor/bundle/ruby/3.4.0/gems/json-2.15.2/ext/json/ext/generator/generator.c +2198 -0
  547. data/vendor/bundle/ruby/3.4.0/gems/json-2.15.2/lib/json/ext/generator.so +0 -0
  548. data/vendor/bundle/ruby/3.4.0/gems/json-2.15.2/lib/json/ext/parser.so +0 -0
  549. data/vendor/bundle/ruby/3.4.0/gems/json-2.15.2/lib/json/truffle_ruby/generator.rb +712 -0
  550. data/vendor/bundle/ruby/3.4.0/gems/json-2.15.2/lib/json/version.rb +5 -0
  551. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/README.md +771 -0
  552. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/attachments_list.rb +109 -0
  553. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/body.rb +305 -0
  554. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/encodings/quoted_printable.rb +45 -0
  555. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/encodings/unix_to_unix.rb +20 -0
  556. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/encodings.rb +314 -0
  557. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/field.rb +313 -0
  558. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/field_list.rb +87 -0
  559. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/fields/bcc_field.rb +49 -0
  560. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/fields/cc_field.rb +33 -0
  561. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/fields/comments_field.rb +31 -0
  562. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/fields/common_address_field.rb +162 -0
  563. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/fields/common_date_field.rb +56 -0
  564. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/fields/common_message_id_field.rb +41 -0
  565. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/fields/content_description_field.rb +12 -0
  566. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/fields/content_disposition_field.rb +44 -0
  567. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/fields/content_id_field.rb +35 -0
  568. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/fields/content_location_field.rb +28 -0
  569. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/fields/content_transfer_encoding_field.rb +44 -0
  570. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/fields/content_type_field.rb +171 -0
  571. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/fields/date_field.rb +28 -0
  572. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/fields/from_field.rb +33 -0
  573. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/fields/in_reply_to_field.rb +45 -0
  574. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/fields/keywords_field.rb +30 -0
  575. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/fields/message_id_field.rb +36 -0
  576. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/fields/mime_version_field.rb +42 -0
  577. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/fields/named_structured_field.rb +10 -0
  578. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/fields/named_unstructured_field.rb +10 -0
  579. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/fields/optional_field.rb +15 -0
  580. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/fields/received_field.rb +61 -0
  581. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/fields/references_field.rb +42 -0
  582. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/fields/reply_to_field.rb +33 -0
  583. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/fields/resent_bcc_field.rb +33 -0
  584. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/fields/resent_cc_field.rb +33 -0
  585. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/fields/resent_date_field.rb +10 -0
  586. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/fields/resent_from_field.rb +33 -0
  587. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/fields/resent_message_id_field.rb +10 -0
  588. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/fields/resent_sender_field.rb +32 -0
  589. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/fields/resent_to_field.rb +33 -0
  590. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/fields/return_path_field.rb +60 -0
  591. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/fields/sender_field.rb +45 -0
  592. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/fields/structured_field.rb +24 -0
  593. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/fields/subject_field.rb +14 -0
  594. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/fields/to_field.rb +33 -0
  595. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/fields/unstructured_field.rb +189 -0
  596. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/fields.rb +45 -0
  597. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/header.rb +237 -0
  598. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/mail.rb +267 -0
  599. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/message.rb +2159 -0
  600. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/multibyte/chars.rb +318 -0
  601. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/multibyte/unicode.rb +405 -0
  602. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/network/delivery_methods/file_delivery.rb +43 -0
  603. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/network/delivery_methods/sendmail.rb +87 -0
  604. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/network/delivery_methods/smtp.rb +200 -0
  605. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/network/delivery_methods/smtp_connection.rb +57 -0
  606. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/network/delivery_methods/test_mailer.rb +44 -0
  607. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/network/retriever_methods/base.rb +64 -0
  608. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/network/retriever_methods/imap.rb +190 -0
  609. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/network/retriever_methods/pop3.rb +143 -0
  610. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/parsers/address_lists_parser.rb +33245 -0
  611. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/parsers/address_lists_parser.rl +183 -0
  612. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/parsers/content_disposition_parser.rb +904 -0
  613. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/parsers/content_disposition_parser.rl +93 -0
  614. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/parsers/content_location_parser.rb +825 -0
  615. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/parsers/content_location_parser.rl +82 -0
  616. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/parsers/content_transfer_encoding_parser.rb +525 -0
  617. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/parsers/content_transfer_encoding_parser.rl +75 -0
  618. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/parsers/content_type_parser.rb +1051 -0
  619. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/parsers/content_type_parser.rl +94 -0
  620. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/parsers/date_time_parser.rb +894 -0
  621. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/parsers/date_time_parser.rl +73 -0
  622. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/parsers/envelope_from_parser.rb +3678 -0
  623. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/parsers/envelope_from_parser.rl +93 -0
  624. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/parsers/message_ids_parser.rb +5164 -0
  625. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/parsers/message_ids_parser.rl +97 -0
  626. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/parsers/mime_version_parser.rb +516 -0
  627. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/parsers/mime_version_parser.rl +72 -0
  628. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/parsers/phrase_lists_parser.rb +887 -0
  629. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/parsers/phrase_lists_parser.rl +94 -0
  630. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/parsers/received_parser.rb +8785 -0
  631. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/parsers/received_parser.rl +95 -0
  632. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/part.rb +119 -0
  633. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/smtp_envelope.rb +57 -0
  634. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/utilities.rb +566 -0
  635. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/version.rb +17 -0
  636. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail.rb +65 -0
  637. data/vendor/bundle/ruby/3.4.0/gems/parser-3.3.10.0/lib/parser/current.rb +146 -0
  638. data/vendor/bundle/ruby/3.4.0/gems/parser-3.3.10.0/lib/parser/version.rb +5 -0
  639. data/vendor/bundle/ruby/3.4.0/gems/po_to_json-2.1.2/CHANGELOG.md +51 -0
  640. data/vendor/bundle/ruby/3.4.0/gems/po_to_json-2.1.2/README.md +112 -0
  641. data/vendor/bundle/ruby/3.4.0/gems/po_to_json-2.1.2/lib/po_to_json/version.rb +29 -0
  642. data/vendor/bundle/ruby/3.4.0/gems/prism-1.6.0/CHANGELOG.md +734 -0
  643. data/vendor/bundle/ruby/3.4.0/gems/prism-1.6.0/docs/design.md +53 -0
  644. data/vendor/bundle/ruby/3.4.0/gems/prism-1.6.0/docs/releasing.md +77 -0
  645. data/vendor/bundle/ruby/3.4.0/gems/prism-1.6.0/ext/prism/Makefile +273 -0
  646. data/vendor/bundle/ruby/3.4.0/gems/prism-1.6.0/ext/prism/extension.c +1428 -0
  647. data/vendor/bundle/ruby/3.4.0/gems/prism-1.6.0/ext/prism/extension.h +19 -0
  648. data/vendor/bundle/ruby/3.4.0/gems/prism-1.6.0/include/prism/version.h +29 -0
  649. data/vendor/bundle/ruby/3.4.0/gems/prism-1.6.0/lib/prism/ffi.rb +576 -0
  650. data/vendor/bundle/ruby/3.4.0/gems/prism-1.6.0/lib/prism/prism.so +0 -0
  651. data/vendor/bundle/ruby/3.4.0/gems/prism-1.6.0/lib/prism/serialize.rb +2398 -0
  652. data/vendor/bundle/ruby/3.4.0/gems/prism-1.6.0/lib/prism.rb +112 -0
  653. data/vendor/bundle/ruby/3.4.0/gems/prism-1.6.0/prism.gemspec +174 -0
  654. data/vendor/bundle/ruby/3.4.0/gems/prism-1.6.0/sig/prism.rbs +258 -0
  655. data/vendor/bundle/ruby/3.4.0/gems/prism-1.6.0/src/prism.c +23361 -0
  656. data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/CHANGELOG.md +184 -0
  657. data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/minitest/rails_plugin.rb +176 -0
  658. data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/application/bootstrap.rb +120 -0
  659. data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/application/configuration.rb +669 -0
  660. data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/application/default_middleware_stack.rb +140 -0
  661. data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/application/finisher.rb +238 -0
  662. data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/application/routes_reloader.rb +82 -0
  663. data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/application.rb +663 -0
  664. data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/code_statistics.rb +162 -0
  665. data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/command/base.rb +183 -0
  666. data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/command/environment_argument.rb +55 -0
  667. data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/command.rb +166 -0
  668. data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/commands/app/update_command.rb +99 -0
  669. data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/commands/console/irb_console.rb +130 -0
  670. data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/commands/credentials/credentials_command.rb +159 -0
  671. data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/commands/encrypted/encrypted_command.rb +97 -0
  672. data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/engine.rb +758 -0
  673. data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/gem_version.rb +17 -0
  674. data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/generators/actions.rb +531 -0
  675. data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/generators/app_base.rb +815 -0
  676. data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/generators/database.rb +287 -0
  677. data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/generators/erb/authentication/authentication_generator.rb +17 -0
  678. data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/generators/erb/scaffold/templates/partial.html.erb.tt +17 -0
  679. data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/generators/generated_attribute.rb +274 -0
  680. data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/generators/migration.rb +70 -0
  681. data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/generators/rails/app/app_generator.rb +698 -0
  682. data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/generators/rails/app/templates/Dockerfile.tt +130 -0
  683. data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/generators/rails/app/templates/Gemfile.tt +88 -0
  684. data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/generators/rails/app/templates/app/controllers/application_controller.rb.tt +11 -0
  685. data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/generators/rails/app/templates/app/views/layouts/application.html.erb.tt +34 -0
  686. data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/generators/rails/app/templates/bin/bundler-audit.tt +5 -0
  687. data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/generators/rails/app/templates/bin/ci.tt +5 -0
  688. data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/generators/rails/app/templates/bin/rubocop.tt +7 -0
  689. data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/generators/rails/app/templates/bin/setup.tt +45 -0
  690. data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/generators/rails/app/templates/config/bundler-audit.yml.tt +5 -0
  691. data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/generators/rails/app/templates/config/ci.rb.tt +38 -0
  692. data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/generators/rails/app/templates/config/databases/mysql.yml.tt +90 -0
  693. data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/generators/rails/app/templates/config/databases/postgresql.yml.tt +122 -0
  694. data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/generators/rails/app/templates/config/databases/sqlite3.yml.tt +82 -0
  695. data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/generators/rails/app/templates/config/databases/trilogy.yml.tt +92 -0
  696. data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/generators/rails/app/templates/config/deploy.yml.tt +133 -0
  697. data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/generators/rails/app/templates/config/environments/development.rb.tt +94 -0
  698. data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/generators/rails/app/templates/config/environments/production.rb.tt +99 -0
  699. data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/generators/rails/app/templates/config/initializers/content_security_policy.rb.tt +29 -0
  700. data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/generators/rails/app/templates/config/initializers/new_framework_defaults_8_1.rb.tt +74 -0
  701. data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/generators/rails/app/templates/config/puma.rb.tt +44 -0
  702. data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/generators/rails/app/templates/config/storage.yml.tt +27 -0
  703. data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/generators/rails/app/templates/docker-entrypoint.tt +10 -0
  704. data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/generators/rails/app/templates/github/ci.yml.tt +232 -0
  705. data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/generators/rails/app/templates/github/dependabot.yml +12 -0
  706. data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/generators/rails/app/templates/kamal-secrets.tt +20 -0
  707. data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/generators/rails/app/templates/public/400.html +135 -0
  708. data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/generators/rails/app/templates/public/404.html +135 -0
  709. data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/generators/rails/app/templates/public/406-unsupported-browser.html +135 -0
  710. data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/generators/rails/app/templates/public/422.html +135 -0
  711. data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/generators/rails/app/templates/public/500.html +135 -0
  712. data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/generators/rails/authentication/authentication_generator.rb +62 -0
  713. data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/generators/rails/authentication/templates/app/controllers/passwords_controller.rb.tt +39 -0
  714. data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/generators/rails/authentication/templates/app/controllers/sessions_controller.rb.tt +21 -0
  715. data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/generators/rails/authentication/templates/app/views/passwords_mailer/reset.html.erb.tt +6 -0
  716. data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/generators/rails/authentication/templates/app/views/passwords_mailer/reset.text.erb.tt +4 -0
  717. data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/generators/rails/benchmark/USAGE +19 -0
  718. data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/generators/rails/benchmark/templates/benchmark.rb.tt +13 -0
  719. data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/generators/rails/devcontainer/devcontainer_generator.rb +176 -0
  720. data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/generators/rails/devcontainer/templates/devcontainer/Dockerfile.tt +7 -0
  721. data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/generators/rails/devcontainer/templates/devcontainer/compose.yaml.tt +47 -0
  722. data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/generators/rails/devcontainer/templates/devcontainer/devcontainer.json.tt +37 -0
  723. data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/generators/rails/encryption_key_file/encryption_key_file_generator.rb +69 -0
  724. data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/generators/rails/master_key/master_key_generator.rb +41 -0
  725. data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/generators/rails/plugin/plugin_generator.rb +502 -0
  726. data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/generators/rails/plugin/templates/Rakefile.tt +10 -0
  727. data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/generators/rails/plugin/templates/github/ci.yml.tt +115 -0
  728. data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/generators/rails/plugin/templates/github/dependabot.yml +12 -0
  729. data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/generators/rails/script/USAGE +18 -0
  730. data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/generators/test_unit/authentication/authentication_generator.rb +31 -0
  731. data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/generators/test_unit/authentication/templates/test/controllers/passwords_controller_test.rb.tt +67 -0
  732. data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/generators/test_unit/authentication/templates/test/controllers/sessions_controller_test.rb +33 -0
  733. data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/generators/test_unit/authentication/templates/test/models/user_test.rb.tt +8 -0
  734. data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/generators/test_unit/authentication/templates/test/test_helpers/session_test_helper.rb.tt +19 -0
  735. data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/generators/test_unit/model/templates/fixtures.yml.tt +29 -0
  736. data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/generators/test_unit/scaffold/scaffold_generator.rb +84 -0
  737. data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/generators/testing/behavior.rb +113 -0
  738. data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/generators.rb +330 -0
  739. data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/health_controller.rb +63 -0
  740. data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/info.rb +105 -0
  741. data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/info_controller.rb +70 -0
  742. data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/initializable.rb +139 -0
  743. data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/rack/silence_request.rb +36 -0
  744. data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/railtie/configurable.rb +35 -0
  745. data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/railtie.rb +301 -0
  746. data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/tasks/statistics.rake +5 -0
  747. data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/tasks.rb +15 -0
  748. data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/templates/rails/info/notes.html.erb +88 -0
  749. data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/templates/rails/mailers/email.html.erb +202 -0
  750. data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/templates/rails/welcome/index.html.erb +109 -0
  751. data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/test_unit/reporter.rb +122 -0
  752. data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/test_unit/runner.rb +217 -0
  753. data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails.rb +137 -0
  754. data/vendor/bundle/ruby/3.4.0/gems/rspec-3.13.2/lib/rspec/version.rb +5 -0
  755. data/vendor/bundle/ruby/3.4.0/gems/rspec-core-3.13.6/Changelog.md +2447 -0
  756. data/vendor/bundle/ruby/3.4.0/gems/rspec-core-3.13.6/lib/rspec/core/version.rb +9 -0
  757. data/vendor/bundle/ruby/3.4.0/gems/rspec-core-3.13.6/lib/rspec/core/world.rb +287 -0
  758. data/vendor/bundle/ruby/3.4.0/gems/rspec-mocks-3.13.6/Changelog.md +1336 -0
  759. data/vendor/bundle/ruby/3.4.0/gems/rspec-mocks-3.13.6/lib/rspec/mocks/error_generator.rb +390 -0
  760. data/vendor/bundle/ruby/3.4.0/gems/rspec-mocks-3.13.6/lib/rspec/mocks/proxy.rb +517 -0
  761. data/vendor/bundle/ruby/3.4.0/gems/rspec-mocks-3.13.6/lib/rspec/mocks/version.rb +9 -0
  762. data/vendor/bundle/ruby/3.4.0/gems/rubocop-1.81.6/config/default.yml +6083 -0
  763. data/vendor/bundle/ruby/3.4.0/gems/rubocop-1.81.6/lib/rubocop/cop/layout/hash_alignment.rb +393 -0
  764. data/vendor/bundle/ruby/3.4.0/gems/rubocop-1.81.6/lib/rubocop/cop/lint/constant_overwritten_in_rescue.rb +52 -0
  765. data/vendor/bundle/ruby/3.4.0/gems/rubocop-1.81.6/lib/rubocop/cop/lint/cop_directive_syntax.rb +90 -0
  766. data/vendor/bundle/ruby/3.4.0/gems/rubocop-1.81.6/lib/rubocop/cop/lint/empty_interpolation.rb +42 -0
  767. data/vendor/bundle/ruby/3.4.0/gems/rubocop-1.81.6/lib/rubocop/cop/lint/rescue_exception.rb +38 -0
  768. data/vendor/bundle/ruby/3.4.0/gems/rubocop-1.81.6/lib/rubocop/cop/lint/self_assignment.rb +140 -0
  769. data/vendor/bundle/ruby/3.4.0/gems/rubocop-1.81.6/lib/rubocop/cop/security/json_load.rb +69 -0
  770. data/vendor/bundle/ruby/3.4.0/gems/rubocop-1.81.6/lib/rubocop/cop/style/array_intersect.rb +195 -0
  771. data/vendor/bundle/ruby/3.4.0/gems/rubocop-1.81.6/lib/rubocop/cop/style/conditional_assignment.rb +680 -0
  772. data/vendor/bundle/ruby/3.4.0/gems/rubocop-1.81.6/lib/rubocop/cop/style/endless_method.rb +246 -0
  773. data/vendor/bundle/ruby/3.4.0/gems/rubocop-1.81.6/lib/rubocop/cop/style/one_line_conditional.rb +156 -0
  774. data/vendor/bundle/ruby/3.4.0/gems/rubocop-1.81.6/lib/rubocop/cop/style/redundant_format.rb +283 -0
  775. data/vendor/bundle/ruby/3.4.0/gems/rubocop-1.81.6/lib/rubocop/cop/style/redundant_interpolation.rb +147 -0
  776. data/vendor/bundle/ruby/3.4.0/gems/rubocop-1.81.6/lib/rubocop/cop/style/semicolon.rb +187 -0
  777. data/vendor/bundle/ruby/3.4.0/gems/rubocop-1.81.6/lib/rubocop/cops_documentation_generator.rb +406 -0
  778. data/vendor/bundle/ruby/3.4.0/gems/rubocop-1.81.6/lib/rubocop/version.rb +160 -0
  779. data/vendor/bundle/ruby/3.4.0/specifications/action_text-trix-2.1.15.gemspec +23 -0
  780. data/vendor/bundle/ruby/3.4.0/specifications/actioncable-8.1.0.gemspec +30 -0
  781. data/vendor/bundle/ruby/3.4.0/specifications/actionmailbox-8.1.0.gemspec +31 -0
  782. data/vendor/bundle/ruby/3.4.0/specifications/actionmailer-8.1.0.gemspec +32 -0
  783. data/vendor/bundle/ruby/3.4.0/specifications/actionpack-8.1.0.gemspec +36 -0
  784. data/vendor/bundle/ruby/3.4.0/specifications/actiontext-8.1.0.gemspec +32 -0
  785. data/vendor/bundle/ruby/3.4.0/specifications/actionview-8.1.0.gemspec +33 -0
  786. data/vendor/bundle/ruby/3.4.0/specifications/activejob-8.1.0.gemspec +27 -0
  787. data/vendor/bundle/ruby/3.4.0/specifications/activemodel-8.1.0.gemspec +26 -0
  788. data/vendor/bundle/ruby/3.4.0/specifications/activerecord-8.1.0.gemspec +31 -0
  789. data/vendor/bundle/ruby/3.4.0/specifications/activestorage-8.1.0.gemspec +30 -0
  790. data/vendor/bundle/ruby/3.4.0/specifications/activesupport-8.1.0.gemspec +38 -0
  791. data/vendor/bundle/ruby/3.4.0/specifications/fast_gettext-4.1.1.gemspec +35 -0
  792. data/vendor/bundle/ruby/3.4.0/specifications/json-2.15.2.gemspec +0 -0
  793. data/vendor/bundle/ruby/3.4.0/specifications/mail-2.9.0.gemspec +38 -0
  794. data/vendor/bundle/ruby/3.4.0/specifications/parser-3.3.10.0.gemspec +37 -0
  795. data/vendor/bundle/ruby/3.4.0/specifications/po_to_json-2.1.2.gemspec +26 -0
  796. data/vendor/bundle/ruby/3.4.0/specifications/prism-1.6.0.gemspec +24 -0
  797. data/vendor/bundle/ruby/3.4.0/specifications/rails-8.1.0.gemspec +38 -0
  798. data/vendor/bundle/ruby/3.4.0/specifications/railties-8.1.0.gemspec +38 -0
  799. data/vendor/bundle/ruby/3.4.0/specifications/rspec-3.13.2.gemspec +31 -0
  800. data/vendor/bundle/ruby/3.4.0/specifications/rspec-core-3.13.6.gemspec +31 -0
  801. data/vendor/bundle/ruby/3.4.0/specifications/rspec-mocks-3.13.6.gemspec +29 -0
  802. data/vendor/bundle/ruby/3.4.0/specifications/rubocop-1.81.6.gemspec +39 -0
  803. metadata +3349 -3326
  804. data/vendor/bundle/ruby/3.4.0/cache/actioncable-8.0.3.gem +0 -0
  805. data/vendor/bundle/ruby/3.4.0/cache/actionmailbox-8.0.3.gem +0 -0
  806. data/vendor/bundle/ruby/3.4.0/cache/actionmailer-8.0.3.gem +0 -0
  807. data/vendor/bundle/ruby/3.4.0/cache/actionpack-8.0.3.gem +0 -0
  808. data/vendor/bundle/ruby/3.4.0/cache/actiontext-8.0.3.gem +0 -0
  809. data/vendor/bundle/ruby/3.4.0/cache/actionview-8.0.3.gem +0 -0
  810. data/vendor/bundle/ruby/3.4.0/cache/activejob-8.0.3.gem +0 -0
  811. data/vendor/bundle/ruby/3.4.0/cache/activemodel-8.0.3.gem +0 -0
  812. data/vendor/bundle/ruby/3.4.0/cache/activerecord-8.0.3.gem +0 -0
  813. data/vendor/bundle/ruby/3.4.0/cache/activestorage-8.0.3.gem +0 -0
  814. data/vendor/bundle/ruby/3.4.0/cache/activesupport-8.0.3.gem +0 -0
  815. data/vendor/bundle/ruby/3.4.0/cache/benchmark-0.4.1.gem +0 -0
  816. data/vendor/bundle/ruby/3.4.0/cache/fast_gettext-4.1.0.gem +0 -0
  817. data/vendor/bundle/ruby/3.4.0/cache/json-2.15.1.gem +0 -0
  818. data/vendor/bundle/ruby/3.4.0/cache/mail-2.8.1.gem +0 -0
  819. data/vendor/bundle/ruby/3.4.0/cache/parser-3.3.9.0.gem +0 -0
  820. data/vendor/bundle/ruby/3.4.0/cache/po_to_json-2.1.1.gem +0 -0
  821. data/vendor/bundle/ruby/3.4.0/cache/prism-1.5.2.gem +0 -0
  822. data/vendor/bundle/ruby/3.4.0/cache/rails-8.0.3.gem +0 -0
  823. data/vendor/bundle/ruby/3.4.0/cache/railties-8.0.3.gem +0 -0
  824. data/vendor/bundle/ruby/3.4.0/cache/rspec-3.13.1.gem +0 -0
  825. data/vendor/bundle/ruby/3.4.0/cache/rspec-core-3.13.5.gem +0 -0
  826. data/vendor/bundle/ruby/3.4.0/cache/rspec-mocks-3.13.5.gem +0 -0
  827. data/vendor/bundle/ruby/3.4.0/cache/rubocop-1.81.1.gem +0 -0
  828. data/vendor/bundle/ruby/3.4.0/extensions/x86_64-linux/3.4.0/json-2.15.1/gem_make.out +0 -25
  829. data/vendor/bundle/ruby/3.4.0/extensions/x86_64-linux/3.4.0/json-2.15.1/json/ext/generator.so +0 -0
  830. data/vendor/bundle/ruby/3.4.0/extensions/x86_64-linux/3.4.0/json-2.15.1/json/ext/parser.so +0 -0
  831. data/vendor/bundle/ruby/3.4.0/extensions/x86_64-linux/3.4.0/prism-1.5.2/gem_make.out +0 -44
  832. data/vendor/bundle/ruby/3.4.0/extensions/x86_64-linux/3.4.0/prism-1.5.2/mkmf.log +0 -74
  833. data/vendor/bundle/ruby/3.4.0/extensions/x86_64-linux/3.4.0/prism-1.5.2/prism/prism.so +0 -0
  834. data/vendor/bundle/ruby/3.4.0/gems/actioncable-8.0.3/CHANGELOG.md +0 -58
  835. data/vendor/bundle/ruby/3.4.0/gems/actioncable-8.0.3/lib/action_cable/channel/base.rb +0 -340
  836. data/vendor/bundle/ruby/3.4.0/gems/actioncable-8.0.3/lib/action_cable/channel/broadcasting.rb +0 -50
  837. data/vendor/bundle/ruby/3.4.0/gems/actioncable-8.0.3/lib/action_cable/channel/streams.rb +0 -217
  838. data/vendor/bundle/ruby/3.4.0/gems/actioncable-8.0.3/lib/action_cable/connection/stream_event_loop.rb +0 -136
  839. data/vendor/bundle/ruby/3.4.0/gems/actioncable-8.0.3/lib/action_cable/gem_version.rb +0 -19
  840. data/vendor/bundle/ruby/3.4.0/gems/actioncable-8.0.3/lib/action_cable/server/broadcasting.rb +0 -62
  841. data/vendor/bundle/ruby/3.4.0/gems/actioncable-8.0.3/lib/action_cable/server/worker.rb +0 -75
  842. data/vendor/bundle/ruby/3.4.0/gems/actioncable-8.0.3/lib/action_cable/subscription_adapter/base.rb +0 -36
  843. data/vendor/bundle/ruby/3.4.0/gems/actioncable-8.0.3/lib/rails/generators/channel/channel_generator.rb +0 -127
  844. data/vendor/bundle/ruby/3.4.0/gems/actionmailbox-8.0.3/CHANGELOG.md +0 -44
  845. data/vendor/bundle/ruby/3.4.0/gems/actionmailbox-8.0.3/lib/action_mailbox/engine.rb +0 -40
  846. data/vendor/bundle/ruby/3.4.0/gems/actionmailbox-8.0.3/lib/action_mailbox/gem_version.rb +0 -17
  847. data/vendor/bundle/ruby/3.4.0/gems/actionmailbox-8.0.3/lib/action_mailbox/mail_ext/addresses.rb +0 -44
  848. data/vendor/bundle/ruby/3.4.0/gems/actionmailer-8.0.3/CHANGELOG.md +0 -44
  849. data/vendor/bundle/ruby/3.4.0/gems/actionmailer-8.0.3/lib/action_mailer/base.rb +0 -1071
  850. data/vendor/bundle/ruby/3.4.0/gems/actionmailer-8.0.3/lib/action_mailer/form_builder.rb +0 -37
  851. data/vendor/bundle/ruby/3.4.0/gems/actionmailer-8.0.3/lib/action_mailer/gem_version.rb +0 -17
  852. data/vendor/bundle/ruby/3.4.0/gems/actionmailer-8.0.3/lib/action_mailer/log_subscriber.rb +0 -44
  853. data/vendor/bundle/ruby/3.4.0/gems/actionmailer-8.0.3/lib/action_mailer/message_delivery.rb +0 -156
  854. data/vendor/bundle/ruby/3.4.0/gems/actionmailer-8.0.3/lib/action_mailer/railtie.rb +0 -94
  855. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/CHANGELOG.md +0 -285
  856. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/abstract_controller/asset_paths.rb +0 -14
  857. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/abstract_controller/base.rb +0 -288
  858. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/abstract_controller/caching.rb +0 -68
  859. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/abstract_controller/helpers.rb +0 -245
  860. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/abstract_controller/logger.rb +0 -16
  861. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_controller/api.rb +0 -155
  862. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_controller/base.rb +0 -332
  863. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_controller/caching.rb +0 -49
  864. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_controller/form_builder.rb +0 -55
  865. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_controller/log_subscriber.rb +0 -96
  866. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_controller/metal/allow_browser.rb +0 -133
  867. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_controller/metal/conditional_get.rb +0 -340
  868. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_controller/metal/data_streaming.rb +0 -156
  869. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_controller/metal/exceptions.rb +0 -106
  870. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_controller/metal/flash.rb +0 -67
  871. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_controller/metal/head.rb +0 -67
  872. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_controller/metal/live.rb +0 -400
  873. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_controller/metal/permissions_policy.rb +0 -38
  874. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_controller/metal/rate_limiting.rb +0 -71
  875. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_controller/metal/redirecting.rb +0 -252
  876. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_controller/metal/renderers.rb +0 -180
  877. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_controller/metal/rendering.rb +0 -260
  878. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_controller/metal/request_forgery_protection.rb +0 -669
  879. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_controller/metal/rescue.rb +0 -33
  880. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_controller/railtie.rb +0 -143
  881. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_dispatch/http/cache.rb +0 -249
  882. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_dispatch/http/filter_parameters.rb +0 -85
  883. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_dispatch/http/mime_negotiation.rb +0 -192
  884. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_dispatch/http/mime_types.rb +0 -54
  885. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_dispatch/http/param_builder.rb +0 -186
  886. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_dispatch/http/parameters.rb +0 -119
  887. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_dispatch/http/permissions_policy.rb +0 -189
  888. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_dispatch/http/query_parser.rb +0 -53
  889. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_dispatch/http/request.rb +0 -541
  890. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_dispatch/http/response.rb +0 -591
  891. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_dispatch/http/url.rb +0 -344
  892. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_dispatch/journey/gtg/simulator.rb +0 -50
  893. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_dispatch/journey/gtg/transition_table.rb +0 -217
  894. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_dispatch/journey/nodes/node.rb +0 -208
  895. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_dispatch/journey/route.rb +0 -189
  896. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_dispatch/journey/router/utils.rb +0 -105
  897. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_dispatch/journey/router.rb +0 -151
  898. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_dispatch/journey/routes.rb +0 -82
  899. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_dispatch/journey/visitors.rb +0 -267
  900. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_dispatch/journey/visualizer/fsm.js +0 -159
  901. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_dispatch/log_subscriber.rb +0 -25
  902. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_dispatch/middleware/cookies.rb +0 -719
  903. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_dispatch/middleware/debug_exceptions.rb +0 -208
  904. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_dispatch/middleware/debug_view.rb +0 -68
  905. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_dispatch/middleware/exception_wrapper.rb +0 -344
  906. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_dispatch/middleware/executor.rb +0 -35
  907. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_dispatch/middleware/public_exceptions.rb +0 -68
  908. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_dispatch/middleware/remote_ip.rb +0 -198
  909. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_dispatch/middleware/session/cache_store.rb +0 -66
  910. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_dispatch/middleware/templates/rescues/_source.html.erb +0 -33
  911. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb +0 -62
  912. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_dispatch/middleware/templates/rescues/blocked_host.html.erb +0 -12
  913. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb +0 -35
  914. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_dispatch/middleware/templates/rescues/invalid_statement.html.erb +0 -24
  915. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_dispatch/middleware/templates/rescues/invalid_statement.text.erb +0 -16
  916. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_dispatch/middleware/templates/rescues/layout.erb +0 -284
  917. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_dispatch/middleware/templates/rescues/missing_exact_template.html.erb +0 -23
  918. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_dispatch/middleware/templates/rescues/missing_template.html.erb +0 -11
  919. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb +0 -32
  920. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb +0 -20
  921. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_dispatch/middleware/templates/rescues/unknown_action.html.erb +0 -6
  922. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_dispatch/railtie.rb +0 -83
  923. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_dispatch/routing/inspector.rb +0 -323
  924. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_dispatch/routing/mapper.rb +0 -2394
  925. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_dispatch/routing/redirection.rb +0 -218
  926. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_dispatch/routing/route_set.rb +0 -957
  927. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_dispatch/system_testing/test_helpers/screenshot_helper.rb +0 -164
  928. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_dispatch/testing/assertions/response.rb +0 -124
  929. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_dispatch/testing/assertions/routing.rb +0 -347
  930. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_dispatch/testing/integration.rb +0 -703
  931. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_dispatch/testing/request_encoder.rb +0 -60
  932. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_dispatch.rb +0 -153
  933. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_pack/gem_version.rb +0 -19
  934. data/vendor/bundle/ruby/3.4.0/gems/actiontext-8.0.3/CHANGELOG.md +0 -92
  935. data/vendor/bundle/ruby/3.4.0/gems/actiontext-8.0.3/app/assets/javascripts/actiontext.esm.js +0 -911
  936. data/vendor/bundle/ruby/3.4.0/gems/actiontext-8.0.3/app/assets/javascripts/actiontext.js +0 -884
  937. data/vendor/bundle/ruby/3.4.0/gems/actiontext-8.0.3/app/assets/javascripts/trix.js +0 -13743
  938. data/vendor/bundle/ruby/3.4.0/gems/actiontext-8.0.3/app/helpers/action_text/tag_helper.rb +0 -106
  939. data/vendor/bundle/ruby/3.4.0/gems/actiontext-8.0.3/app/javascript/actiontext/attachment_upload.js +0 -62
  940. data/vendor/bundle/ruby/3.4.0/gems/actiontext-8.0.3/app/javascript/actiontext/index.js +0 -10
  941. data/vendor/bundle/ruby/3.4.0/gems/actiontext-8.0.3/app/models/action_text/rich_text.rb +0 -93
  942. data/vendor/bundle/ruby/3.4.0/gems/actiontext-8.0.3/lib/action_text/content.rb +0 -197
  943. data/vendor/bundle/ruby/3.4.0/gems/actiontext-8.0.3/lib/action_text/engine.rb +0 -94
  944. data/vendor/bundle/ruby/3.4.0/gems/actiontext-8.0.3/lib/action_text/fixture_set.rb +0 -68
  945. data/vendor/bundle/ruby/3.4.0/gems/actiontext-8.0.3/lib/action_text/gem_version.rb +0 -19
  946. data/vendor/bundle/ruby/3.4.0/gems/actiontext-8.0.3/lib/action_text/plain_text_conversion.rb +0 -119
  947. data/vendor/bundle/ruby/3.4.0/gems/actiontext-8.0.3/lib/action_text/rendering.rb +0 -35
  948. data/vendor/bundle/ruby/3.4.0/gems/actiontext-8.0.3/lib/action_text/system_test_helper.rb +0 -61
  949. data/vendor/bundle/ruby/3.4.0/gems/actiontext-8.0.3/lib/generators/action_text/install/install_generator.rb +0 -84
  950. data/vendor/bundle/ruby/3.4.0/gems/actiontext-8.0.3/package.json +0 -40
  951. data/vendor/bundle/ruby/3.4.0/gems/actionview-8.0.3/CHANGELOG.md +0 -129
  952. data/vendor/bundle/ruby/3.4.0/gems/actionview-8.0.3/lib/action_view/base.rb +0 -313
  953. data/vendor/bundle/ruby/3.4.0/gems/actionview-8.0.3/lib/action_view/buffers.rb +0 -165
  954. data/vendor/bundle/ruby/3.4.0/gems/actionview-8.0.3/lib/action_view/dependency_tracker/erb_tracker.rb +0 -163
  955. data/vendor/bundle/ruby/3.4.0/gems/actionview-8.0.3/lib/action_view/dependency_tracker.rb +0 -41
  956. data/vendor/bundle/ruby/3.4.0/gems/actionview-8.0.3/lib/action_view/gem_version.rb +0 -17
  957. data/vendor/bundle/ruby/3.4.0/gems/actionview-8.0.3/lib/action_view/helpers/asset_tag_helper.rb +0 -680
  958. data/vendor/bundle/ruby/3.4.0/gems/actionview-8.0.3/lib/action_view/helpers/capture_helper.rb +0 -236
  959. data/vendor/bundle/ruby/3.4.0/gems/actionview-8.0.3/lib/action_view/helpers/controller_helper.rb +0 -42
  960. data/vendor/bundle/ruby/3.4.0/gems/actionview-8.0.3/lib/action_view/helpers/date_helper.rb +0 -1273
  961. data/vendor/bundle/ruby/3.4.0/gems/actionview-8.0.3/lib/action_view/helpers/form_helper.rb +0 -2767
  962. data/vendor/bundle/ruby/3.4.0/gems/actionview-8.0.3/lib/action_view/helpers/form_options_helper.rb +0 -931
  963. data/vendor/bundle/ruby/3.4.0/gems/actionview-8.0.3/lib/action_view/helpers/form_tag_helper.rb +0 -1089
  964. data/vendor/bundle/ruby/3.4.0/gems/actionview-8.0.3/lib/action_view/helpers/javascript_helper.rb +0 -96
  965. data/vendor/bundle/ruby/3.4.0/gems/actionview-8.0.3/lib/action_view/helpers/number_helper.rb +0 -165
  966. data/vendor/bundle/ruby/3.4.0/gems/actionview-8.0.3/lib/action_view/helpers/tag_helper.rb +0 -605
  967. data/vendor/bundle/ruby/3.4.0/gems/actionview-8.0.3/lib/action_view/helpers/tags/base.rb +0 -138
  968. data/vendor/bundle/ruby/3.4.0/gems/actionview-8.0.3/lib/action_view/helpers/tags/check_box.rb +0 -65
  969. data/vendor/bundle/ruby/3.4.0/gems/actionview-8.0.3/lib/action_view/helpers/tags/datetime_field.rb +0 -39
  970. data/vendor/bundle/ruby/3.4.0/gems/actionview-8.0.3/lib/action_view/helpers/tags/file_field.rb +0 -26
  971. data/vendor/bundle/ruby/3.4.0/gems/actionview-8.0.3/lib/action_view/helpers/tags/hidden_field.rb +0 -14
  972. data/vendor/bundle/ruby/3.4.0/gems/actionview-8.0.3/lib/action_view/helpers/tags/select.rb +0 -45
  973. data/vendor/bundle/ruby/3.4.0/gems/actionview-8.0.3/lib/action_view/helpers/tags/select_renderer.rb +0 -56
  974. data/vendor/bundle/ruby/3.4.0/gems/actionview-8.0.3/lib/action_view/helpers/translation_helper.rb +0 -161
  975. data/vendor/bundle/ruby/3.4.0/gems/actionview-8.0.3/lib/action_view/helpers/url_helper.rb +0 -812
  976. data/vendor/bundle/ruby/3.4.0/gems/actionview-8.0.3/lib/action_view/locale/en.yml +0 -56
  977. data/vendor/bundle/ruby/3.4.0/gems/actionview-8.0.3/lib/action_view/log_subscriber.rb +0 -132
  978. data/vendor/bundle/ruby/3.4.0/gems/actionview-8.0.3/lib/action_view/railtie.rb +0 -132
  979. data/vendor/bundle/ruby/3.4.0/gems/actionview-8.0.3/lib/action_view/record_identifier.rb +0 -118
  980. data/vendor/bundle/ruby/3.4.0/gems/actionview-8.0.3/lib/action_view/renderer/partial_renderer.rb +0 -267
  981. data/vendor/bundle/ruby/3.4.0/gems/actionview-8.0.3/lib/action_view/template/error.rb +0 -275
  982. data/vendor/bundle/ruby/3.4.0/gems/actionview-8.0.3/lib/action_view/template/handlers/erb.rb +0 -165
  983. data/vendor/bundle/ruby/3.4.0/gems/actionview-8.0.3/lib/action_view/test_case.rb +0 -448
  984. data/vendor/bundle/ruby/3.4.0/gems/actionview-8.0.3/lib/action_view.rb +0 -105
  985. data/vendor/bundle/ruby/3.4.0/gems/activejob-8.0.3/CHANGELOG.md +0 -66
  986. data/vendor/bundle/ruby/3.4.0/gems/activejob-8.0.3/README.md +0 -131
  987. data/vendor/bundle/ruby/3.4.0/gems/activejob-8.0.3/lib/active_job/arguments.rb +0 -197
  988. data/vendor/bundle/ruby/3.4.0/gems/activejob-8.0.3/lib/active_job/base.rb +0 -79
  989. data/vendor/bundle/ruby/3.4.0/gems/activejob-8.0.3/lib/active_job/configured_job.rb +0 -18
  990. data/vendor/bundle/ruby/3.4.0/gems/activejob-8.0.3/lib/active_job/core.rb +0 -210
  991. data/vendor/bundle/ruby/3.4.0/gems/activejob-8.0.3/lib/active_job/enqueue_after_transaction_commit.rb +0 -44
  992. data/vendor/bundle/ruby/3.4.0/gems/activejob-8.0.3/lib/active_job/enqueuing.rb +0 -140
  993. data/vendor/bundle/ruby/3.4.0/gems/activejob-8.0.3/lib/active_job/exceptions.rb +0 -207
  994. data/vendor/bundle/ruby/3.4.0/gems/activejob-8.0.3/lib/active_job/gem_version.rb +0 -17
  995. data/vendor/bundle/ruby/3.4.0/gems/activejob-8.0.3/lib/active_job/instrumentation.rb +0 -52
  996. data/vendor/bundle/ruby/3.4.0/gems/activejob-8.0.3/lib/active_job/log_subscriber.rb +0 -216
  997. data/vendor/bundle/ruby/3.4.0/gems/activejob-8.0.3/lib/active_job/queue_adapters/abstract_adapter.rb +0 -19
  998. data/vendor/bundle/ruby/3.4.0/gems/activejob-8.0.3/lib/active_job/queue_adapters/async_adapter.rb +0 -116
  999. data/vendor/bundle/ruby/3.4.0/gems/activejob-8.0.3/lib/active_job/queue_adapters/sidekiq_adapter.rb +0 -75
  1000. data/vendor/bundle/ruby/3.4.0/gems/activejob-8.0.3/lib/active_job/queue_adapters/sucker_punch_adapter.rb +0 -56
  1001. data/vendor/bundle/ruby/3.4.0/gems/activejob-8.0.3/lib/active_job/queue_adapters/test_adapter.rb +0 -86
  1002. data/vendor/bundle/ruby/3.4.0/gems/activejob-8.0.3/lib/active_job/railtie.rb +0 -123
  1003. data/vendor/bundle/ruby/3.4.0/gems/activejob-8.0.3/lib/active_job/serializers/big_decimal_serializer.rb +0 -22
  1004. data/vendor/bundle/ruby/3.4.0/gems/activejob-8.0.3/lib/active_job/serializers/date_serializer.rb +0 -20
  1005. data/vendor/bundle/ruby/3.4.0/gems/activejob-8.0.3/lib/active_job/serializers/date_time_serializer.rb +0 -16
  1006. data/vendor/bundle/ruby/3.4.0/gems/activejob-8.0.3/lib/active_job/serializers/duration_serializer.rb +0 -25
  1007. data/vendor/bundle/ruby/3.4.0/gems/activejob-8.0.3/lib/active_job/serializers/module_serializer.rb +0 -21
  1008. data/vendor/bundle/ruby/3.4.0/gems/activejob-8.0.3/lib/active_job/serializers/object_serializer.rb +0 -55
  1009. data/vendor/bundle/ruby/3.4.0/gems/activejob-8.0.3/lib/active_job/serializers/range_serializer.rb +0 -23
  1010. data/vendor/bundle/ruby/3.4.0/gems/activejob-8.0.3/lib/active_job/serializers/symbol_serializer.rb +0 -20
  1011. data/vendor/bundle/ruby/3.4.0/gems/activejob-8.0.3/lib/active_job/serializers/time_serializer.rb +0 -16
  1012. data/vendor/bundle/ruby/3.4.0/gems/activejob-8.0.3/lib/active_job/serializers/time_with_zone_serializer.rb +0 -25
  1013. data/vendor/bundle/ruby/3.4.0/gems/activejob-8.0.3/lib/active_job/serializers.rb +0 -70
  1014. data/vendor/bundle/ruby/3.4.0/gems/activejob-8.0.3/lib/active_job/timezones.rb +0 -13
  1015. data/vendor/bundle/ruby/3.4.0/gems/activejob-8.0.3/lib/active_job/translation.rb +0 -13
  1016. data/vendor/bundle/ruby/3.4.0/gems/activejob-8.0.3/lib/active_job.rb +0 -59
  1017. data/vendor/bundle/ruby/3.4.0/gems/activemodel-8.0.3/CHANGELOG.md +0 -129
  1018. data/vendor/bundle/ruby/3.4.0/gems/activemodel-8.0.3/lib/active_model/attribute/user_provided_default.rb +0 -55
  1019. data/vendor/bundle/ruby/3.4.0/gems/activemodel-8.0.3/lib/active_model/attribute.rb +0 -277
  1020. data/vendor/bundle/ruby/3.4.0/gems/activemodel-8.0.3/lib/active_model/attribute_methods.rb +0 -592
  1021. data/vendor/bundle/ruby/3.4.0/gems/activemodel-8.0.3/lib/active_model/attribute_mutation_tracker.rb +0 -189
  1022. data/vendor/bundle/ruby/3.4.0/gems/activemodel-8.0.3/lib/active_model/attribute_set.rb +0 -118
  1023. data/vendor/bundle/ruby/3.4.0/gems/activemodel-8.0.3/lib/active_model/dirty.rb +0 -422
  1024. data/vendor/bundle/ruby/3.4.0/gems/activemodel-8.0.3/lib/active_model/error.rb +0 -208
  1025. data/vendor/bundle/ruby/3.4.0/gems/activemodel-8.0.3/lib/active_model/errors.rb +0 -547
  1026. data/vendor/bundle/ruby/3.4.0/gems/activemodel-8.0.3/lib/active_model/gem_version.rb +0 -17
  1027. data/vendor/bundle/ruby/3.4.0/gems/activemodel-8.0.3/lib/active_model/lint.rb +0 -118
  1028. data/vendor/bundle/ruby/3.4.0/gems/activemodel-8.0.3/lib/active_model/naming.rb +0 -359
  1029. data/vendor/bundle/ruby/3.4.0/gems/activemodel-8.0.3/lib/active_model/nested_error.rb +0 -22
  1030. data/vendor/bundle/ruby/3.4.0/gems/activemodel-8.0.3/lib/active_model/railtie.rb +0 -24
  1031. data/vendor/bundle/ruby/3.4.0/gems/activemodel-8.0.3/lib/active_model/secure_password.rb +0 -231
  1032. data/vendor/bundle/ruby/3.4.0/gems/activemodel-8.0.3/lib/active_model/type/big_integer.rb +0 -36
  1033. data/vendor/bundle/ruby/3.4.0/gems/activemodel-8.0.3/lib/active_model/type/boolean.rb +0 -48
  1034. data/vendor/bundle/ruby/3.4.0/gems/activemodel-8.0.3/lib/active_model/type/date.rb +0 -78
  1035. data/vendor/bundle/ruby/3.4.0/gems/activemodel-8.0.3/lib/active_model/type/date_time.rb +0 -88
  1036. data/vendor/bundle/ruby/3.4.0/gems/activemodel-8.0.3/lib/active_model/type/decimal.rb +0 -107
  1037. data/vendor/bundle/ruby/3.4.0/gems/activemodel-8.0.3/lib/active_model/type/float.rb +0 -64
  1038. data/vendor/bundle/ruby/3.4.0/gems/activemodel-8.0.3/lib/active_model/type/helpers.rb +0 -7
  1039. data/vendor/bundle/ruby/3.4.0/gems/activemodel-8.0.3/lib/active_model/type/immutable_string.rb +0 -71
  1040. data/vendor/bundle/ruby/3.4.0/gems/activemodel-8.0.3/lib/active_model/type/integer.rb +0 -113
  1041. data/vendor/bundle/ruby/3.4.0/gems/activemodel-8.0.3/lib/active_model/type/string.rb +0 -43
  1042. data/vendor/bundle/ruby/3.4.0/gems/activemodel-8.0.3/lib/active_model/type/value.rb +0 -157
  1043. data/vendor/bundle/ruby/3.4.0/gems/activemodel-8.0.3/lib/active_model/validations/callbacks.rb +0 -119
  1044. data/vendor/bundle/ruby/3.4.0/gems/activemodel-8.0.3/lib/active_model/validations.rb +0 -510
  1045. data/vendor/bundle/ruby/3.4.0/gems/activemodel-8.0.3/lib/active_model.rb +0 -84
  1046. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/CHANGELOG.md +0 -808
  1047. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/README.rdoc +0 -219
  1048. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/association_relation.rb +0 -51
  1049. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/associations/association.rb +0 -421
  1050. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/associations/belongs_to_association.rb +0 -177
  1051. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/associations/builder/association.rb +0 -170
  1052. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/associations/builder/belongs_to.rb +0 -160
  1053. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/associations/builder/collection_association.rb +0 -80
  1054. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/associations/builder/has_one.rb +0 -61
  1055. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/associations/builder/singular_association.rb +0 -48
  1056. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/associations/collection_proxy.rb +0 -1163
  1057. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/associations/errors.rb +0 -265
  1058. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/associations/join_dependency.rb +0 -301
  1059. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/associations/preloader/branch.rb +0 -153
  1060. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/associations.rb +0 -1909
  1061. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/attribute_methods/serialization.rb +0 -232
  1062. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/attribute_methods/time_zone_conversion.rb +0 -84
  1063. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/attributes.rb +0 -317
  1064. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/autosave_association.rb +0 -596
  1065. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/base.rb +0 -338
  1066. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/coders/json.rb +0 -15
  1067. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/connection_adapters/abstract/connection_handler.rb +0 -293
  1068. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/connection_adapters/abstract/connection_pool/queue.rb +0 -210
  1069. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/connection_adapters/abstract/connection_pool/reaper.rb +0 -78
  1070. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/connection_adapters/abstract/connection_pool.rb +0 -958
  1071. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/connection_adapters/abstract/database_statements.rb +0 -747
  1072. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/connection_adapters/abstract/query_cache.rb +0 -332
  1073. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/connection_adapters/abstract/quoting.rb +0 -239
  1074. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/connection_adapters/abstract/schema_creation.rb +0 -189
  1075. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/connection_adapters/abstract/schema_definitions.rb +0 -970
  1076. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/connection_adapters/abstract/schema_dumper.rb +0 -106
  1077. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/connection_adapters/abstract/schema_statements.rb +0 -1902
  1078. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/connection_adapters/abstract/transaction.rb +0 -676
  1079. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/connection_adapters/abstract_adapter.rb +0 -1236
  1080. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/connection_adapters/abstract_mysql_adapter.rb +0 -1027
  1081. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/connection_adapters/column.rb +0 -122
  1082. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/connection_adapters/mysql/database_statements.rb +0 -95
  1083. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/connection_adapters/mysql/schema_creation.rb +0 -106
  1084. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/connection_adapters/mysql/schema_definitions.rb +0 -106
  1085. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/connection_adapters/mysql/schema_statements.rb +0 -307
  1086. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/connection_adapters/mysql2/database_statements.rb +0 -142
  1087. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/connection_adapters/mysql2_adapter.rb +0 -203
  1088. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/connection_adapters/postgresql/column.rb +0 -82
  1089. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/connection_adapters/postgresql/database_statements.rb +0 -238
  1090. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/connection_adapters/postgresql/oid/array.rb +0 -91
  1091. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/connection_adapters/postgresql/oid/type_map_initializer.rb +0 -125
  1092. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/connection_adapters/postgresql/quoting.rb +0 -238
  1093. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/connection_adapters/postgresql/schema_creation.rb +0 -160
  1094. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/connection_adapters/postgresql/schema_definitions.rb +0 -388
  1095. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/connection_adapters/postgresql/schema_dumper.rb +0 -128
  1096. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/connection_adapters/postgresql/schema_statements.rb +0 -1163
  1097. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/connection_adapters/postgresql_adapter.rb +0 -1189
  1098. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/connection_adapters/schema_cache.rb +0 -478
  1099. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/connection_adapters/sqlite3/database_statements.rb +0 -149
  1100. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/connection_adapters/sqlite3/quoting.rb +0 -129
  1101. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/connection_adapters/sqlite3/schema_statements.rb +0 -223
  1102. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/connection_adapters/sqlite3_adapter.rb +0 -849
  1103. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/connection_adapters/trilogy/database_statements.rb +0 -69
  1104. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/connection_adapters/trilogy_adapter.rb +0 -212
  1105. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/connection_adapters.rb +0 -120
  1106. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/connection_handling.rb +0 -413
  1107. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/core.rb +0 -896
  1108. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/counter_cache.rb +0 -230
  1109. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/database_configurations/database_config.rb +0 -108
  1110. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/database_configurations/hash_config.rb +0 -186
  1111. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/database_configurations/url_config.rb +0 -78
  1112. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/database_configurations.rb +0 -309
  1113. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/delegated_type.rb +0 -279
  1114. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/dynamic_matchers.rb +0 -121
  1115. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/encryption/encryptable_record.rb +0 -230
  1116. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/encryption/encrypted_attribute_type.rb +0 -184
  1117. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/encryption/encryptor.rb +0 -179
  1118. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/encryption/scheme.rb +0 -107
  1119. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/enum.rb +0 -412
  1120. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/errors.rb +0 -614
  1121. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/explain.rb +0 -63
  1122. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/explain_registry.rb +0 -37
  1123. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/explain_subscriber.rb +0 -34
  1124. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/fixtures.rb +0 -849
  1125. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/gem_version.rb +0 -17
  1126. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/inheritance.rb +0 -366
  1127. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/insert_all.rb +0 -328
  1128. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/locking/optimistic.rb +0 -228
  1129. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/locking/pessimistic.rb +0 -102
  1130. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/log_subscriber.rb +0 -143
  1131. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/middleware/shard_selector.rb +0 -62
  1132. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/migration/command_recorder.rb +0 -409
  1133. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/migration/compatibility.rb +0 -490
  1134. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/migration.rb +0 -1621
  1135. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/model_schema.rb +0 -633
  1136. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/nested_attributes.rb +0 -633
  1137. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/normalization.rb +0 -163
  1138. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/persistence.rb +0 -968
  1139. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/query_cache.rb +0 -55
  1140. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/query_logs.rb +0 -245
  1141. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/railtie.rb +0 -417
  1142. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/railties/controller_runtime.rb +0 -65
  1143. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/railties/databases.rake +0 -618
  1144. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/railties/job_runtime.rb +0 -23
  1145. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/reflection.rb +0 -1282
  1146. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/relation/batches.rb +0 -491
  1147. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/relation/calculations.rb +0 -680
  1148. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/relation/delegation.rb +0 -154
  1149. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/relation/finder_methods.rb +0 -662
  1150. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/relation/predicate_builder/association_query_value.rb +0 -78
  1151. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/relation/predicate_builder/polymorphic_array_value.rb +0 -60
  1152. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/relation/predicate_builder.rb +0 -189
  1153. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/relation/query_attribute.rb +0 -68
  1154. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/relation/query_methods.rb +0 -2279
  1155. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/relation/where_clause.rb +0 -224
  1156. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/relation.rb +0 -1512
  1157. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/result.rb +0 -250
  1158. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/runtime_registry.rb +0 -82
  1159. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/sanitization.rb +0 -254
  1160. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/schema_dumper.rb +0 -382
  1161. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/scoping.rb +0 -136
  1162. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/signed_id.rb +0 -138
  1163. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/statement_cache.rb +0 -164
  1164. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/store.rb +0 -299
  1165. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/table_metadata.rb +0 -83
  1166. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/tasks/database_tasks.rb +0 -681
  1167. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/tasks/mysql_database_tasks.rb +0 -120
  1168. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/tasks/postgresql_database_tasks.rb +0 -155
  1169. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/tasks/sqlite_database_tasks.rb +0 -89
  1170. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/test_databases.rb +0 -24
  1171. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/test_fixtures.rb +0 -321
  1172. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/testing/query_assertions.rb +0 -121
  1173. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/timestamp.rb +0 -177
  1174. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/transaction.rb +0 -132
  1175. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/transactions.rb +0 -524
  1176. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/type/hash_lookup_type_map.rb +0 -57
  1177. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/type/internal/timezone.rb +0 -22
  1178. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/type/json.rb +0 -30
  1179. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/type/serialized.rb +0 -76
  1180. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/type/type_map.rb +0 -58
  1181. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/type_caster/connection.rb +0 -33
  1182. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/validations/associated.rb +0 -65
  1183. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record.rb +0 -574
  1184. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/arel/alias_predication.rb +0 -9
  1185. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/arel/crud.rb +0 -50
  1186. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/arel/nodes/count.rb +0 -12
  1187. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/arel/nodes/function.rb +0 -45
  1188. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/arel/nodes/named_function.rb +0 -23
  1189. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/arel/nodes/node.rb +0 -161
  1190. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/arel/nodes.rb +0 -75
  1191. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/arel/select_manager.rb +0 -280
  1192. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/arel/visitors/dot.rb +0 -301
  1193. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/arel/visitors/postgresql.rb +0 -99
  1194. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/arel/visitors/sqlite.rb +0 -63
  1195. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/arel/visitors/to_sql.rb +0 -1035
  1196. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/arel.rb +0 -73
  1197. data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/rails/generators/active_record/application_record/USAGE +0 -8
  1198. data/vendor/bundle/ruby/3.4.0/gems/activestorage-8.0.3/CHANGELOG.md +0 -82
  1199. data/vendor/bundle/ruby/3.4.0/gems/activestorage-8.0.3/README.md +0 -208
  1200. data/vendor/bundle/ruby/3.4.0/gems/activestorage-8.0.3/app/assets/javascripts/activestorage.esm.js +0 -848
  1201. data/vendor/bundle/ruby/3.4.0/gems/activestorage-8.0.3/app/assets/javascripts/activestorage.js +0 -830
  1202. data/vendor/bundle/ruby/3.4.0/gems/activestorage-8.0.3/app/javascript/activestorage/direct_upload_controller.js +0 -67
  1203. data/vendor/bundle/ruby/3.4.0/gems/activestorage-8.0.3/app/models/active_storage/filename.rb +0 -75
  1204. data/vendor/bundle/ruby/3.4.0/gems/activestorage-8.0.3/app/models/active_storage/variant.rb +0 -118
  1205. data/vendor/bundle/ruby/3.4.0/gems/activestorage-8.0.3/app/models/active_storage/variation.rb +0 -87
  1206. data/vendor/bundle/ruby/3.4.0/gems/activestorage-8.0.3/lib/active_storage/analyzer/image_analyzer/image_magick.rb +0 -41
  1207. data/vendor/bundle/ruby/3.4.0/gems/activestorage-8.0.3/lib/active_storage/analyzer/image_analyzer/vips.rb +0 -47
  1208. data/vendor/bundle/ruby/3.4.0/gems/activestorage-8.0.3/lib/active_storage/analyzer/image_analyzer.rb +0 -29
  1209. data/vendor/bundle/ruby/3.4.0/gems/activestorage-8.0.3/lib/active_storage/attached.rb +0 -27
  1210. data/vendor/bundle/ruby/3.4.0/gems/activestorage-8.0.3/lib/active_storage/engine.rb +0 -208
  1211. data/vendor/bundle/ruby/3.4.0/gems/activestorage-8.0.3/lib/active_storage/gem_version.rb +0 -17
  1212. data/vendor/bundle/ruby/3.4.0/gems/activestorage-8.0.3/lib/active_storage/log_subscriber.rb +0 -76
  1213. data/vendor/bundle/ruby/3.4.0/gems/activestorage-8.0.3/lib/active_storage/service/azure_storage_service.rb +0 -201
  1214. data/vendor/bundle/ruby/3.4.0/gems/activestorage-8.0.3/lib/active_storage/service/configurator.rb +0 -36
  1215. data/vendor/bundle/ruby/3.4.0/gems/activestorage-8.0.3/lib/active_storage/service/gcs_service.rb +0 -232
  1216. data/vendor/bundle/ruby/3.4.0/gems/activestorage-8.0.3/lib/active_storage/service/mirror_service.rb +0 -93
  1217. data/vendor/bundle/ruby/3.4.0/gems/activestorage-8.0.3/lib/active_storage/service/registry.rb +0 -32
  1218. data/vendor/bundle/ruby/3.4.0/gems/activestorage-8.0.3/lib/active_storage/service.rb +0 -180
  1219. data/vendor/bundle/ruby/3.4.0/gems/activestorage-8.0.3/lib/active_storage/transformers/image_processing_transformer.rb +0 -110
  1220. data/vendor/bundle/ruby/3.4.0/gems/activestorage-8.0.3/lib/active_storage.rb +0 -371
  1221. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/CHANGELOG.md +0 -309
  1222. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/backtrace_cleaner.rb +0 -163
  1223. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/cache/mem_cache_store.rb +0 -288
  1224. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/cache/redis_cache_store.rb +0 -492
  1225. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/cache/strategy/local_cache.rb +0 -237
  1226. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb +0 -45
  1227. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/cache.rb +0 -1107
  1228. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/callbacks.rb +0 -948
  1229. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/concurrency/load_interlock_aware_monitor.rb +0 -72
  1230. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/configurable.rb +0 -159
  1231. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/core_ext/array.rb +0 -9
  1232. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/core_ext/benchmark.rb +0 -14
  1233. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/core_ext/big_decimal.rb +0 -3
  1234. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/core_ext/class/attribute.rb +0 -135
  1235. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/core_ext/class.rb +0 -4
  1236. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/core_ext/date.rb +0 -7
  1237. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/core_ext/date_and_time/compatibility.rb +0 -58
  1238. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/core_ext/date_time/compatibility.rb +0 -18
  1239. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/core_ext/date_time.rb +0 -7
  1240. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/core_ext/digest.rb +0 -3
  1241. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/core_ext/enumerable.rb +0 -279
  1242. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/core_ext/erb/util.rb +0 -201
  1243. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/core_ext/file.rb +0 -3
  1244. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/core_ext/hash.rb +0 -10
  1245. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/core_ext/integer.rb +0 -5
  1246. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/core_ext/kernel.rb +0 -5
  1247. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/core_ext/module.rb +0 -13
  1248. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/core_ext/numeric.rb +0 -5
  1249. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/core_ext/object/json.rb +0 -260
  1250. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/core_ext/object/to_query.rb +0 -88
  1251. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/core_ext/object.rb +0 -17
  1252. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/core_ext/pathname.rb +0 -4
  1253. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/core_ext/range/each.rb +0 -24
  1254. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/core_ext/range.rb +0 -7
  1255. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/core_ext/string/multibyte.rb +0 -58
  1256. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/core_ext/string/output_safety.rb +0 -228
  1257. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/core_ext/string.rb +0 -15
  1258. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/core_ext/symbol.rb +0 -3
  1259. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/core_ext/time/calculations.rb +0 -386
  1260. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/core_ext/time/compatibility.rb +0 -40
  1261. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/core_ext/time.rb +0 -7
  1262. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/core_ext.rb +0 -5
  1263. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/current_attributes/test_helper.rb +0 -13
  1264. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/current_attributes.rb +0 -240
  1265. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/dependencies/interlock.rb +0 -49
  1266. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/dependencies.rb +0 -97
  1267. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/deprecation/reporting.rb +0 -160
  1268. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/deprecation.rb +0 -81
  1269. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/error_reporter.rb +0 -274
  1270. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/evented_file_update_checker.rb +0 -181
  1271. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/execution_context.rb +0 -53
  1272. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/file_update_checker.rb +0 -164
  1273. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/gem_version.rb +0 -17
  1274. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/gzip.rb +0 -40
  1275. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/hash_with_indifferent_access.rb +0 -444
  1276. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/i18n_railtie.rb +0 -140
  1277. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/inflector/inflections.rb +0 -273
  1278. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/inflector/transliterate.rb +0 -149
  1279. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/isolated_execution_state.rb +0 -74
  1280. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/json/decoding.rb +0 -78
  1281. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/json/encoding.rb +0 -138
  1282. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/log_subscriber.rb +0 -192
  1283. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/message_encryptors.rb +0 -141
  1284. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/message_pack/extensions.rb +0 -305
  1285. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/message_verifiers.rb +0 -137
  1286. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/messages/rotation_coordinator.rb +0 -93
  1287. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/messages/rotator.rb +0 -64
  1288. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/multibyte/chars.rb +0 -181
  1289. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/multibyte.rb +0 -23
  1290. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/notifications/fanout.rb +0 -445
  1291. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/notifications/instrumenter.rb +0 -240
  1292. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/railtie.rb +0 -163
  1293. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/subscriber.rb +0 -146
  1294. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/syntax_error_proxy.rb +0 -60
  1295. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/test_case.rb +0 -304
  1296. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/testing/assertions.rb +0 -339
  1297. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/testing/error_reporter_assertions.rb +0 -107
  1298. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/testing/parallelization/server.rb +0 -85
  1299. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/testing/parallelization/worker.rb +0 -103
  1300. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/testing/parallelization.rb +0 -55
  1301. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/testing/tests_without_assertions.rb +0 -19
  1302. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/testing/time_helpers.rb +0 -269
  1303. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/time_with_zone.rb +0 -609
  1304. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/values/time_zone.rb +0 -614
  1305. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/xml_mini.rb +0 -211
  1306. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support.rb +0 -143
  1307. data/vendor/bundle/ruby/3.4.0/gems/benchmark-0.4.1/COPYING +0 -56
  1308. data/vendor/bundle/ruby/3.4.0/gems/benchmark-0.4.1/Gemfile +0 -9
  1309. data/vendor/bundle/ruby/3.4.0/gems/benchmark-0.4.1/README.md +0 -138
  1310. data/vendor/bundle/ruby/3.4.0/gems/benchmark-0.4.1/Rakefile +0 -8
  1311. data/vendor/bundle/ruby/3.4.0/gems/benchmark-0.4.1/benchmark.gemspec +0 -32
  1312. data/vendor/bundle/ruby/3.4.0/gems/benchmark-0.4.1/bin/console +0 -14
  1313. data/vendor/bundle/ruby/3.4.0/gems/benchmark-0.4.1/bin/setup +0 -8
  1314. data/vendor/bundle/ruby/3.4.0/gems/benchmark-0.4.1/lib/benchmark.rb +0 -595
  1315. data/vendor/bundle/ruby/3.4.0/gems/fast_gettext-4.1.0/lib/fast_gettext/vendor/mofile.rb +0 -351
  1316. data/vendor/bundle/ruby/3.4.0/gems/fast_gettext-4.1.0/lib/fast_gettext/version.rb +0 -5
  1317. data/vendor/bundle/ruby/3.4.0/gems/json-2.15.1/BSDL +0 -22
  1318. data/vendor/bundle/ruby/3.4.0/gems/json-2.15.1/CHANGES.md +0 -693
  1319. data/vendor/bundle/ruby/3.4.0/gems/json-2.15.1/ext/json/ext/generator/generator.c +0 -2169
  1320. data/vendor/bundle/ruby/3.4.0/gems/json-2.15.1/lib/json/ext/generator.so +0 -0
  1321. data/vendor/bundle/ruby/3.4.0/gems/json-2.15.1/lib/json/ext/parser.so +0 -0
  1322. data/vendor/bundle/ruby/3.4.0/gems/json-2.15.1/lib/json/truffle_ruby/generator.rb +0 -708
  1323. data/vendor/bundle/ruby/3.4.0/gems/json-2.15.1/lib/json/version.rb +0 -5
  1324. data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/README.md +0 -726
  1325. data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/attachments_list.rb +0 -107
  1326. data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/body.rb +0 -305
  1327. data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/check_delivery_params.rb +0 -65
  1328. data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/encodings/quoted_printable.rb +0 -45
  1329. data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/encodings/unix_to_unix.rb +0 -20
  1330. data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/encodings.rb +0 -314
  1331. data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/field.rb +0 -283
  1332. data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/field_list.rb +0 -87
  1333. data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/fields/bcc_field.rb +0 -50
  1334. data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/fields/cc_field.rb +0 -34
  1335. data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/fields/comments_field.rb +0 -32
  1336. data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/fields/common_address_field.rb +0 -170
  1337. data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/fields/common_date_field.rb +0 -58
  1338. data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/fields/common_message_id_field.rb +0 -42
  1339. data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/fields/content_description_field.rb +0 -13
  1340. data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/fields/content_disposition_field.rb +0 -46
  1341. data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/fields/content_id_field.rb +0 -36
  1342. data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/fields/content_location_field.rb +0 -29
  1343. data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/fields/content_transfer_encoding_field.rb +0 -45
  1344. data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/fields/content_type_field.rb +0 -172
  1345. data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/fields/date_field.rb +0 -29
  1346. data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/fields/from_field.rb +0 -34
  1347. data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/fields/in_reply_to_field.rb +0 -46
  1348. data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/fields/keywords_field.rb +0 -31
  1349. data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/fields/message_id_field.rb +0 -37
  1350. data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/fields/mime_version_field.rb +0 -43
  1351. data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/fields/named_structured_field.rb +0 -11
  1352. data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/fields/named_unstructured_field.rb +0 -11
  1353. data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/fields/optional_field.rb +0 -16
  1354. data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/fields/received_field.rb +0 -62
  1355. data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/fields/references_field.rb +0 -43
  1356. data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/fields/reply_to_field.rb +0 -34
  1357. data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/fields/resent_bcc_field.rb +0 -34
  1358. data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/fields/resent_cc_field.rb +0 -34
  1359. data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/fields/resent_date_field.rb +0 -11
  1360. data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/fields/resent_from_field.rb +0 -34
  1361. data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/fields/resent_message_id_field.rb +0 -11
  1362. data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/fields/resent_sender_field.rb +0 -33
  1363. data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/fields/resent_to_field.rb +0 -34
  1364. data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/fields/return_path_field.rb +0 -61
  1365. data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/fields/sender_field.rb +0 -46
  1366. data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/fields/structured_field.rb +0 -25
  1367. data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/fields/subject_field.rb +0 -15
  1368. data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/fields/to_field.rb +0 -34
  1369. data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/fields/unstructured_field.rb +0 -190
  1370. data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/fields.rb +0 -36
  1371. data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/header.rb +0 -237
  1372. data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/mail.rb +0 -262
  1373. data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/message.rb +0 -2156
  1374. data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/multibyte/chars.rb +0 -318
  1375. data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/multibyte/unicode.rb +0 -405
  1376. data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/network/delivery_methods/file_delivery.rb +0 -43
  1377. data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/network/delivery_methods/sendmail.rb +0 -133
  1378. data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/network/delivery_methods/smtp.rb +0 -165
  1379. data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/network/delivery_methods/smtp_connection.rb +0 -57
  1380. data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/network/delivery_methods/test_mailer.rb +0 -44
  1381. data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/network/retriever_methods/base.rb +0 -64
  1382. data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/network/retriever_methods/imap.rb +0 -187
  1383. data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/network/retriever_methods/pop3.rb +0 -143
  1384. data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/parsers/address_lists_parser.rb +0 -33242
  1385. data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/parsers/address_lists_parser.rl +0 -179
  1386. data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/parsers/content_disposition_parser.rb +0 -901
  1387. data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/parsers/content_disposition_parser.rl +0 -89
  1388. data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/parsers/content_location_parser.rb +0 -822
  1389. data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/parsers/content_location_parser.rl +0 -78
  1390. data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/parsers/content_transfer_encoding_parser.rb +0 -522
  1391. data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/parsers/content_transfer_encoding_parser.rl +0 -71
  1392. data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/parsers/content_type_parser.rb +0 -1048
  1393. data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/parsers/content_type_parser.rl +0 -90
  1394. data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/parsers/date_time_parser.rb +0 -891
  1395. data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/parsers/date_time_parser.rl +0 -69
  1396. data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/parsers/envelope_from_parser.rb +0 -3675
  1397. data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/parsers/envelope_from_parser.rl +0 -89
  1398. data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/parsers/message_ids_parser.rb +0 -5161
  1399. data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/parsers/message_ids_parser.rl +0 -93
  1400. data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/parsers/mime_version_parser.rb +0 -513
  1401. data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/parsers/mime_version_parser.rl +0 -68
  1402. data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/parsers/phrase_lists_parser.rb +0 -884
  1403. data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/parsers/phrase_lists_parser.rl +0 -90
  1404. data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/parsers/received_parser.rb +0 -8782
  1405. data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/parsers/received_parser.rl +0 -91
  1406. data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/part.rb +0 -119
  1407. data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/smtp_envelope.rb +0 -57
  1408. data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/utilities.rb +0 -562
  1409. data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/version.rb +0 -17
  1410. data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail.rb +0 -68
  1411. data/vendor/bundle/ruby/3.4.0/gems/parser-3.3.9.0/lib/parser/current.rb +0 -146
  1412. data/vendor/bundle/ruby/3.4.0/gems/parser-3.3.9.0/lib/parser/version.rb +0 -5
  1413. data/vendor/bundle/ruby/3.4.0/gems/po_to_json-2.1.1/CHANGELOG.md +0 -44
  1414. data/vendor/bundle/ruby/3.4.0/gems/po_to_json-2.1.1/README.md +0 -112
  1415. data/vendor/bundle/ruby/3.4.0/gems/po_to_json-2.1.1/lib/po_to_json/version.rb +0 -29
  1416. data/vendor/bundle/ruby/3.4.0/gems/prism-1.5.2/CHANGELOG.md +0 -723
  1417. data/vendor/bundle/ruby/3.4.0/gems/prism-1.5.2/docs/design.md +0 -53
  1418. data/vendor/bundle/ruby/3.4.0/gems/prism-1.5.2/docs/releasing.md +0 -98
  1419. data/vendor/bundle/ruby/3.4.0/gems/prism-1.5.2/ext/prism/Makefile +0 -273
  1420. data/vendor/bundle/ruby/3.4.0/gems/prism-1.5.2/ext/prism/extension.c +0 -1419
  1421. data/vendor/bundle/ruby/3.4.0/gems/prism-1.5.2/ext/prism/extension.h +0 -19
  1422. data/vendor/bundle/ruby/3.4.0/gems/prism-1.5.2/include/prism/version.h +0 -29
  1423. data/vendor/bundle/ruby/3.4.0/gems/prism-1.5.2/lib/prism/ffi.rb +0 -570
  1424. data/vendor/bundle/ruby/3.4.0/gems/prism-1.5.2/lib/prism/prism.so +0 -0
  1425. data/vendor/bundle/ruby/3.4.0/gems/prism-1.5.2/lib/prism/serialize.rb +0 -2398
  1426. data/vendor/bundle/ruby/3.4.0/gems/prism-1.5.2/lib/prism.rb +0 -91
  1427. data/vendor/bundle/ruby/3.4.0/gems/prism-1.5.2/prism.gemspec +0 -174
  1428. data/vendor/bundle/ruby/3.4.0/gems/prism-1.5.2/sig/prism.rbs +0 -254
  1429. data/vendor/bundle/ruby/3.4.0/gems/prism-1.5.2/src/prism.c +0 -23361
  1430. data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/CHANGELOG.md +0 -289
  1431. data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/minitest/rails_plugin.rb +0 -140
  1432. data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/application/bootstrap.rb +0 -115
  1433. data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/application/configuration.rb +0 -647
  1434. data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/application/default_middleware_stack.rb +0 -140
  1435. data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/application/finisher.rb +0 -237
  1436. data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/application/routes_reloader.rb +0 -83
  1437. data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/application.rb +0 -665
  1438. data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/code_statistics.rb +0 -159
  1439. data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/command/base.rb +0 -185
  1440. data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/command/environment_argument.rb +0 -56
  1441. data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/command.rb +0 -166
  1442. data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/commands/app/update_command.rb +0 -98
  1443. data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/commands/console/irb_console.rb +0 -130
  1444. data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/commands/credentials/credentials_command.rb +0 -139
  1445. data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/commands/encrypted/encrypted_command.rb +0 -98
  1446. data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/console/methods.rb +0 -7
  1447. data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/engine.rb +0 -759
  1448. data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/gem_version.rb +0 -17
  1449. data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/generators/actions.rb +0 -532
  1450. data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/generators/app_base.rb +0 -794
  1451. data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/generators/database.rb +0 -287
  1452. data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/generators/erb/authentication/authentication_generator.rb +0 -15
  1453. data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/generators/erb/scaffold/templates/partial.html.erb.tt +0 -17
  1454. data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/generators/generated_attribute.rb +0 -274
  1455. data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/generators/migration.rb +0 -71
  1456. data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/generators/rails/app/app_generator.rb +0 -687
  1457. data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/generators/rails/app/templates/Dockerfile.tt +0 -126
  1458. data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/generators/rails/app/templates/Gemfile.tt +0 -83
  1459. data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/generators/rails/app/templates/app/controllers/application_controller.rb.tt +0 -6
  1460. data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/generators/rails/app/templates/app/views/layouts/application.html.erb.tt +0 -33
  1461. data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/generators/rails/app/templates/bin/setup.tt +0 -44
  1462. data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/generators/rails/app/templates/config/databases/mysql.yml.tt +0 -82
  1463. data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/generators/rails/app/templates/config/databases/postgresql.yml.tt +0 -114
  1464. data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/generators/rails/app/templates/config/databases/sqlite3.yml.tt +0 -82
  1465. data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/generators/rails/app/templates/config/databases/trilogy.yml.tt +0 -84
  1466. data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/generators/rails/app/templates/config/deploy.yml.tt +0 -128
  1467. data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/generators/rails/app/templates/config/environments/development.rb.tt +0 -86
  1468. data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/generators/rails/app/templates/config/environments/production.rb.tt +0 -99
  1469. data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/generators/rails/app/templates/config/initializers/content_security_policy.rb.tt +0 -25
  1470. data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/generators/rails/app/templates/config/initializers/new_framework_defaults_8_0.rb.tt +0 -30
  1471. data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/generators/rails/app/templates/config/puma.rb.tt +0 -43
  1472. data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/generators/rails/app/templates/config/storage.yml.tt +0 -34
  1473. data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/generators/rails/app/templates/docker-entrypoint.tt +0 -16
  1474. data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/generators/rails/app/templates/github/ci.yml.tt +0 -146
  1475. data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/generators/rails/app/templates/github/dependabot.yml +0 -12
  1476. data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/generators/rails/app/templates/kamal-secrets.tt +0 -17
  1477. data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/generators/rails/app/templates/public/400.html +0 -114
  1478. data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/generators/rails/app/templates/public/404.html +0 -114
  1479. data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/generators/rails/app/templates/public/406-unsupported-browser.html +0 -114
  1480. data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/generators/rails/app/templates/public/422.html +0 -114
  1481. data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/generators/rails/app/templates/public/500.html +0 -114
  1482. data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/generators/rails/authentication/authentication_generator.rb +0 -60
  1483. data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/generators/rails/authentication/templates/app/controllers/passwords_controller.rb.tt +0 -33
  1484. data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/generators/rails/authentication/templates/app/controllers/sessions_controller.rb.tt +0 -21
  1485. data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/generators/rails/authentication/templates/app/views/passwords_mailer/reset.html.erb.tt +0 -4
  1486. data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/generators/rails/authentication/templates/app/views/passwords_mailer/reset.text.erb.tt +0 -2
  1487. data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/generators/rails/benchmark/USAGE +0 -19
  1488. data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/generators/rails/benchmark/templates/benchmark.rb.tt +0 -15
  1489. data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/generators/rails/devcontainer/devcontainer_generator.rb +0 -176
  1490. data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/generators/rails/devcontainer/templates/devcontainer/Dockerfile.tt +0 -3
  1491. data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/generators/rails/devcontainer/templates/devcontainer/compose.yaml.tt +0 -47
  1492. data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/generators/rails/devcontainer/templates/devcontainer/devcontainer.json.tt +0 -37
  1493. data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/generators/rails/encryption_key_file/encryption_key_file_generator.rb +0 -57
  1494. data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/generators/rails/master_key/master_key_generator.rb +0 -53
  1495. data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/generators/rails/plugin/plugin_generator.rb +0 -501
  1496. data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/generators/rails/plugin/templates/Rakefile.tt +0 -14
  1497. data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/generators/rails/plugin/templates/bin/rubocop.tt +0 -7
  1498. data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/generators/rails/plugin/templates/github/ci.yml.tt +0 -104
  1499. data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/generators/rails/plugin/templates/github/dependabot.yml +0 -12
  1500. data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/generators/rails/script/USAGE +0 -18
  1501. data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/generators/test_unit/authentication/authentication_generator.rb +0 -18
  1502. data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/generators/test_unit/authentication/templates/test/models/user_test.rb.tt +0 -7
  1503. data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/generators/test_unit/model/templates/fixtures.yml.tt +0 -29
  1504. data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/generators/test_unit/plugin/plugin_generator.rb +0 -15
  1505. data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/generators/test_unit/plugin/templates/%file_name%_test.rb.tt +0 -7
  1506. data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/generators/test_unit/plugin/templates/test_helper.rb +0 -2
  1507. data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/generators/test_unit/scaffold/scaffold_generator.rb +0 -82
  1508. data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/generators/testing/behavior.rb +0 -116
  1509. data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/generators.rb +0 -328
  1510. data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/health_controller.rb +0 -57
  1511. data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/info.rb +0 -106
  1512. data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/info_controller.rb +0 -71
  1513. data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/initializable.rb +0 -95
  1514. data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/rack/silence_request.rb +0 -33
  1515. data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/railtie/configurable.rb +0 -36
  1516. data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/railtie.rb +0 -302
  1517. data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/tasks/statistics.rake +0 -23
  1518. data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/tasks.rb +0 -17
  1519. data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/templates/rails/info/notes.html.erb +0 -65
  1520. data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/templates/rails/mailers/email.html.erb +0 -201
  1521. data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/templates/rails/welcome/index.html.erb +0 -93
  1522. data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/test_unit/reporter.rb +0 -121
  1523. data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/test_unit/runner.rb +0 -214
  1524. data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails.rb +0 -130
  1525. data/vendor/bundle/ruby/3.4.0/gems/rspec-3.13.1/lib/rspec/version.rb +0 -5
  1526. data/vendor/bundle/ruby/3.4.0/gems/rspec-core-3.13.5/Changelog.md +0 -2439
  1527. data/vendor/bundle/ruby/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/version.rb +0 -9
  1528. data/vendor/bundle/ruby/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/world.rb +0 -287
  1529. data/vendor/bundle/ruby/3.4.0/gems/rspec-mocks-3.13.5/Changelog.md +0 -1329
  1530. data/vendor/bundle/ruby/3.4.0/gems/rspec-mocks-3.13.5/lib/rspec/mocks/error_generator.rb +0 -390
  1531. data/vendor/bundle/ruby/3.4.0/gems/rspec-mocks-3.13.5/lib/rspec/mocks/proxy.rb +0 -517
  1532. data/vendor/bundle/ruby/3.4.0/gems/rspec-mocks-3.13.5/lib/rspec/mocks/version.rb +0 -9
  1533. data/vendor/bundle/ruby/3.4.0/gems/rubocop-1.81.1/config/default.yml +0 -6081
  1534. data/vendor/bundle/ruby/3.4.0/gems/rubocop-1.81.1/lib/rubocop/cop/layout/hash_alignment.rb +0 -398
  1535. data/vendor/bundle/ruby/3.4.0/gems/rubocop-1.81.1/lib/rubocop/cop/lint/constant_overwritten_in_rescue.rb +0 -51
  1536. data/vendor/bundle/ruby/3.4.0/gems/rubocop-1.81.1/lib/rubocop/cop/lint/cop_directive_syntax.rb +0 -84
  1537. data/vendor/bundle/ruby/3.4.0/gems/rubocop-1.81.1/lib/rubocop/cop/lint/empty_interpolation.rb +0 -31
  1538. data/vendor/bundle/ruby/3.4.0/gems/rubocop-1.81.1/lib/rubocop/cop/lint/rescue_exception.rb +0 -41
  1539. data/vendor/bundle/ruby/3.4.0/gems/rubocop-1.81.1/lib/rubocop/cop/lint/self_assignment.rb +0 -140
  1540. data/vendor/bundle/ruby/3.4.0/gems/rubocop-1.81.1/lib/rubocop/cop/security/json_load.rb +0 -47
  1541. data/vendor/bundle/ruby/3.4.0/gems/rubocop-1.81.1/lib/rubocop/cop/style/array_intersect.rb +0 -195
  1542. data/vendor/bundle/ruby/3.4.0/gems/rubocop-1.81.1/lib/rubocop/cop/style/conditional_assignment.rb +0 -676
  1543. data/vendor/bundle/ruby/3.4.0/gems/rubocop-1.81.1/lib/rubocop/cop/style/endless_method.rb +0 -233
  1544. data/vendor/bundle/ruby/3.4.0/gems/rubocop-1.81.1/lib/rubocop/cop/style/one_line_conditional.rb +0 -148
  1545. data/vendor/bundle/ruby/3.4.0/gems/rubocop-1.81.1/lib/rubocop/cop/style/redundant_format.rb +0 -277
  1546. data/vendor/bundle/ruby/3.4.0/gems/rubocop-1.81.1/lib/rubocop/cop/style/redundant_interpolation.rb +0 -138
  1547. data/vendor/bundle/ruby/3.4.0/gems/rubocop-1.81.1/lib/rubocop/cop/style/semicolon.rb +0 -172
  1548. data/vendor/bundle/ruby/3.4.0/gems/rubocop-1.81.1/lib/rubocop/cops_documentation_generator.rb +0 -406
  1549. data/vendor/bundle/ruby/3.4.0/gems/rubocop-1.81.1/lib/rubocop/version.rb +0 -160
  1550. data/vendor/bundle/ruby/3.4.0/specifications/actioncable-8.0.3.gemspec +0 -30
  1551. data/vendor/bundle/ruby/3.4.0/specifications/actionmailbox-8.0.3.gemspec +0 -31
  1552. data/vendor/bundle/ruby/3.4.0/specifications/actionmailer-8.0.3.gemspec +0 -32
  1553. data/vendor/bundle/ruby/3.4.0/specifications/actionpack-8.0.3.gemspec +0 -36
  1554. data/vendor/bundle/ruby/3.4.0/specifications/actiontext-8.0.3.gemspec +0 -31
  1555. data/vendor/bundle/ruby/3.4.0/specifications/actionview-8.0.3.gemspec +0 -33
  1556. data/vendor/bundle/ruby/3.4.0/specifications/activejob-8.0.3.gemspec +0 -27
  1557. data/vendor/bundle/ruby/3.4.0/specifications/activemodel-8.0.3.gemspec +0 -26
  1558. data/vendor/bundle/ruby/3.4.0/specifications/activerecord-8.0.3.gemspec +0 -31
  1559. data/vendor/bundle/ruby/3.4.0/specifications/activestorage-8.0.3.gemspec +0 -30
  1560. data/vendor/bundle/ruby/3.4.0/specifications/activesupport-8.0.3.gemspec +0 -38
  1561. data/vendor/bundle/ruby/3.4.0/specifications/benchmark-0.4.1.gemspec +0 -23
  1562. data/vendor/bundle/ruby/3.4.0/specifications/fast_gettext-4.1.0.gemspec +0 -35
  1563. data/vendor/bundle/ruby/3.4.0/specifications/json-2.15.1.gemspec +0 -0
  1564. data/vendor/bundle/ruby/3.4.0/specifications/mail-2.8.1.gemspec +0 -37
  1565. data/vendor/bundle/ruby/3.4.0/specifications/parser-3.3.9.0.gemspec +0 -37
  1566. data/vendor/bundle/ruby/3.4.0/specifications/po_to_json-2.1.1.gemspec +0 -26
  1567. data/vendor/bundle/ruby/3.4.0/specifications/prism-1.5.2.gemspec +0 -24
  1568. data/vendor/bundle/ruby/3.4.0/specifications/rails-8.0.3.gemspec +0 -38
  1569. data/vendor/bundle/ruby/3.4.0/specifications/railties-8.0.3.gemspec +0 -38
  1570. data/vendor/bundle/ruby/3.4.0/specifications/rspec-3.13.1.gemspec +0 -31
  1571. data/vendor/bundle/ruby/3.4.0/specifications/rspec-core-3.13.5.gemspec +0 -31
  1572. data/vendor/bundle/ruby/3.4.0/specifications/rspec-mocks-3.13.5.gemspec +0 -29
  1573. data/vendor/bundle/ruby/3.4.0/specifications/rubocop-1.81.1.gemspec +0 -39
  1574. /data/vendor/bundle/ruby/3.4.0/extensions/x86_64-linux/3.4.0/{json-2.15.1 → json-2.15.2}/gem.build_complete +0 -0
  1575. /data/vendor/bundle/ruby/3.4.0/extensions/x86_64-linux/3.4.0/{json-2.15.1 → json-2.15.2}/mkmf.log +0 -0
  1576. /data/vendor/bundle/ruby/3.4.0/extensions/x86_64-linux/3.4.0/{prism-1.5.2 → prism-1.6.0}/gem.build_complete +0 -0
  1577. /data/vendor/bundle/ruby/3.4.0/gems/{actiontext-8.0.3 → action_text-trix-2.1.15}/app/assets/stylesheets/trix.css +0 -0
  1578. /data/vendor/bundle/ruby/3.4.0/gems/{actioncable-8.0.3 → actioncable-8.1.0}/MIT-LICENSE +0 -0
  1579. /data/vendor/bundle/ruby/3.4.0/gems/{actioncable-8.0.3 → actioncable-8.1.0}/README.md +0 -0
  1580. /data/vendor/bundle/ruby/3.4.0/gems/{actioncable-8.0.3 → actioncable-8.1.0}/app/assets/javascripts/action_cable.js +0 -0
  1581. /data/vendor/bundle/ruby/3.4.0/gems/{actioncable-8.0.3 → actioncable-8.1.0}/app/assets/javascripts/actioncable.esm.js +0 -0
  1582. /data/vendor/bundle/ruby/3.4.0/gems/{actioncable-8.0.3 → actioncable-8.1.0}/app/assets/javascripts/actioncable.js +0 -0
  1583. /data/vendor/bundle/ruby/3.4.0/gems/{actioncable-8.0.3 → actioncable-8.1.0}/lib/action_cable/channel/callbacks.rb +0 -0
  1584. /data/vendor/bundle/ruby/3.4.0/gems/{actioncable-8.0.3 → actioncable-8.1.0}/lib/action_cable/channel/naming.rb +0 -0
  1585. /data/vendor/bundle/ruby/3.4.0/gems/{actioncable-8.0.3 → actioncable-8.1.0}/lib/action_cable/channel/periodic_timers.rb +0 -0
  1586. /data/vendor/bundle/ruby/3.4.0/gems/{actioncable-8.0.3 → actioncable-8.1.0}/lib/action_cable/channel/test_case.rb +0 -0
  1587. /data/vendor/bundle/ruby/3.4.0/gems/{actioncable-8.0.3 → actioncable-8.1.0}/lib/action_cable/connection/authorization.rb +0 -0
  1588. /data/vendor/bundle/ruby/3.4.0/gems/{actioncable-8.0.3 → actioncable-8.1.0}/lib/action_cable/connection/base.rb +0 -0
  1589. /data/vendor/bundle/ruby/3.4.0/gems/{actioncable-8.0.3 → actioncable-8.1.0}/lib/action_cable/connection/callbacks.rb +0 -0
  1590. /data/vendor/bundle/ruby/3.4.0/gems/{actioncable-8.0.3 → actioncable-8.1.0}/lib/action_cable/connection/client_socket.rb +0 -0
  1591. /data/vendor/bundle/ruby/3.4.0/gems/{actioncable-8.0.3 → actioncable-8.1.0}/lib/action_cable/connection/identification.rb +0 -0
  1592. /data/vendor/bundle/ruby/3.4.0/gems/{actioncable-8.0.3 → actioncable-8.1.0}/lib/action_cable/connection/internal_channel.rb +0 -0
  1593. /data/vendor/bundle/ruby/3.4.0/gems/{actioncable-8.0.3 → actioncable-8.1.0}/lib/action_cable/connection/message_buffer.rb +0 -0
  1594. /data/vendor/bundle/ruby/3.4.0/gems/{actioncable-8.0.3 → actioncable-8.1.0}/lib/action_cable/connection/stream.rb +0 -0
  1595. /data/vendor/bundle/ruby/3.4.0/gems/{actioncable-8.0.3 → actioncable-8.1.0}/lib/action_cable/connection/subscriptions.rb +0 -0
  1596. /data/vendor/bundle/ruby/3.4.0/gems/{actioncable-8.0.3 → actioncable-8.1.0}/lib/action_cable/connection/tagged_logger_proxy.rb +0 -0
  1597. /data/vendor/bundle/ruby/3.4.0/gems/{actioncable-8.0.3 → actioncable-8.1.0}/lib/action_cable/connection/test_case.rb +0 -0
  1598. /data/vendor/bundle/ruby/3.4.0/gems/{actioncable-8.0.3 → actioncable-8.1.0}/lib/action_cable/connection/web_socket.rb +0 -0
  1599. /data/vendor/bundle/ruby/3.4.0/gems/{actioncable-8.0.3 → actioncable-8.1.0}/lib/action_cable/deprecator.rb +0 -0
  1600. /data/vendor/bundle/ruby/3.4.0/gems/{actioncable-8.0.3 → actioncable-8.1.0}/lib/action_cable/engine.rb +0 -0
  1601. /data/vendor/bundle/ruby/3.4.0/gems/{actioncable-8.0.3 → actioncable-8.1.0}/lib/action_cable/helpers/action_cable_helper.rb +0 -0
  1602. /data/vendor/bundle/ruby/3.4.0/gems/{actioncable-8.0.3 → actioncable-8.1.0}/lib/action_cable/remote_connections.rb +0 -0
  1603. /data/vendor/bundle/ruby/3.4.0/gems/{actioncable-8.0.3 → actioncable-8.1.0}/lib/action_cable/server/base.rb +0 -0
  1604. /data/vendor/bundle/ruby/3.4.0/gems/{actioncable-8.0.3 → actioncable-8.1.0}/lib/action_cable/server/configuration.rb +0 -0
  1605. /data/vendor/bundle/ruby/3.4.0/gems/{actioncable-8.0.3 → actioncable-8.1.0}/lib/action_cable/server/connections.rb +0 -0
  1606. /data/vendor/bundle/ruby/3.4.0/gems/{actioncable-8.0.3 → actioncable-8.1.0}/lib/action_cable/server/worker/active_record_connection_management.rb +0 -0
  1607. /data/vendor/bundle/ruby/3.4.0/gems/{actioncable-8.0.3 → actioncable-8.1.0}/lib/action_cable/subscription_adapter/async.rb +0 -0
  1608. /data/vendor/bundle/ruby/3.4.0/gems/{actioncable-8.0.3 → actioncable-8.1.0}/lib/action_cable/subscription_adapter/channel_prefix.rb +0 -0
  1609. /data/vendor/bundle/ruby/3.4.0/gems/{actioncable-8.0.3 → actioncable-8.1.0}/lib/action_cable/subscription_adapter/inline.rb +0 -0
  1610. /data/vendor/bundle/ruby/3.4.0/gems/{actioncable-8.0.3 → actioncable-8.1.0}/lib/action_cable/subscription_adapter/postgresql.rb +0 -0
  1611. /data/vendor/bundle/ruby/3.4.0/gems/{actioncable-8.0.3 → actioncable-8.1.0}/lib/action_cable/subscription_adapter/redis.rb +0 -0
  1612. /data/vendor/bundle/ruby/3.4.0/gems/{actioncable-8.0.3 → actioncable-8.1.0}/lib/action_cable/subscription_adapter/subscriber_map.rb +0 -0
  1613. /data/vendor/bundle/ruby/3.4.0/gems/{actioncable-8.0.3 → actioncable-8.1.0}/lib/action_cable/subscription_adapter/test.rb +0 -0
  1614. /data/vendor/bundle/ruby/3.4.0/gems/{actioncable-8.0.3 → actioncable-8.1.0}/lib/action_cable/test_case.rb +0 -0
  1615. /data/vendor/bundle/ruby/3.4.0/gems/{actioncable-8.0.3 → actioncable-8.1.0}/lib/action_cable/test_helper.rb +0 -0
  1616. /data/vendor/bundle/ruby/3.4.0/gems/{actioncable-8.0.3 → actioncable-8.1.0}/lib/action_cable/version.rb +0 -0
  1617. /data/vendor/bundle/ruby/3.4.0/gems/{actioncable-8.0.3 → actioncable-8.1.0}/lib/action_cable.rb +0 -0
  1618. /data/vendor/bundle/ruby/3.4.0/gems/{actioncable-8.0.3 → actioncable-8.1.0}/lib/rails/generators/channel/USAGE +0 -0
  1619. /data/vendor/bundle/ruby/3.4.0/gems/{actioncable-8.0.3 → actioncable-8.1.0}/lib/rails/generators/channel/templates/application_cable/channel.rb.tt +0 -0
  1620. /data/vendor/bundle/ruby/3.4.0/gems/{actioncable-8.0.3 → actioncable-8.1.0}/lib/rails/generators/channel/templates/application_cable/connection.rb.tt +0 -0
  1621. /data/vendor/bundle/ruby/3.4.0/gems/{actioncable-8.0.3 → actioncable-8.1.0}/lib/rails/generators/channel/templates/channel.rb.tt +0 -0
  1622. /data/vendor/bundle/ruby/3.4.0/gems/{actioncable-8.0.3 → actioncable-8.1.0}/lib/rails/generators/channel/templates/javascript/channel.js.tt +0 -0
  1623. /data/vendor/bundle/ruby/3.4.0/gems/{actioncable-8.0.3 → actioncable-8.1.0}/lib/rails/generators/channel/templates/javascript/consumer.js.tt +0 -0
  1624. /data/vendor/bundle/ruby/3.4.0/gems/{actioncable-8.0.3 → actioncable-8.1.0}/lib/rails/generators/channel/templates/javascript/index.js.tt +0 -0
  1625. /data/vendor/bundle/ruby/3.4.0/gems/{actioncable-8.0.3 → actioncable-8.1.0}/lib/rails/generators/test_unit/channel_generator.rb +0 -0
  1626. /data/vendor/bundle/ruby/3.4.0/gems/{actioncable-8.0.3 → actioncable-8.1.0}/lib/rails/generators/test_unit/templates/channel_test.rb.tt +0 -0
  1627. /data/vendor/bundle/ruby/3.4.0/gems/{actionmailbox-8.0.3 → actionmailbox-8.1.0}/MIT-LICENSE +0 -0
  1628. /data/vendor/bundle/ruby/3.4.0/gems/{actionmailbox-8.0.3 → actionmailbox-8.1.0}/README.md +0 -0
  1629. /data/vendor/bundle/ruby/3.4.0/gems/{actionmailbox-8.0.3 → actionmailbox-8.1.0}/app/controllers/action_mailbox/base_controller.rb +0 -0
  1630. /data/vendor/bundle/ruby/3.4.0/gems/{actionmailbox-8.0.3 → actionmailbox-8.1.0}/app/controllers/action_mailbox/ingresses/mailgun/inbound_emails_controller.rb +0 -0
  1631. /data/vendor/bundle/ruby/3.4.0/gems/{actionmailbox-8.0.3 → actionmailbox-8.1.0}/app/controllers/action_mailbox/ingresses/mandrill/inbound_emails_controller.rb +0 -0
  1632. /data/vendor/bundle/ruby/3.4.0/gems/{actionmailbox-8.0.3 → actionmailbox-8.1.0}/app/controllers/action_mailbox/ingresses/postmark/inbound_emails_controller.rb +0 -0
  1633. /data/vendor/bundle/ruby/3.4.0/gems/{actionmailbox-8.0.3 → actionmailbox-8.1.0}/app/controllers/action_mailbox/ingresses/relay/inbound_emails_controller.rb +0 -0
  1634. /data/vendor/bundle/ruby/3.4.0/gems/{actionmailbox-8.0.3 → actionmailbox-8.1.0}/app/controllers/action_mailbox/ingresses/sendgrid/inbound_emails_controller.rb +0 -0
  1635. /data/vendor/bundle/ruby/3.4.0/gems/{actionmailbox-8.0.3 → actionmailbox-8.1.0}/app/controllers/rails/conductor/action_mailbox/inbound_emails/sources_controller.rb +0 -0
  1636. /data/vendor/bundle/ruby/3.4.0/gems/{actionmailbox-8.0.3 → actionmailbox-8.1.0}/app/controllers/rails/conductor/action_mailbox/inbound_emails_controller.rb +0 -0
  1637. /data/vendor/bundle/ruby/3.4.0/gems/{actionmailbox-8.0.3 → actionmailbox-8.1.0}/app/controllers/rails/conductor/action_mailbox/incinerates_controller.rb +0 -0
  1638. /data/vendor/bundle/ruby/3.4.0/gems/{actionmailbox-8.0.3 → actionmailbox-8.1.0}/app/controllers/rails/conductor/action_mailbox/reroutes_controller.rb +0 -0
  1639. /data/vendor/bundle/ruby/3.4.0/gems/{actionmailbox-8.0.3 → actionmailbox-8.1.0}/app/controllers/rails/conductor/base_controller.rb +0 -0
  1640. /data/vendor/bundle/ruby/3.4.0/gems/{actionmailbox-8.0.3 → actionmailbox-8.1.0}/app/jobs/action_mailbox/incineration_job.rb +0 -0
  1641. /data/vendor/bundle/ruby/3.4.0/gems/{actionmailbox-8.0.3 → actionmailbox-8.1.0}/app/jobs/action_mailbox/routing_job.rb +0 -0
  1642. /data/vendor/bundle/ruby/3.4.0/gems/{actionmailbox-8.0.3 → actionmailbox-8.1.0}/app/models/action_mailbox/inbound_email/incineratable/incineration.rb +0 -0
  1643. /data/vendor/bundle/ruby/3.4.0/gems/{actionmailbox-8.0.3 → actionmailbox-8.1.0}/app/models/action_mailbox/inbound_email/incineratable.rb +0 -0
  1644. /data/vendor/bundle/ruby/3.4.0/gems/{actionmailbox-8.0.3 → actionmailbox-8.1.0}/app/models/action_mailbox/inbound_email/message_id.rb +0 -0
  1645. /data/vendor/bundle/ruby/3.4.0/gems/{actionmailbox-8.0.3 → actionmailbox-8.1.0}/app/models/action_mailbox/inbound_email/routable.rb +0 -0
  1646. /data/vendor/bundle/ruby/3.4.0/gems/{actionmailbox-8.0.3 → actionmailbox-8.1.0}/app/models/action_mailbox/inbound_email.rb +0 -0
  1647. /data/vendor/bundle/ruby/3.4.0/gems/{actionmailbox-8.0.3 → actionmailbox-8.1.0}/app/models/action_mailbox/record.rb +0 -0
  1648. /data/vendor/bundle/ruby/3.4.0/gems/{actionmailbox-8.0.3 → actionmailbox-8.1.0}/app/views/layouts/rails/conductor.html.erb +0 -0
  1649. /data/vendor/bundle/ruby/3.4.0/gems/{actionmailbox-8.0.3 → actionmailbox-8.1.0}/app/views/rails/conductor/action_mailbox/inbound_emails/index.html.erb +0 -0
  1650. /data/vendor/bundle/ruby/3.4.0/gems/{actionmailbox-8.0.3 → actionmailbox-8.1.0}/app/views/rails/conductor/action_mailbox/inbound_emails/new.html.erb +0 -0
  1651. /data/vendor/bundle/ruby/3.4.0/gems/{actionmailbox-8.0.3 → actionmailbox-8.1.0}/app/views/rails/conductor/action_mailbox/inbound_emails/show.html.erb +0 -0
  1652. /data/vendor/bundle/ruby/3.4.0/gems/{actionmailbox-8.0.3 → actionmailbox-8.1.0}/app/views/rails/conductor/action_mailbox/inbound_emails/sources/new.html.erb +0 -0
  1653. /data/vendor/bundle/ruby/3.4.0/gems/{actionmailbox-8.0.3 → actionmailbox-8.1.0}/config/routes.rb +0 -0
  1654. /data/vendor/bundle/ruby/3.4.0/gems/{actionmailbox-8.0.3 → actionmailbox-8.1.0}/db/migrate/20180917164000_create_action_mailbox_tables.rb +0 -0
  1655. /data/vendor/bundle/ruby/3.4.0/gems/{actionmailbox-8.0.3 → actionmailbox-8.1.0}/lib/action_mailbox/base.rb +0 -0
  1656. /data/vendor/bundle/ruby/3.4.0/gems/{actionmailbox-8.0.3 → actionmailbox-8.1.0}/lib/action_mailbox/callbacks.rb +0 -0
  1657. /data/vendor/bundle/ruby/3.4.0/gems/{actionmailbox-8.0.3 → actionmailbox-8.1.0}/lib/action_mailbox/deprecator.rb +0 -0
  1658. /data/vendor/bundle/ruby/3.4.0/gems/{actionmailbox-8.0.3 → actionmailbox-8.1.0}/lib/action_mailbox/mail_ext/address_equality.rb +0 -0
  1659. /data/vendor/bundle/ruby/3.4.0/gems/{actionmailbox-8.0.3 → actionmailbox-8.1.0}/lib/action_mailbox/mail_ext/address_wrapping.rb +0 -0
  1660. /data/vendor/bundle/ruby/3.4.0/gems/{actionmailbox-8.0.3 → actionmailbox-8.1.0}/lib/action_mailbox/mail_ext/from_source.rb +0 -0
  1661. /data/vendor/bundle/ruby/3.4.0/gems/{actionmailbox-8.0.3 → actionmailbox-8.1.0}/lib/action_mailbox/mail_ext/recipients.rb +0 -0
  1662. /data/vendor/bundle/ruby/3.4.0/gems/{actionmailbox-8.0.3 → actionmailbox-8.1.0}/lib/action_mailbox/mail_ext.rb +0 -0
  1663. /data/vendor/bundle/ruby/3.4.0/gems/{actionmailbox-8.0.3 → actionmailbox-8.1.0}/lib/action_mailbox/relayer.rb +0 -0
  1664. /data/vendor/bundle/ruby/3.4.0/gems/{actionmailbox-8.0.3 → actionmailbox-8.1.0}/lib/action_mailbox/router/route.rb +0 -0
  1665. /data/vendor/bundle/ruby/3.4.0/gems/{actionmailbox-8.0.3 → actionmailbox-8.1.0}/lib/action_mailbox/router.rb +0 -0
  1666. /data/vendor/bundle/ruby/3.4.0/gems/{actionmailbox-8.0.3 → actionmailbox-8.1.0}/lib/action_mailbox/routing.rb +0 -0
  1667. /data/vendor/bundle/ruby/3.4.0/gems/{actionmailbox-8.0.3 → actionmailbox-8.1.0}/lib/action_mailbox/test_case.rb +0 -0
  1668. /data/vendor/bundle/ruby/3.4.0/gems/{actionmailbox-8.0.3 → actionmailbox-8.1.0}/lib/action_mailbox/test_helper.rb +0 -0
  1669. /data/vendor/bundle/ruby/3.4.0/gems/{actionmailbox-8.0.3 → actionmailbox-8.1.0}/lib/action_mailbox/version.rb +0 -0
  1670. /data/vendor/bundle/ruby/3.4.0/gems/{actionmailbox-8.0.3 → actionmailbox-8.1.0}/lib/action_mailbox.rb +0 -0
  1671. /data/vendor/bundle/ruby/3.4.0/gems/{actionmailbox-8.0.3 → actionmailbox-8.1.0}/lib/generators/action_mailbox/install/install_generator.rb +0 -0
  1672. /data/vendor/bundle/ruby/3.4.0/gems/{actionmailbox-8.0.3 → actionmailbox-8.1.0}/lib/rails/generators/mailbox/USAGE +0 -0
  1673. /data/vendor/bundle/ruby/3.4.0/gems/{actionmailbox-8.0.3 → actionmailbox-8.1.0}/lib/rails/generators/mailbox/mailbox_generator.rb +0 -0
  1674. /data/vendor/bundle/ruby/3.4.0/gems/{actionmailbox-8.0.3 → actionmailbox-8.1.0}/lib/rails/generators/mailbox/templates/application_mailbox.rb.tt +0 -0
  1675. /data/vendor/bundle/ruby/3.4.0/gems/{actionmailbox-8.0.3 → actionmailbox-8.1.0}/lib/rails/generators/mailbox/templates/mailbox.rb.tt +0 -0
  1676. /data/vendor/bundle/ruby/3.4.0/gems/{actionmailbox-8.0.3 → actionmailbox-8.1.0}/lib/rails/generators/test_unit/mailbox_generator.rb +0 -0
  1677. /data/vendor/bundle/ruby/3.4.0/gems/{actionmailbox-8.0.3 → actionmailbox-8.1.0}/lib/rails/generators/test_unit/templates/mailbox_test.rb.tt +0 -0
  1678. /data/vendor/bundle/ruby/3.4.0/gems/{actionmailbox-8.0.3 → actionmailbox-8.1.0}/lib/tasks/ingress.rake +0 -0
  1679. /data/vendor/bundle/ruby/3.4.0/gems/{actionmailbox-8.0.3 → actionmailbox-8.1.0}/lib/tasks/install.rake +0 -0
  1680. /data/vendor/bundle/ruby/3.4.0/gems/{actionmailer-8.0.3 → actionmailer-8.1.0}/MIT-LICENSE +0 -0
  1681. /data/vendor/bundle/ruby/3.4.0/gems/{actionmailer-8.0.3 → actionmailer-8.1.0}/README.rdoc +0 -0
  1682. /data/vendor/bundle/ruby/3.4.0/gems/{actionmailer-8.0.3 → actionmailer-8.1.0}/lib/action_mailer/callbacks.rb +0 -0
  1683. /data/vendor/bundle/ruby/3.4.0/gems/{actionmailer-8.0.3 → actionmailer-8.1.0}/lib/action_mailer/collector.rb +0 -0
  1684. /data/vendor/bundle/ruby/3.4.0/gems/{actionmailer-8.0.3 → actionmailer-8.1.0}/lib/action_mailer/delivery_methods.rb +0 -0
  1685. /data/vendor/bundle/ruby/3.4.0/gems/{actionmailer-8.0.3 → actionmailer-8.1.0}/lib/action_mailer/deprecator.rb +0 -0
  1686. /data/vendor/bundle/ruby/3.4.0/gems/{actionmailer-8.0.3 → actionmailer-8.1.0}/lib/action_mailer/inline_preview_interceptor.rb +0 -0
  1687. /data/vendor/bundle/ruby/3.4.0/gems/{actionmailer-8.0.3 → actionmailer-8.1.0}/lib/action_mailer/mail_delivery_job.rb +0 -0
  1688. /data/vendor/bundle/ruby/3.4.0/gems/{actionmailer-8.0.3 → actionmailer-8.1.0}/lib/action_mailer/mail_helper.rb +0 -0
  1689. /data/vendor/bundle/ruby/3.4.0/gems/{actionmailer-8.0.3 → actionmailer-8.1.0}/lib/action_mailer/parameterized.rb +0 -0
  1690. /data/vendor/bundle/ruby/3.4.0/gems/{actionmailer-8.0.3 → actionmailer-8.1.0}/lib/action_mailer/preview.rb +0 -0
  1691. /data/vendor/bundle/ruby/3.4.0/gems/{actionmailer-8.0.3 → actionmailer-8.1.0}/lib/action_mailer/queued_delivery.rb +0 -0
  1692. /data/vendor/bundle/ruby/3.4.0/gems/{actionmailer-8.0.3 → actionmailer-8.1.0}/lib/action_mailer/rescuable.rb +0 -0
  1693. /data/vendor/bundle/ruby/3.4.0/gems/{actionmailer-8.0.3 → actionmailer-8.1.0}/lib/action_mailer/test_case.rb +0 -0
  1694. /data/vendor/bundle/ruby/3.4.0/gems/{actionmailer-8.0.3 → actionmailer-8.1.0}/lib/action_mailer/test_helper.rb +0 -0
  1695. /data/vendor/bundle/ruby/3.4.0/gems/{actionmailer-8.0.3 → actionmailer-8.1.0}/lib/action_mailer/version.rb +0 -0
  1696. /data/vendor/bundle/ruby/3.4.0/gems/{actionmailer-8.0.3 → actionmailer-8.1.0}/lib/action_mailer.rb +0 -0
  1697. /data/vendor/bundle/ruby/3.4.0/gems/{actionmailer-8.0.3 → actionmailer-8.1.0}/lib/rails/generators/mailer/USAGE +0 -0
  1698. /data/vendor/bundle/ruby/3.4.0/gems/{actionmailer-8.0.3 → actionmailer-8.1.0}/lib/rails/generators/mailer/mailer_generator.rb +0 -0
  1699. /data/vendor/bundle/ruby/3.4.0/gems/{actionmailer-8.0.3 → actionmailer-8.1.0}/lib/rails/generators/mailer/templates/application_mailer.rb.tt +0 -0
  1700. /data/vendor/bundle/ruby/3.4.0/gems/{actionmailer-8.0.3 → actionmailer-8.1.0}/lib/rails/generators/mailer/templates/mailer.rb.tt +0 -0
  1701. /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/MIT-LICENSE +0 -0
  1702. /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/README.rdoc +0 -0
  1703. /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/abstract_controller/caching/fragments.rb +0 -0
  1704. /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/abstract_controller/callbacks.rb +0 -0
  1705. /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/abstract_controller/collector.rb +0 -0
  1706. /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/abstract_controller/deprecator.rb +0 -0
  1707. /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/abstract_controller/error.rb +0 -0
  1708. /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/abstract_controller/railties/routes_helpers.rb +0 -0
  1709. /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/abstract_controller/rendering.rb +0 -0
  1710. /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/abstract_controller/translation.rb +0 -0
  1711. /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/abstract_controller/url_for.rb +0 -0
  1712. /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/abstract_controller.rb +0 -0
  1713. /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/action_controller/api/api_rendering.rb +0 -0
  1714. /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/action_controller/deprecator.rb +0 -0
  1715. /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/action_controller/metal/basic_implicit_render.rb +0 -0
  1716. /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/action_controller/metal/content_security_policy.rb +0 -0
  1717. /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/action_controller/metal/cookies.rb +0 -0
  1718. /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/action_controller/metal/default_headers.rb +0 -0
  1719. /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/action_controller/metal/etag_with_flash.rb +0 -0
  1720. /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/action_controller/metal/etag_with_template_digest.rb +0 -0
  1721. /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/action_controller/metal/helpers.rb +0 -0
  1722. /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/action_controller/metal/http_authentication.rb +0 -0
  1723. /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/action_controller/metal/implicit_render.rb +0 -0
  1724. /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/action_controller/metal/instrumentation.rb +0 -0
  1725. /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/action_controller/metal/logging.rb +0 -0
  1726. /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/action_controller/metal/mime_responds.rb +0 -0
  1727. /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/action_controller/metal/parameter_encoding.rb +0 -0
  1728. /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/action_controller/metal/params_wrapper.rb +0 -0
  1729. /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/action_controller/metal/streaming.rb +0 -0
  1730. /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/action_controller/metal/strong_parameters.rb +0 -0
  1731. /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/action_controller/metal/testing.rb +0 -0
  1732. /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/action_controller/metal/url_for.rb +0 -0
  1733. /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/action_controller/metal.rb +0 -0
  1734. /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/action_controller/railties/helpers.rb +0 -0
  1735. /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/action_controller/renderer.rb +0 -0
  1736. /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/action_controller/template_assertions.rb +0 -0
  1737. /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/action_controller/test_case.rb +0 -0
  1738. /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/action_controller.rb +0 -0
  1739. /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/action_dispatch/constants.rb +0 -0
  1740. /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/action_dispatch/deprecator.rb +0 -0
  1741. /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/action_dispatch/http/content_disposition.rb +0 -0
  1742. /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/action_dispatch/http/content_security_policy.rb +0 -0
  1743. /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/action_dispatch/http/filter_redirect.rb +0 -0
  1744. /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/action_dispatch/http/headers.rb +0 -0
  1745. /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/action_dispatch/http/mime_type.rb +0 -0
  1746. /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/action_dispatch/http/param_error.rb +0 -0
  1747. /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/action_dispatch/http/rack_cache.rb +0 -0
  1748. /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/action_dispatch/http/upload.rb +0 -0
  1749. /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/action_dispatch/journey/formatter.rb +0 -0
  1750. /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/action_dispatch/journey/gtg/builder.rb +0 -0
  1751. /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/action_dispatch/journey/nfa/dot.rb +0 -0
  1752. /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/action_dispatch/journey/parser.rb +0 -0
  1753. /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/action_dispatch/journey/path/pattern.rb +0 -0
  1754. /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/action_dispatch/journey/scanner.rb +0 -0
  1755. /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/action_dispatch/journey/visualizer/fsm.css +0 -0
  1756. /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/action_dispatch/journey/visualizer/index.html.erb +0 -0
  1757. /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/action_dispatch/journey.rb +0 -0
  1758. /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/action_dispatch/middleware/actionable_exceptions.rb +0 -0
  1759. /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/action_dispatch/middleware/assume_ssl.rb +0 -0
  1760. /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/action_dispatch/middleware/callbacks.rb +0 -0
  1761. /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/action_dispatch/middleware/debug_locks.rb +0 -0
  1762. /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/action_dispatch/middleware/flash.rb +0 -0
  1763. /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/action_dispatch/middleware/host_authorization.rb +0 -0
  1764. /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/action_dispatch/middleware/reloader.rb +0 -0
  1765. /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/action_dispatch/middleware/request_id.rb +0 -0
  1766. /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/action_dispatch/middleware/server_timing.rb +0 -0
  1767. /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/action_dispatch/middleware/session/abstract_store.rb +0 -0
  1768. /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/action_dispatch/middleware/session/cookie_store.rb +0 -0
  1769. /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/action_dispatch/middleware/session/mem_cache_store.rb +0 -0
  1770. /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/action_dispatch/middleware/show_exceptions.rb +0 -0
  1771. /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/action_dispatch/middleware/ssl.rb +0 -0
  1772. /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/action_dispatch/middleware/stack.rb +0 -0
  1773. /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/action_dispatch/middleware/static.rb +0 -0
  1774. /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/action_dispatch/middleware/templates/rescues/_actions.html.erb +0 -0
  1775. /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/action_dispatch/middleware/templates/rescues/_actions.text.erb +0 -0
  1776. /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/action_dispatch/middleware/templates/rescues/_message_and_suggestions.html.erb +0 -0
  1777. /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb +0 -0
  1778. /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb +0 -0
  1779. /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/action_dispatch/middleware/templates/rescues/_source.text.erb +0 -0
  1780. /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb +0 -0
  1781. /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/action_dispatch/middleware/templates/rescues/blocked_host.text.erb +0 -0
  1782. /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb +0 -0
  1783. /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/action_dispatch/middleware/templates/rescues/missing_exact_template.text.erb +0 -0
  1784. /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/action_dispatch/middleware/templates/rescues/missing_template.text.erb +0 -0
  1785. /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/action_dispatch/middleware/templates/rescues/routing_error.text.erb +0 -0
  1786. /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/action_dispatch/middleware/templates/rescues/template_error.text.erb +0 -0
  1787. /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/action_dispatch/middleware/templates/rescues/unknown_action.text.erb +0 -0
  1788. /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/action_dispatch/middleware/templates/routes/_route.html.erb +0 -0
  1789. /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/action_dispatch/middleware/templates/routes/_table.html.erb +0 -0
  1790. /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/action_dispatch/request/session.rb +0 -0
  1791. /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/action_dispatch/request/utils.rb +0 -0
  1792. /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/action_dispatch/routing/endpoint.rb +0 -0
  1793. /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/action_dispatch/routing/polymorphic_routes.rb +0 -0
  1794. /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/action_dispatch/routing/routes_proxy.rb +0 -0
  1795. /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/action_dispatch/routing/url_for.rb +0 -0
  1796. /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/action_dispatch/routing.rb +0 -0
  1797. /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/action_dispatch/system_test_case.rb +0 -0
  1798. /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/action_dispatch/system_testing/browser.rb +0 -0
  1799. /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/action_dispatch/system_testing/driver.rb +0 -0
  1800. /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/action_dispatch/system_testing/server.rb +0 -0
  1801. /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/action_dispatch/system_testing/test_helpers/setup_and_teardown.rb +0 -0
  1802. /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/action_dispatch/testing/assertion_response.rb +0 -0
  1803. /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/action_dispatch/testing/assertions.rb +0 -0
  1804. /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/action_dispatch/testing/test_helpers/page_dump_helper.rb +0 -0
  1805. /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/action_dispatch/testing/test_process.rb +0 -0
  1806. /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/action_dispatch/testing/test_request.rb +0 -0
  1807. /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/action_dispatch/testing/test_response.rb +0 -0
  1808. /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/action_pack/version.rb +0 -0
  1809. /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/action_pack.rb +0 -0
  1810. /data/vendor/bundle/ruby/3.4.0/gems/{actiontext-8.0.3 → actiontext-8.1.0}/MIT-LICENSE +0 -0
  1811. /data/vendor/bundle/ruby/3.4.0/gems/{actiontext-8.0.3 → actiontext-8.1.0}/README.md +0 -0
  1812. /data/vendor/bundle/ruby/3.4.0/gems/{actiontext-8.0.3 → actiontext-8.1.0}/app/helpers/action_text/content_helper.rb +0 -0
  1813. /data/vendor/bundle/ruby/3.4.0/gems/{actiontext-8.0.3 → actiontext-8.1.0}/app/models/action_text/encrypted_rich_text.rb +0 -0
  1814. /data/vendor/bundle/ruby/3.4.0/gems/{actiontext-8.0.3 → actiontext-8.1.0}/app/models/action_text/record.rb +0 -0
  1815. /data/vendor/bundle/ruby/3.4.0/gems/{actiontext-8.0.3 → actiontext-8.1.0}/app/views/action_text/attachables/_content_attachment.html.erb +0 -0
  1816. /data/vendor/bundle/ruby/3.4.0/gems/{actiontext-8.0.3 → actiontext-8.1.0}/app/views/action_text/attachables/_missing_attachable.html.erb +0 -0
  1817. /data/vendor/bundle/ruby/3.4.0/gems/{actiontext-8.0.3 → actiontext-8.1.0}/app/views/action_text/attachables/_remote_image.html.erb +0 -0
  1818. /data/vendor/bundle/ruby/3.4.0/gems/{actiontext-8.0.3 → actiontext-8.1.0}/app/views/action_text/attachment_galleries/_attachment_gallery.html.erb +0 -0
  1819. /data/vendor/bundle/ruby/3.4.0/gems/{actiontext-8.0.3 → actiontext-8.1.0}/app/views/action_text/contents/_content.html.erb +0 -0
  1820. /data/vendor/bundle/ruby/3.4.0/gems/{actiontext-8.0.3 → actiontext-8.1.0}/app/views/active_storage/blobs/_blob.html.erb +0 -0
  1821. /data/vendor/bundle/ruby/3.4.0/gems/{actiontext-8.0.3 → actiontext-8.1.0}/app/views/layouts/action_text/contents/_content.html.erb +0 -0
  1822. /data/vendor/bundle/ruby/3.4.0/gems/{actiontext-8.0.3 → actiontext-8.1.0}/db/migrate/20180528164100_create_action_text_tables.rb +0 -0
  1823. /data/vendor/bundle/ruby/3.4.0/gems/{actiontext-8.0.3 → actiontext-8.1.0}/lib/action_text/attachable.rb +0 -0
  1824. /data/vendor/bundle/ruby/3.4.0/gems/{actiontext-8.0.3 → actiontext-8.1.0}/lib/action_text/attachables/content_attachment.rb +0 -0
  1825. /data/vendor/bundle/ruby/3.4.0/gems/{actiontext-8.0.3 → actiontext-8.1.0}/lib/action_text/attachables/missing_attachable.rb +0 -0
  1826. /data/vendor/bundle/ruby/3.4.0/gems/{actiontext-8.0.3 → actiontext-8.1.0}/lib/action_text/attachables/remote_image.rb +0 -0
  1827. /data/vendor/bundle/ruby/3.4.0/gems/{actiontext-8.0.3 → actiontext-8.1.0}/lib/action_text/attachment.rb +0 -0
  1828. /data/vendor/bundle/ruby/3.4.0/gems/{actiontext-8.0.3 → actiontext-8.1.0}/lib/action_text/attachment_gallery.rb +0 -0
  1829. /data/vendor/bundle/ruby/3.4.0/gems/{actiontext-8.0.3 → actiontext-8.1.0}/lib/action_text/attachments/caching.rb +0 -0
  1830. /data/vendor/bundle/ruby/3.4.0/gems/{actiontext-8.0.3 → actiontext-8.1.0}/lib/action_text/attachments/minification.rb +0 -0
  1831. /data/vendor/bundle/ruby/3.4.0/gems/{actiontext-8.0.3 → actiontext-8.1.0}/lib/action_text/attachments/trix_conversion.rb +0 -0
  1832. /data/vendor/bundle/ruby/3.4.0/gems/{actiontext-8.0.3 → actiontext-8.1.0}/lib/action_text/attribute.rb +0 -0
  1833. /data/vendor/bundle/ruby/3.4.0/gems/{actiontext-8.0.3 → actiontext-8.1.0}/lib/action_text/deprecator.rb +0 -0
  1834. /data/vendor/bundle/ruby/3.4.0/gems/{actiontext-8.0.3 → actiontext-8.1.0}/lib/action_text/encryption.rb +0 -0
  1835. /data/vendor/bundle/ruby/3.4.0/gems/{actiontext-8.0.3 → actiontext-8.1.0}/lib/action_text/fragment.rb +0 -0
  1836. /data/vendor/bundle/ruby/3.4.0/gems/{actiontext-8.0.3 → actiontext-8.1.0}/lib/action_text/html_conversion.rb +0 -0
  1837. /data/vendor/bundle/ruby/3.4.0/gems/{actiontext-8.0.3 → actiontext-8.1.0}/lib/action_text/serialization.rb +0 -0
  1838. /data/vendor/bundle/ruby/3.4.0/gems/{actiontext-8.0.3 → actiontext-8.1.0}/lib/action_text/trix_attachment.rb +0 -0
  1839. /data/vendor/bundle/ruby/3.4.0/gems/{actiontext-8.0.3 → actiontext-8.1.0}/lib/action_text/version.rb +0 -0
  1840. /data/vendor/bundle/ruby/3.4.0/gems/{actiontext-8.0.3 → actiontext-8.1.0}/lib/action_text.rb +0 -0
  1841. /data/vendor/bundle/ruby/3.4.0/gems/{actiontext-8.0.3 → actiontext-8.1.0}/lib/generators/action_text/install/templates/actiontext.css +0 -0
  1842. /data/vendor/bundle/ruby/3.4.0/gems/{actiontext-8.0.3 → actiontext-8.1.0}/lib/rails/generators/test_unit/install_generator.rb +0 -0
  1843. /data/vendor/bundle/ruby/3.4.0/gems/{actiontext-8.0.3 → actiontext-8.1.0}/lib/rails/generators/test_unit/templates/fixtures.yml +0 -0
  1844. /data/vendor/bundle/ruby/3.4.0/gems/{actiontext-8.0.3 → actiontext-8.1.0}/lib/tasks/actiontext.rake +0 -0
  1845. /data/vendor/bundle/ruby/3.4.0/gems/{actionview-8.0.3 → actionview-8.1.0}/MIT-LICENSE +0 -0
  1846. /data/vendor/bundle/ruby/3.4.0/gems/{actionview-8.0.3 → actionview-8.1.0}/README.rdoc +0 -0
  1847. /data/vendor/bundle/ruby/3.4.0/gems/{actionview-8.0.3 → actionview-8.1.0}/app/assets/javascripts/rails-ujs.esm.js +0 -0
  1848. /data/vendor/bundle/ruby/3.4.0/gems/{actionview-8.0.3 → actionview-8.1.0}/app/assets/javascripts/rails-ujs.js +0 -0
  1849. /data/vendor/bundle/ruby/3.4.0/gems/{actionview-8.0.3 → actionview-8.1.0}/lib/action_view/cache_expiry.rb +0 -0
  1850. /data/vendor/bundle/ruby/3.4.0/gems/{actionview-8.0.3 → actionview-8.1.0}/lib/action_view/context.rb +0 -0
  1851. /data/vendor/bundle/ruby/3.4.0/gems/{actionview-8.0.3 → actionview-8.1.0}/lib/action_view/dependency_tracker/ruby_tracker.rb +0 -0
  1852. /data/vendor/bundle/ruby/3.4.0/gems/{actionview-8.0.3 → actionview-8.1.0}/lib/action_view/dependency_tracker/wildcard_resolver.rb +0 -0
  1853. /data/vendor/bundle/ruby/3.4.0/gems/{actionview-8.0.3 → actionview-8.1.0}/lib/action_view/deprecator.rb +0 -0
  1854. /data/vendor/bundle/ruby/3.4.0/gems/{actionview-8.0.3 → actionview-8.1.0}/lib/action_view/digestor.rb +0 -0
  1855. /data/vendor/bundle/ruby/3.4.0/gems/{actionview-8.0.3 → actionview-8.1.0}/lib/action_view/flows.rb +0 -0
  1856. /data/vendor/bundle/ruby/3.4.0/gems/{actionview-8.0.3 → actionview-8.1.0}/lib/action_view/helpers/active_model_helper.rb +0 -0
  1857. /data/vendor/bundle/ruby/3.4.0/gems/{actionview-8.0.3 → actionview-8.1.0}/lib/action_view/helpers/asset_url_helper.rb +0 -0
  1858. /data/vendor/bundle/ruby/3.4.0/gems/{actionview-8.0.3 → actionview-8.1.0}/lib/action_view/helpers/atom_feed_helper.rb +0 -0
  1859. /data/vendor/bundle/ruby/3.4.0/gems/{actionview-8.0.3 → actionview-8.1.0}/lib/action_view/helpers/cache_helper.rb +0 -0
  1860. /data/vendor/bundle/ruby/3.4.0/gems/{actionview-8.0.3 → actionview-8.1.0}/lib/action_view/helpers/content_exfiltration_prevention_helper.rb +0 -0
  1861. /data/vendor/bundle/ruby/3.4.0/gems/{actionview-8.0.3 → actionview-8.1.0}/lib/action_view/helpers/csp_helper.rb +0 -0
  1862. /data/vendor/bundle/ruby/3.4.0/gems/{actionview-8.0.3 → actionview-8.1.0}/lib/action_view/helpers/csrf_helper.rb +0 -0
  1863. /data/vendor/bundle/ruby/3.4.0/gems/{actionview-8.0.3 → actionview-8.1.0}/lib/action_view/helpers/debug_helper.rb +0 -0
  1864. /data/vendor/bundle/ruby/3.4.0/gems/{actionview-8.0.3 → actionview-8.1.0}/lib/action_view/helpers/output_safety_helper.rb +0 -0
  1865. /data/vendor/bundle/ruby/3.4.0/gems/{actionview-8.0.3 → actionview-8.1.0}/lib/action_view/helpers/rendering_helper.rb +0 -0
  1866. /data/vendor/bundle/ruby/3.4.0/gems/{actionview-8.0.3 → actionview-8.1.0}/lib/action_view/helpers/sanitize_helper.rb +0 -0
  1867. /data/vendor/bundle/ruby/3.4.0/gems/{actionview-8.0.3 → actionview-8.1.0}/lib/action_view/helpers/tags/checkable.rb +0 -0
  1868. /data/vendor/bundle/ruby/3.4.0/gems/{actionview-8.0.3 → actionview-8.1.0}/lib/action_view/helpers/tags/collection_check_boxes.rb +0 -0
  1869. /data/vendor/bundle/ruby/3.4.0/gems/{actionview-8.0.3 → actionview-8.1.0}/lib/action_view/helpers/tags/collection_helpers.rb +0 -0
  1870. /data/vendor/bundle/ruby/3.4.0/gems/{actionview-8.0.3 → actionview-8.1.0}/lib/action_view/helpers/tags/collection_radio_buttons.rb +0 -0
  1871. /data/vendor/bundle/ruby/3.4.0/gems/{actionview-8.0.3 → actionview-8.1.0}/lib/action_view/helpers/tags/collection_select.rb +0 -0
  1872. /data/vendor/bundle/ruby/3.4.0/gems/{actionview-8.0.3 → actionview-8.1.0}/lib/action_view/helpers/tags/color_field.rb +0 -0
  1873. /data/vendor/bundle/ruby/3.4.0/gems/{actionview-8.0.3 → actionview-8.1.0}/lib/action_view/helpers/tags/date_field.rb +0 -0
  1874. /data/vendor/bundle/ruby/3.4.0/gems/{actionview-8.0.3 → actionview-8.1.0}/lib/action_view/helpers/tags/date_select.rb +0 -0
  1875. /data/vendor/bundle/ruby/3.4.0/gems/{actionview-8.0.3 → actionview-8.1.0}/lib/action_view/helpers/tags/datetime_local_field.rb +0 -0
  1876. /data/vendor/bundle/ruby/3.4.0/gems/{actionview-8.0.3 → actionview-8.1.0}/lib/action_view/helpers/tags/datetime_select.rb +0 -0
  1877. /data/vendor/bundle/ruby/3.4.0/gems/{actionview-8.0.3 → actionview-8.1.0}/lib/action_view/helpers/tags/email_field.rb +0 -0
  1878. /data/vendor/bundle/ruby/3.4.0/gems/{actionview-8.0.3 → actionview-8.1.0}/lib/action_view/helpers/tags/grouped_collection_select.rb +0 -0
  1879. /data/vendor/bundle/ruby/3.4.0/gems/{actionview-8.0.3 → actionview-8.1.0}/lib/action_view/helpers/tags/label.rb +0 -0
  1880. /data/vendor/bundle/ruby/3.4.0/gems/{actionview-8.0.3 → actionview-8.1.0}/lib/action_view/helpers/tags/month_field.rb +0 -0
  1881. /data/vendor/bundle/ruby/3.4.0/gems/{actionview-8.0.3 → actionview-8.1.0}/lib/action_view/helpers/tags/number_field.rb +0 -0
  1882. /data/vendor/bundle/ruby/3.4.0/gems/{actionview-8.0.3 → actionview-8.1.0}/lib/action_view/helpers/tags/password_field.rb +0 -0
  1883. /data/vendor/bundle/ruby/3.4.0/gems/{actionview-8.0.3 → actionview-8.1.0}/lib/action_view/helpers/tags/placeholderable.rb +0 -0
  1884. /data/vendor/bundle/ruby/3.4.0/gems/{actionview-8.0.3 → actionview-8.1.0}/lib/action_view/helpers/tags/radio_button.rb +0 -0
  1885. /data/vendor/bundle/ruby/3.4.0/gems/{actionview-8.0.3 → actionview-8.1.0}/lib/action_view/helpers/tags/range_field.rb +0 -0
  1886. /data/vendor/bundle/ruby/3.4.0/gems/{actionview-8.0.3 → actionview-8.1.0}/lib/action_view/helpers/tags/search_field.rb +0 -0
  1887. /data/vendor/bundle/ruby/3.4.0/gems/{actionview-8.0.3 → actionview-8.1.0}/lib/action_view/helpers/tags/tel_field.rb +0 -0
  1888. /data/vendor/bundle/ruby/3.4.0/gems/{actionview-8.0.3 → actionview-8.1.0}/lib/action_view/helpers/tags/text_area.rb +0 -0
  1889. /data/vendor/bundle/ruby/3.4.0/gems/{actionview-8.0.3 → actionview-8.1.0}/lib/action_view/helpers/tags/text_field.rb +0 -0
  1890. /data/vendor/bundle/ruby/3.4.0/gems/{actionview-8.0.3 → actionview-8.1.0}/lib/action_view/helpers/tags/time_field.rb +0 -0
  1891. /data/vendor/bundle/ruby/3.4.0/gems/{actionview-8.0.3 → actionview-8.1.0}/lib/action_view/helpers/tags/time_select.rb +0 -0
  1892. /data/vendor/bundle/ruby/3.4.0/gems/{actionview-8.0.3 → actionview-8.1.0}/lib/action_view/helpers/tags/time_zone_select.rb +0 -0
  1893. /data/vendor/bundle/ruby/3.4.0/gems/{actionview-8.0.3 → actionview-8.1.0}/lib/action_view/helpers/tags/translator.rb +0 -0
  1894. /data/vendor/bundle/ruby/3.4.0/gems/{actionview-8.0.3 → actionview-8.1.0}/lib/action_view/helpers/tags/url_field.rb +0 -0
  1895. /data/vendor/bundle/ruby/3.4.0/gems/{actionview-8.0.3 → actionview-8.1.0}/lib/action_view/helpers/tags/week_field.rb +0 -0
  1896. /data/vendor/bundle/ruby/3.4.0/gems/{actionview-8.0.3 → actionview-8.1.0}/lib/action_view/helpers/tags/weekday_select.rb +0 -0
  1897. /data/vendor/bundle/ruby/3.4.0/gems/{actionview-8.0.3 → actionview-8.1.0}/lib/action_view/helpers/tags.rb +0 -0
  1898. /data/vendor/bundle/ruby/3.4.0/gems/{actionview-8.0.3 → actionview-8.1.0}/lib/action_view/helpers/text_helper.rb +0 -0
  1899. /data/vendor/bundle/ruby/3.4.0/gems/{actionview-8.0.3 → actionview-8.1.0}/lib/action_view/helpers.rb +0 -0
  1900. /data/vendor/bundle/ruby/3.4.0/gems/{actionview-8.0.3 → actionview-8.1.0}/lib/action_view/layouts.rb +0 -0
  1901. /data/vendor/bundle/ruby/3.4.0/gems/{actionview-8.0.3 → actionview-8.1.0}/lib/action_view/lookup_context.rb +0 -0
  1902. /data/vendor/bundle/ruby/3.4.0/gems/{actionview-8.0.3 → actionview-8.1.0}/lib/action_view/model_naming.rb +0 -0
  1903. /data/vendor/bundle/ruby/3.4.0/gems/{actionview-8.0.3 → actionview-8.1.0}/lib/action_view/path_registry.rb +0 -0
  1904. /data/vendor/bundle/ruby/3.4.0/gems/{actionview-8.0.3 → actionview-8.1.0}/lib/action_view/path_set.rb +0 -0
  1905. /data/vendor/bundle/ruby/3.4.0/gems/{actionview-8.0.3 → actionview-8.1.0}/lib/action_view/render_parser/prism_render_parser.rb +0 -0
  1906. /data/vendor/bundle/ruby/3.4.0/gems/{actionview-8.0.3 → actionview-8.1.0}/lib/action_view/render_parser/ripper_render_parser.rb +0 -0
  1907. /data/vendor/bundle/ruby/3.4.0/gems/{actionview-8.0.3 → actionview-8.1.0}/lib/action_view/render_parser.rb +0 -0
  1908. /data/vendor/bundle/ruby/3.4.0/gems/{actionview-8.0.3 → actionview-8.1.0}/lib/action_view/renderer/abstract_renderer.rb +0 -0
  1909. /data/vendor/bundle/ruby/3.4.0/gems/{actionview-8.0.3 → actionview-8.1.0}/lib/action_view/renderer/collection_renderer.rb +0 -0
  1910. /data/vendor/bundle/ruby/3.4.0/gems/{actionview-8.0.3 → actionview-8.1.0}/lib/action_view/renderer/object_renderer.rb +0 -0
  1911. /data/vendor/bundle/ruby/3.4.0/gems/{actionview-8.0.3 → actionview-8.1.0}/lib/action_view/renderer/partial_renderer/collection_caching.rb +0 -0
  1912. /data/vendor/bundle/ruby/3.4.0/gems/{actionview-8.0.3 → actionview-8.1.0}/lib/action_view/renderer/renderer.rb +0 -0
  1913. /data/vendor/bundle/ruby/3.4.0/gems/{actionview-8.0.3 → actionview-8.1.0}/lib/action_view/renderer/streaming_template_renderer.rb +0 -0
  1914. /data/vendor/bundle/ruby/3.4.0/gems/{actionview-8.0.3 → actionview-8.1.0}/lib/action_view/renderer/template_renderer.rb +0 -0
  1915. /data/vendor/bundle/ruby/3.4.0/gems/{actionview-8.0.3 → actionview-8.1.0}/lib/action_view/rendering.rb +0 -0
  1916. /data/vendor/bundle/ruby/3.4.0/gems/{actionview-8.0.3 → actionview-8.1.0}/lib/action_view/routing_url_for.rb +0 -0
  1917. /data/vendor/bundle/ruby/3.4.0/gems/{actionview-8.0.3 → actionview-8.1.0}/lib/action_view/tasks/cache_digests.rake +0 -0
  1918. /data/vendor/bundle/ruby/3.4.0/gems/{actionview-8.0.3 → actionview-8.1.0}/lib/action_view/template/handlers/builder.rb +0 -0
  1919. /data/vendor/bundle/ruby/3.4.0/gems/{actionview-8.0.3 → actionview-8.1.0}/lib/action_view/template/handlers/erb/erubi.rb +0 -0
  1920. /data/vendor/bundle/ruby/3.4.0/gems/{actionview-8.0.3 → actionview-8.1.0}/lib/action_view/template/handlers/html.rb +0 -0
  1921. /data/vendor/bundle/ruby/3.4.0/gems/{actionview-8.0.3 → actionview-8.1.0}/lib/action_view/template/handlers/raw.rb +0 -0
  1922. /data/vendor/bundle/ruby/3.4.0/gems/{actionview-8.0.3 → actionview-8.1.0}/lib/action_view/template/handlers.rb +0 -0
  1923. /data/vendor/bundle/ruby/3.4.0/gems/{actionview-8.0.3 → actionview-8.1.0}/lib/action_view/template/html.rb +0 -0
  1924. /data/vendor/bundle/ruby/3.4.0/gems/{actionview-8.0.3 → actionview-8.1.0}/lib/action_view/template/inline.rb +0 -0
  1925. /data/vendor/bundle/ruby/3.4.0/gems/{actionview-8.0.3 → actionview-8.1.0}/lib/action_view/template/raw_file.rb +0 -0
  1926. /data/vendor/bundle/ruby/3.4.0/gems/{actionview-8.0.3 → actionview-8.1.0}/lib/action_view/template/renderable.rb +0 -0
  1927. /data/vendor/bundle/ruby/3.4.0/gems/{actionview-8.0.3 → actionview-8.1.0}/lib/action_view/template/resolver.rb +0 -0
  1928. /data/vendor/bundle/ruby/3.4.0/gems/{actionview-8.0.3 → actionview-8.1.0}/lib/action_view/template/sources/file.rb +0 -0
  1929. /data/vendor/bundle/ruby/3.4.0/gems/{actionview-8.0.3 → actionview-8.1.0}/lib/action_view/template/sources.rb +0 -0
  1930. /data/vendor/bundle/ruby/3.4.0/gems/{actionview-8.0.3 → actionview-8.1.0}/lib/action_view/template/text.rb +0 -0
  1931. /data/vendor/bundle/ruby/3.4.0/gems/{actionview-8.0.3 → actionview-8.1.0}/lib/action_view/template/types.rb +0 -0
  1932. /data/vendor/bundle/ruby/3.4.0/gems/{actionview-8.0.3 → actionview-8.1.0}/lib/action_view/template.rb +0 -0
  1933. /data/vendor/bundle/ruby/3.4.0/gems/{actionview-8.0.3 → actionview-8.1.0}/lib/action_view/template_details.rb +0 -0
  1934. /data/vendor/bundle/ruby/3.4.0/gems/{actionview-8.0.3 → actionview-8.1.0}/lib/action_view/template_path.rb +0 -0
  1935. /data/vendor/bundle/ruby/3.4.0/gems/{actionview-8.0.3 → actionview-8.1.0}/lib/action_view/testing/resolvers.rb +0 -0
  1936. /data/vendor/bundle/ruby/3.4.0/gems/{actionview-8.0.3 → actionview-8.1.0}/lib/action_view/unbound_template.rb +0 -0
  1937. /data/vendor/bundle/ruby/3.4.0/gems/{actionview-8.0.3 → actionview-8.1.0}/lib/action_view/version.rb +0 -0
  1938. /data/vendor/bundle/ruby/3.4.0/gems/{actionview-8.0.3 → actionview-8.1.0}/lib/action_view/view_paths.rb +0 -0
  1939. /data/vendor/bundle/ruby/3.4.0/gems/{activejob-8.0.3 → activejob-8.1.0}/MIT-LICENSE +0 -0
  1940. /data/vendor/bundle/ruby/3.4.0/gems/{activejob-8.0.3 → activejob-8.1.0}/lib/active_job/callbacks.rb +0 -0
  1941. /data/vendor/bundle/ruby/3.4.0/gems/{activejob-8.0.3 → activejob-8.1.0}/lib/active_job/deprecator.rb +0 -0
  1942. /data/vendor/bundle/ruby/3.4.0/gems/{activejob-8.0.3 → activejob-8.1.0}/lib/active_job/execution.rb +0 -0
  1943. /data/vendor/bundle/ruby/3.4.0/gems/{activejob-8.0.3 → activejob-8.1.0}/lib/active_job/logging.rb +0 -0
  1944. /data/vendor/bundle/ruby/3.4.0/gems/{activejob-8.0.3 → activejob-8.1.0}/lib/active_job/queue_adapter.rb +0 -0
  1945. /data/vendor/bundle/ruby/3.4.0/gems/{activejob-8.0.3 → activejob-8.1.0}/lib/active_job/queue_adapters/backburner_adapter.rb +0 -0
  1946. /data/vendor/bundle/ruby/3.4.0/gems/{activejob-8.0.3 → activejob-8.1.0}/lib/active_job/queue_adapters/delayed_job_adapter.rb +0 -0
  1947. /data/vendor/bundle/ruby/3.4.0/gems/{activejob-8.0.3 → activejob-8.1.0}/lib/active_job/queue_adapters/inline_adapter.rb +0 -0
  1948. /data/vendor/bundle/ruby/3.4.0/gems/{activejob-8.0.3 → activejob-8.1.0}/lib/active_job/queue_adapters/queue_classic_adapter.rb +0 -0
  1949. /data/vendor/bundle/ruby/3.4.0/gems/{activejob-8.0.3 → activejob-8.1.0}/lib/active_job/queue_adapters/resque_adapter.rb +0 -0
  1950. /data/vendor/bundle/ruby/3.4.0/gems/{activejob-8.0.3 → activejob-8.1.0}/lib/active_job/queue_adapters/sneakers_adapter.rb +0 -0
  1951. /data/vendor/bundle/ruby/3.4.0/gems/{activejob-8.0.3 → activejob-8.1.0}/lib/active_job/queue_adapters.rb +0 -0
  1952. /data/vendor/bundle/ruby/3.4.0/gems/{activejob-8.0.3 → activejob-8.1.0}/lib/active_job/queue_name.rb +0 -0
  1953. /data/vendor/bundle/ruby/3.4.0/gems/{activejob-8.0.3 → activejob-8.1.0}/lib/active_job/queue_priority.rb +0 -0
  1954. /data/vendor/bundle/ruby/3.4.0/gems/{activejob-8.0.3 → activejob-8.1.0}/lib/active_job/serializers/time_object_serializer.rb +0 -0
  1955. /data/vendor/bundle/ruby/3.4.0/gems/{activejob-8.0.3 → activejob-8.1.0}/lib/active_job/test_case.rb +0 -0
  1956. /data/vendor/bundle/ruby/3.4.0/gems/{activejob-8.0.3 → activejob-8.1.0}/lib/active_job/test_helper.rb +0 -0
  1957. /data/vendor/bundle/ruby/3.4.0/gems/{activejob-8.0.3 → activejob-8.1.0}/lib/active_job/version.rb +0 -0
  1958. /data/vendor/bundle/ruby/3.4.0/gems/{activejob-8.0.3 → activejob-8.1.0}/lib/rails/generators/job/USAGE +0 -0
  1959. /data/vendor/bundle/ruby/3.4.0/gems/{activejob-8.0.3 → activejob-8.1.0}/lib/rails/generators/job/job_generator.rb +0 -0
  1960. /data/vendor/bundle/ruby/3.4.0/gems/{activejob-8.0.3 → activejob-8.1.0}/lib/rails/generators/job/templates/application_job.rb.tt +0 -0
  1961. /data/vendor/bundle/ruby/3.4.0/gems/{activejob-8.0.3 → activejob-8.1.0}/lib/rails/generators/job/templates/job.rb.tt +0 -0
  1962. /data/vendor/bundle/ruby/3.4.0/gems/{activemodel-8.0.3 → activemodel-8.1.0}/MIT-LICENSE +0 -0
  1963. /data/vendor/bundle/ruby/3.4.0/gems/{activemodel-8.0.3 → activemodel-8.1.0}/README.rdoc +0 -0
  1964. /data/vendor/bundle/ruby/3.4.0/gems/{activemodel-8.0.3 → activemodel-8.1.0}/lib/active_model/access.rb +0 -0
  1965. /data/vendor/bundle/ruby/3.4.0/gems/{activemodel-8.0.3 → activemodel-8.1.0}/lib/active_model/api.rb +0 -0
  1966. /data/vendor/bundle/ruby/3.4.0/gems/{activemodel-8.0.3 → activemodel-8.1.0}/lib/active_model/attribute_assignment.rb +0 -0
  1967. /data/vendor/bundle/ruby/3.4.0/gems/{activemodel-8.0.3 → activemodel-8.1.0}/lib/active_model/attribute_registration.rb +0 -0
  1968. /data/vendor/bundle/ruby/3.4.0/gems/{activemodel-8.0.3 → activemodel-8.1.0}/lib/active_model/attribute_set/builder.rb +0 -0
  1969. /data/vendor/bundle/ruby/3.4.0/gems/{activemodel-8.0.3 → activemodel-8.1.0}/lib/active_model/attribute_set/yaml_encoder.rb +0 -0
  1970. /data/vendor/bundle/ruby/3.4.0/gems/{activemodel-8.0.3 → activemodel-8.1.0}/lib/active_model/attributes.rb +0 -0
  1971. /data/vendor/bundle/ruby/3.4.0/gems/{activemodel-8.0.3 → activemodel-8.1.0}/lib/active_model/callbacks.rb +0 -0
  1972. /data/vendor/bundle/ruby/3.4.0/gems/{activemodel-8.0.3 → activemodel-8.1.0}/lib/active_model/conversion.rb +0 -0
  1973. /data/vendor/bundle/ruby/3.4.0/gems/{activemodel-8.0.3 → activemodel-8.1.0}/lib/active_model/deprecator.rb +0 -0
  1974. /data/vendor/bundle/ruby/3.4.0/gems/{activemodel-8.0.3 → activemodel-8.1.0}/lib/active_model/forbidden_attributes_protection.rb +0 -0
  1975. /data/vendor/bundle/ruby/3.4.0/gems/{activemodel-8.0.3 → activemodel-8.1.0}/lib/active_model/locale/en.yml +0 -0
  1976. /data/vendor/bundle/ruby/3.4.0/gems/{activemodel-8.0.3 → activemodel-8.1.0}/lib/active_model/model.rb +0 -0
  1977. /data/vendor/bundle/ruby/3.4.0/gems/{activemodel-8.0.3 → activemodel-8.1.0}/lib/active_model/serialization.rb +0 -0
  1978. /data/vendor/bundle/ruby/3.4.0/gems/{activemodel-8.0.3 → activemodel-8.1.0}/lib/active_model/serializers/json.rb +0 -0
  1979. /data/vendor/bundle/ruby/3.4.0/gems/{activemodel-8.0.3 → activemodel-8.1.0}/lib/active_model/translation.rb +0 -0
  1980. /data/vendor/bundle/ruby/3.4.0/gems/{activemodel-8.0.3 → activemodel-8.1.0}/lib/active_model/type/binary.rb +0 -0
  1981. /data/vendor/bundle/ruby/3.4.0/gems/{activemodel-8.0.3 → activemodel-8.1.0}/lib/active_model/type/helpers/accepts_multiparameter_time.rb +0 -0
  1982. /data/vendor/bundle/ruby/3.4.0/gems/{activemodel-8.0.3 → activemodel-8.1.0}/lib/active_model/type/helpers/mutable.rb +0 -0
  1983. /data/vendor/bundle/ruby/3.4.0/gems/{activemodel-8.0.3 → activemodel-8.1.0}/lib/active_model/type/helpers/numeric.rb +0 -0
  1984. /data/vendor/bundle/ruby/3.4.0/gems/{activemodel-8.0.3 → activemodel-8.1.0}/lib/active_model/type/helpers/time_value.rb +0 -0
  1985. /data/vendor/bundle/ruby/3.4.0/gems/{activemodel-8.0.3 → activemodel-8.1.0}/lib/active_model/type/helpers/timezone.rb +0 -0
  1986. /data/vendor/bundle/ruby/3.4.0/gems/{activemodel-8.0.3 → activemodel-8.1.0}/lib/active_model/type/registry.rb +0 -0
  1987. /data/vendor/bundle/ruby/3.4.0/gems/{activemodel-8.0.3 → activemodel-8.1.0}/lib/active_model/type/serialize_cast_value.rb +0 -0
  1988. /data/vendor/bundle/ruby/3.4.0/gems/{activemodel-8.0.3 → activemodel-8.1.0}/lib/active_model/type/time.rb +0 -0
  1989. /data/vendor/bundle/ruby/3.4.0/gems/{activemodel-8.0.3 → activemodel-8.1.0}/lib/active_model/type.rb +0 -0
  1990. /data/vendor/bundle/ruby/3.4.0/gems/{activemodel-8.0.3 → activemodel-8.1.0}/lib/active_model/validations/absence.rb +0 -0
  1991. /data/vendor/bundle/ruby/3.4.0/gems/{activemodel-8.0.3 → activemodel-8.1.0}/lib/active_model/validations/acceptance.rb +0 -0
  1992. /data/vendor/bundle/ruby/3.4.0/gems/{activemodel-8.0.3 → activemodel-8.1.0}/lib/active_model/validations/clusivity.rb +0 -0
  1993. /data/vendor/bundle/ruby/3.4.0/gems/{activemodel-8.0.3 → activemodel-8.1.0}/lib/active_model/validations/comparability.rb +0 -0
  1994. /data/vendor/bundle/ruby/3.4.0/gems/{activemodel-8.0.3 → activemodel-8.1.0}/lib/active_model/validations/comparison.rb +0 -0
  1995. /data/vendor/bundle/ruby/3.4.0/gems/{activemodel-8.0.3 → activemodel-8.1.0}/lib/active_model/validations/confirmation.rb +0 -0
  1996. /data/vendor/bundle/ruby/3.4.0/gems/{activemodel-8.0.3 → activemodel-8.1.0}/lib/active_model/validations/exclusion.rb +0 -0
  1997. /data/vendor/bundle/ruby/3.4.0/gems/{activemodel-8.0.3 → activemodel-8.1.0}/lib/active_model/validations/format.rb +0 -0
  1998. /data/vendor/bundle/ruby/3.4.0/gems/{activemodel-8.0.3 → activemodel-8.1.0}/lib/active_model/validations/helper_methods.rb +0 -0
  1999. /data/vendor/bundle/ruby/3.4.0/gems/{activemodel-8.0.3 → activemodel-8.1.0}/lib/active_model/validations/inclusion.rb +0 -0
  2000. /data/vendor/bundle/ruby/3.4.0/gems/{activemodel-8.0.3 → activemodel-8.1.0}/lib/active_model/validations/length.rb +0 -0
  2001. /data/vendor/bundle/ruby/3.4.0/gems/{activemodel-8.0.3 → activemodel-8.1.0}/lib/active_model/validations/numericality.rb +0 -0
  2002. /data/vendor/bundle/ruby/3.4.0/gems/{activemodel-8.0.3 → activemodel-8.1.0}/lib/active_model/validations/presence.rb +0 -0
  2003. /data/vendor/bundle/ruby/3.4.0/gems/{activemodel-8.0.3 → activemodel-8.1.0}/lib/active_model/validations/resolve_value.rb +0 -0
  2004. /data/vendor/bundle/ruby/3.4.0/gems/{activemodel-8.0.3 → activemodel-8.1.0}/lib/active_model/validations/validates.rb +0 -0
  2005. /data/vendor/bundle/ruby/3.4.0/gems/{activemodel-8.0.3 → activemodel-8.1.0}/lib/active_model/validations/with.rb +0 -0
  2006. /data/vendor/bundle/ruby/3.4.0/gems/{activemodel-8.0.3 → activemodel-8.1.0}/lib/active_model/validator.rb +0 -0
  2007. /data/vendor/bundle/ruby/3.4.0/gems/{activemodel-8.0.3 → activemodel-8.1.0}/lib/active_model/version.rb +0 -0
  2008. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/MIT-LICENSE +0 -0
  2009. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/examples/performance.rb +0 -0
  2010. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/examples/simple.rb +0 -0
  2011. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/aggregations.rb +0 -0
  2012. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/associations/alias_tracker.rb +0 -0
  2013. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/associations/association_scope.rb +0 -0
  2014. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/associations/belongs_to_polymorphic_association.rb +0 -0
  2015. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/associations/builder/has_and_belongs_to_many.rb +0 -0
  2016. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/associations/builder/has_many.rb +0 -0
  2017. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/associations/collection_association.rb +0 -0
  2018. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/associations/disable_joins_association_scope.rb +0 -0
  2019. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/associations/foreign_association.rb +0 -0
  2020. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/associations/has_many_association.rb +0 -0
  2021. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/associations/has_many_through_association.rb +0 -0
  2022. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/associations/has_one_association.rb +0 -0
  2023. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/associations/has_one_through_association.rb +0 -0
  2024. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/associations/join_dependency/join_association.rb +0 -0
  2025. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/associations/join_dependency/join_base.rb +0 -0
  2026. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/associations/join_dependency/join_part.rb +0 -0
  2027. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/associations/nested_error.rb +0 -0
  2028. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/associations/preloader/association.rb +0 -0
  2029. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/associations/preloader/batch.rb +0 -0
  2030. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/associations/preloader/through_association.rb +0 -0
  2031. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/associations/preloader.rb +0 -0
  2032. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/associations/singular_association.rb +0 -0
  2033. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/associations/through_association.rb +0 -0
  2034. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/asynchronous_queries_tracker.rb +0 -0
  2035. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/attribute_assignment.rb +0 -0
  2036. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/attribute_methods/before_type_cast.rb +0 -0
  2037. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/attribute_methods/composite_primary_key.rb +0 -0
  2038. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/attribute_methods/dirty.rb +0 -0
  2039. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/attribute_methods/primary_key.rb +0 -0
  2040. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/attribute_methods/query.rb +0 -0
  2041. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/attribute_methods/read.rb +0 -0
  2042. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/attribute_methods/write.rb +0 -0
  2043. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/attribute_methods.rb +0 -0
  2044. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/callbacks.rb +0 -0
  2045. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/coders/column_serializer.rb +0 -0
  2046. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/coders/yaml_column.rb +0 -0
  2047. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/connection_adapters/abstract/database_limits.rb +0 -0
  2048. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/connection_adapters/abstract/savepoints.rb +0 -0
  2049. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/connection_adapters/deduplicable.rb +0 -0
  2050. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/connection_adapters/mysql/column.rb +0 -0
  2051. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/connection_adapters/mysql/explain_pretty_printer.rb +0 -0
  2052. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/connection_adapters/mysql/quoting.rb +0 -0
  2053. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/connection_adapters/mysql/schema_dumper.rb +0 -0
  2054. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/connection_adapters/mysql/type_metadata.rb +0 -0
  2055. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/connection_adapters/pool_config.rb +0 -0
  2056. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/connection_adapters/pool_manager.rb +0 -0
  2057. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/connection_adapters/postgresql/explain_pretty_printer.rb +0 -0
  2058. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/connection_adapters/postgresql/oid/bit.rb +0 -0
  2059. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/connection_adapters/postgresql/oid/bit_varying.rb +0 -0
  2060. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/connection_adapters/postgresql/oid/bytea.rb +0 -0
  2061. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/connection_adapters/postgresql/oid/cidr.rb +0 -0
  2062. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/connection_adapters/postgresql/oid/date.rb +0 -0
  2063. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/connection_adapters/postgresql/oid/date_time.rb +0 -0
  2064. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/connection_adapters/postgresql/oid/decimal.rb +0 -0
  2065. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/connection_adapters/postgresql/oid/enum.rb +0 -0
  2066. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/connection_adapters/postgresql/oid/hstore.rb +0 -0
  2067. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/connection_adapters/postgresql/oid/inet.rb +0 -0
  2068. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/connection_adapters/postgresql/oid/interval.rb +0 -0
  2069. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/connection_adapters/postgresql/oid/jsonb.rb +0 -0
  2070. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/connection_adapters/postgresql/oid/legacy_point.rb +0 -0
  2071. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/connection_adapters/postgresql/oid/macaddr.rb +0 -0
  2072. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/connection_adapters/postgresql/oid/money.rb +0 -0
  2073. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/connection_adapters/postgresql/oid/oid.rb +0 -0
  2074. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/connection_adapters/postgresql/oid/point.rb +0 -0
  2075. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/connection_adapters/postgresql/oid/range.rb +0 -0
  2076. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/connection_adapters/postgresql/oid/specialized_string.rb +0 -0
  2077. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/connection_adapters/postgresql/oid/timestamp.rb +0 -0
  2078. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/connection_adapters/postgresql/oid/timestamp_with_time_zone.rb +0 -0
  2079. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/connection_adapters/postgresql/oid/uuid.rb +0 -0
  2080. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/connection_adapters/postgresql/oid/vector.rb +0 -0
  2081. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/connection_adapters/postgresql/oid/xml.rb +0 -0
  2082. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/connection_adapters/postgresql/oid.rb +0 -0
  2083. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/connection_adapters/postgresql/referential_integrity.rb +0 -0
  2084. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/connection_adapters/postgresql/type_metadata.rb +0 -0
  2085. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/connection_adapters/postgresql/utils.rb +0 -0
  2086. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/connection_adapters/sql_type_metadata.rb +0 -0
  2087. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/connection_adapters/sqlite3/column.rb +0 -0
  2088. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/connection_adapters/sqlite3/explain_pretty_printer.rb +0 -0
  2089. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/connection_adapters/sqlite3/schema_creation.rb +0 -0
  2090. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/connection_adapters/sqlite3/schema_definitions.rb +0 -0
  2091. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/connection_adapters/sqlite3/schema_dumper.rb +0 -0
  2092. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/connection_adapters/statement_pool.rb +0 -0
  2093. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/database_configurations/connection_url_resolver.rb +0 -0
  2094. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/deprecator.rb +0 -0
  2095. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/destroy_association_async_job.rb +0 -0
  2096. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/disable_joins_association_relation.rb +0 -0
  2097. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/encryption/auto_filtered_parameters.rb +0 -0
  2098. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/encryption/cipher/aes256_gcm.rb +0 -0
  2099. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/encryption/cipher.rb +0 -0
  2100. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/encryption/config.rb +0 -0
  2101. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/encryption/configurable.rb +0 -0
  2102. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/encryption/context.rb +0 -0
  2103. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/encryption/contexts.rb +0 -0
  2104. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/encryption/derived_secret_key_provider.rb +0 -0
  2105. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/encryption/deterministic_key_provider.rb +0 -0
  2106. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/encryption/encrypted_fixtures.rb +0 -0
  2107. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/encryption/encrypting_only_encryptor.rb +0 -0
  2108. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/encryption/envelope_encryption_key_provider.rb +0 -0
  2109. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/encryption/errors.rb +0 -0
  2110. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/encryption/extended_deterministic_queries.rb +0 -0
  2111. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/encryption/extended_deterministic_uniqueness_validator.rb +0 -0
  2112. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/encryption/key.rb +0 -0
  2113. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/encryption/key_generator.rb +0 -0
  2114. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/encryption/key_provider.rb +0 -0
  2115. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/encryption/message.rb +0 -0
  2116. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/encryption/message_pack_message_serializer.rb +0 -0
  2117. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/encryption/message_serializer.rb +0 -0
  2118. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/encryption/null_encryptor.rb +0 -0
  2119. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/encryption/properties.rb +0 -0
  2120. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/encryption/read_only_null_encryptor.rb +0 -0
  2121. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/encryption.rb +0 -0
  2122. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/fixture_set/file.rb +0 -0
  2123. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/fixture_set/model_metadata.rb +0 -0
  2124. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/fixture_set/render_context.rb +0 -0
  2125. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/fixture_set/table_row.rb +0 -0
  2126. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/fixture_set/table_rows.rb +0 -0
  2127. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/future_result.rb +0 -0
  2128. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/integration.rb +0 -0
  2129. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/internal_metadata.rb +0 -0
  2130. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/legacy_yaml_adapter.rb +0 -0
  2131. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/locale/en.yml +0 -0
  2132. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/marshalling.rb +0 -0
  2133. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/message_pack.rb +0 -0
  2134. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/middleware/database_selector/resolver/session.rb +0 -0
  2135. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/middleware/database_selector/resolver.rb +0 -0
  2136. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/middleware/database_selector.rb +0 -0
  2137. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/migration/default_strategy.rb +0 -0
  2138. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/migration/execution_strategy.rb +0 -0
  2139. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/migration/join_table.rb +0 -0
  2140. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/migration/pending_migration_connection.rb +0 -0
  2141. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/no_touching.rb +0 -0
  2142. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/promise.rb +0 -0
  2143. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/query_logs_formatter.rb +0 -0
  2144. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/querying.rb +0 -0
  2145. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/railties/console_sandbox.rb +0 -0
  2146. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/readonly_attributes.rb +0 -0
  2147. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/relation/batches/batch_enumerator.rb +0 -0
  2148. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/relation/from_clause.rb +0 -0
  2149. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/relation/merger.rb +0 -0
  2150. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/relation/predicate_builder/array_handler.rb +0 -0
  2151. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/relation/predicate_builder/basic_object_handler.rb +0 -0
  2152. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/relation/predicate_builder/range_handler.rb +0 -0
  2153. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/relation/predicate_builder/relation_handler.rb +0 -0
  2154. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/relation/spawn_methods.rb +0 -0
  2155. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/schema.rb +0 -0
  2156. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/schema_migration.rb +0 -0
  2157. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/scoping/default.rb +0 -0
  2158. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/scoping/named.rb +0 -0
  2159. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/secure_password.rb +0 -0
  2160. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/secure_token.rb +0 -0
  2161. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/serialization.rb +0 -0
  2162. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/suppressor.rb +0 -0
  2163. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/token_for.rb +0 -0
  2164. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/touch_later.rb +0 -0
  2165. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/translation.rb +0 -0
  2166. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/type/adapter_specific_registry.rb +0 -0
  2167. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/type/date.rb +0 -0
  2168. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/type/date_time.rb +0 -0
  2169. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/type/decimal_without_scale.rb +0 -0
  2170. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/type/text.rb +0 -0
  2171. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/type/time.rb +0 -0
  2172. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/type/unsigned_integer.rb +0 -0
  2173. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/type.rb +0 -0
  2174. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/type_caster/map.rb +0 -0
  2175. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/type_caster.rb +0 -0
  2176. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/validations/absence.rb +0 -0
  2177. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/validations/length.rb +0 -0
  2178. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/validations/numericality.rb +0 -0
  2179. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/validations/presence.rb +0 -0
  2180. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/validations/uniqueness.rb +0 -0
  2181. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/validations.rb +0 -0
  2182. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/version.rb +0 -0
  2183. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/arel/attributes/attribute.rb +0 -0
  2184. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/arel/collectors/bind.rb +0 -0
  2185. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/arel/collectors/composite.rb +0 -0
  2186. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/arel/collectors/plain_string.rb +0 -0
  2187. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/arel/collectors/sql_string.rb +0 -0
  2188. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/arel/collectors/substitute_binds.rb +0 -0
  2189. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/arel/delete_manager.rb +0 -0
  2190. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/arel/errors.rb +0 -0
  2191. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/arel/expressions.rb +0 -0
  2192. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/arel/factory_methods.rb +0 -0
  2193. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/arel/filter_predications.rb +0 -0
  2194. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/arel/insert_manager.rb +0 -0
  2195. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/arel/math.rb +0 -0
  2196. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/arel/nodes/ascending.rb +0 -0
  2197. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/arel/nodes/binary.rb +0 -0
  2198. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/arel/nodes/bind_param.rb +0 -0
  2199. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/arel/nodes/bound_sql_literal.rb +0 -0
  2200. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/arel/nodes/case.rb +0 -0
  2201. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/arel/nodes/casted.rb +0 -0
  2202. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/arel/nodes/comment.rb +0 -0
  2203. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/arel/nodes/cte.rb +0 -0
  2204. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/arel/nodes/delete_statement.rb +0 -0
  2205. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/arel/nodes/descending.rb +0 -0
  2206. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/arel/nodes/equality.rb +0 -0
  2207. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/arel/nodes/extract.rb +0 -0
  2208. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/arel/nodes/false.rb +0 -0
  2209. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/arel/nodes/filter.rb +0 -0
  2210. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/arel/nodes/fragments.rb +0 -0
  2211. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/arel/nodes/full_outer_join.rb +0 -0
  2212. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/arel/nodes/grouping.rb +0 -0
  2213. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/arel/nodes/homogeneous_in.rb +0 -0
  2214. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/arel/nodes/in.rb +0 -0
  2215. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/arel/nodes/infix_operation.rb +0 -0
  2216. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/arel/nodes/inner_join.rb +0 -0
  2217. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/arel/nodes/insert_statement.rb +0 -0
  2218. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/arel/nodes/join_source.rb +0 -0
  2219. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/arel/nodes/leading_join.rb +0 -0
  2220. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/arel/nodes/matches.rb +0 -0
  2221. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/arel/nodes/nary.rb +0 -0
  2222. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/arel/nodes/node_expression.rb +0 -0
  2223. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/arel/nodes/ordering.rb +0 -0
  2224. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/arel/nodes/outer_join.rb +0 -0
  2225. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/arel/nodes/over.rb +0 -0
  2226. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/arel/nodes/regexp.rb +0 -0
  2227. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/arel/nodes/right_outer_join.rb +0 -0
  2228. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/arel/nodes/select_core.rb +0 -0
  2229. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/arel/nodes/select_statement.rb +0 -0
  2230. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/arel/nodes/sql_literal.rb +0 -0
  2231. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/arel/nodes/string_join.rb +0 -0
  2232. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/arel/nodes/table_alias.rb +0 -0
  2233. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/arel/nodes/terminal.rb +0 -0
  2234. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/arel/nodes/true.rb +0 -0
  2235. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/arel/nodes/unary.rb +0 -0
  2236. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/arel/nodes/unary_operation.rb +0 -0
  2237. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/arel/nodes/unqualified_column.rb +0 -0
  2238. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/arel/nodes/update_statement.rb +0 -0
  2239. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/arel/nodes/values_list.rb +0 -0
  2240. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/arel/nodes/window.rb +0 -0
  2241. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/arel/nodes/with.rb +0 -0
  2242. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/arel/order_predications.rb +0 -0
  2243. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/arel/predications.rb +0 -0
  2244. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/arel/table.rb +0 -0
  2245. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/arel/tree_manager.rb +0 -0
  2246. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/arel/update_manager.rb +0 -0
  2247. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/arel/visitors/mysql.rb +0 -0
  2248. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/arel/visitors/visitor.rb +0 -0
  2249. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/arel/visitors.rb +0 -0
  2250. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/arel/window_predications.rb +0 -0
  2251. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/rails/generators/active_record/application_record/application_record_generator.rb +0 -0
  2252. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/rails/generators/active_record/application_record/templates/application_record.rb.tt +0 -0
  2253. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/rails/generators/active_record/migration/migration_generator.rb +0 -0
  2254. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/rails/generators/active_record/migration/templates/create_table_migration.rb.tt +0 -0
  2255. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/rails/generators/active_record/migration/templates/migration.rb.tt +0 -0
  2256. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/rails/generators/active_record/migration.rb +0 -0
  2257. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/rails/generators/active_record/model/USAGE +0 -0
  2258. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/rails/generators/active_record/model/model_generator.rb +0 -0
  2259. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/rails/generators/active_record/model/templates/abstract_base_class.rb.tt +0 -0
  2260. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/rails/generators/active_record/model/templates/model.rb.tt +0 -0
  2261. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/rails/generators/active_record/model/templates/module.rb.tt +0 -0
  2262. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/rails/generators/active_record/multi_db/multi_db_generator.rb +0 -0
  2263. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/rails/generators/active_record/multi_db/templates/multi_db.rb.tt +0 -0
  2264. /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/rails/generators/active_record.rb +0 -0
  2265. /data/vendor/bundle/ruby/3.4.0/gems/{activestorage-8.0.3 → activestorage-8.1.0}/MIT-LICENSE +0 -0
  2266. /data/vendor/bundle/ruby/3.4.0/gems/{activestorage-8.0.3 → activestorage-8.1.0}/app/controllers/active_storage/base_controller.rb +0 -0
  2267. /data/vendor/bundle/ruby/3.4.0/gems/{activestorage-8.0.3 → activestorage-8.1.0}/app/controllers/active_storage/blobs/proxy_controller.rb +0 -0
  2268. /data/vendor/bundle/ruby/3.4.0/gems/{activestorage-8.0.3 → activestorage-8.1.0}/app/controllers/active_storage/blobs/redirect_controller.rb +0 -0
  2269. /data/vendor/bundle/ruby/3.4.0/gems/{activestorage-8.0.3 → activestorage-8.1.0}/app/controllers/active_storage/direct_uploads_controller.rb +0 -0
  2270. /data/vendor/bundle/ruby/3.4.0/gems/{activestorage-8.0.3 → activestorage-8.1.0}/app/controllers/active_storage/disk_controller.rb +0 -0
  2271. /data/vendor/bundle/ruby/3.4.0/gems/{activestorage-8.0.3 → activestorage-8.1.0}/app/controllers/active_storage/representations/base_controller.rb +0 -0
  2272. /data/vendor/bundle/ruby/3.4.0/gems/{activestorage-8.0.3 → activestorage-8.1.0}/app/controllers/active_storage/representations/proxy_controller.rb +0 -0
  2273. /data/vendor/bundle/ruby/3.4.0/gems/{activestorage-8.0.3 → activestorage-8.1.0}/app/controllers/active_storage/representations/redirect_controller.rb +0 -0
  2274. /data/vendor/bundle/ruby/3.4.0/gems/{activestorage-8.0.3 → activestorage-8.1.0}/app/controllers/concerns/active_storage/disable_session.rb +0 -0
  2275. /data/vendor/bundle/ruby/3.4.0/gems/{activestorage-8.0.3 → activestorage-8.1.0}/app/controllers/concerns/active_storage/file_server.rb +0 -0
  2276. /data/vendor/bundle/ruby/3.4.0/gems/{activestorage-8.0.3 → activestorage-8.1.0}/app/controllers/concerns/active_storage/set_blob.rb +0 -0
  2277. /data/vendor/bundle/ruby/3.4.0/gems/{activestorage-8.0.3 → activestorage-8.1.0}/app/controllers/concerns/active_storage/set_current.rb +0 -0
  2278. /data/vendor/bundle/ruby/3.4.0/gems/{activestorage-8.0.3 → activestorage-8.1.0}/app/controllers/concerns/active_storage/streaming.rb +0 -0
  2279. /data/vendor/bundle/ruby/3.4.0/gems/{activestorage-8.0.3 → activestorage-8.1.0}/app/javascript/activestorage/blob_record.js +0 -0
  2280. /data/vendor/bundle/ruby/3.4.0/gems/{activestorage-8.0.3 → activestorage-8.1.0}/app/javascript/activestorage/blob_upload.js +0 -0
  2281. /data/vendor/bundle/ruby/3.4.0/gems/{activestorage-8.0.3 → activestorage-8.1.0}/app/javascript/activestorage/direct_upload.js +0 -0
  2282. /data/vendor/bundle/ruby/3.4.0/gems/{activestorage-8.0.3 → activestorage-8.1.0}/app/javascript/activestorage/direct_uploads_controller.js +0 -0
  2283. /data/vendor/bundle/ruby/3.4.0/gems/{activestorage-8.0.3 → activestorage-8.1.0}/app/javascript/activestorage/file_checksum.js +0 -0
  2284. /data/vendor/bundle/ruby/3.4.0/gems/{activestorage-8.0.3 → activestorage-8.1.0}/app/javascript/activestorage/helpers.js +0 -0
  2285. /data/vendor/bundle/ruby/3.4.0/gems/{activestorage-8.0.3 → activestorage-8.1.0}/app/javascript/activestorage/index.js +0 -0
  2286. /data/vendor/bundle/ruby/3.4.0/gems/{activestorage-8.0.3 → activestorage-8.1.0}/app/javascript/activestorage/ujs.js +0 -0
  2287. /data/vendor/bundle/ruby/3.4.0/gems/{activestorage-8.0.3 → activestorage-8.1.0}/app/jobs/active_storage/analyze_job.rb +0 -0
  2288. /data/vendor/bundle/ruby/3.4.0/gems/{activestorage-8.0.3 → activestorage-8.1.0}/app/jobs/active_storage/base_job.rb +0 -0
  2289. /data/vendor/bundle/ruby/3.4.0/gems/{activestorage-8.0.3 → activestorage-8.1.0}/app/jobs/active_storage/mirror_job.rb +0 -0
  2290. /data/vendor/bundle/ruby/3.4.0/gems/{activestorage-8.0.3 → activestorage-8.1.0}/app/jobs/active_storage/preview_image_job.rb +0 -0
  2291. /data/vendor/bundle/ruby/3.4.0/gems/{activestorage-8.0.3 → activestorage-8.1.0}/app/jobs/active_storage/purge_job.rb +0 -0
  2292. /data/vendor/bundle/ruby/3.4.0/gems/{activestorage-8.0.3 → activestorage-8.1.0}/app/jobs/active_storage/transform_job.rb +0 -0
  2293. /data/vendor/bundle/ruby/3.4.0/gems/{activestorage-8.0.3 → activestorage-8.1.0}/app/models/active_storage/attachment.rb +0 -0
  2294. /data/vendor/bundle/ruby/3.4.0/gems/{activestorage-8.0.3 → activestorage-8.1.0}/app/models/active_storage/blob/analyzable.rb +0 -0
  2295. /data/vendor/bundle/ruby/3.4.0/gems/{activestorage-8.0.3 → activestorage-8.1.0}/app/models/active_storage/blob/identifiable.rb +0 -0
  2296. /data/vendor/bundle/ruby/3.4.0/gems/{activestorage-8.0.3 → activestorage-8.1.0}/app/models/active_storage/blob/representable.rb +0 -0
  2297. /data/vendor/bundle/ruby/3.4.0/gems/{activestorage-8.0.3 → activestorage-8.1.0}/app/models/active_storage/blob/servable.rb +0 -0
  2298. /data/vendor/bundle/ruby/3.4.0/gems/{activestorage-8.0.3 → activestorage-8.1.0}/app/models/active_storage/blob.rb +0 -0
  2299. /data/vendor/bundle/ruby/3.4.0/gems/{activestorage-8.0.3 → activestorage-8.1.0}/app/models/active_storage/current.rb +0 -0
  2300. /data/vendor/bundle/ruby/3.4.0/gems/{activestorage-8.0.3 → activestorage-8.1.0}/app/models/active_storage/named_variant.rb +0 -0
  2301. /data/vendor/bundle/ruby/3.4.0/gems/{activestorage-8.0.3 → activestorage-8.1.0}/app/models/active_storage/preview.rb +0 -0
  2302. /data/vendor/bundle/ruby/3.4.0/gems/{activestorage-8.0.3 → activestorage-8.1.0}/app/models/active_storage/record.rb +0 -0
  2303. /data/vendor/bundle/ruby/3.4.0/gems/{activestorage-8.0.3 → activestorage-8.1.0}/app/models/active_storage/variant_record.rb +0 -0
  2304. /data/vendor/bundle/ruby/3.4.0/gems/{activestorage-8.0.3 → activestorage-8.1.0}/app/models/active_storage/variant_with_record.rb +0 -0
  2305. /data/vendor/bundle/ruby/3.4.0/gems/{activestorage-8.0.3 → activestorage-8.1.0}/config/routes.rb +0 -0
  2306. /data/vendor/bundle/ruby/3.4.0/gems/{activestorage-8.0.3 → activestorage-8.1.0}/db/migrate/20170806125915_create_active_storage_tables.rb +0 -0
  2307. /data/vendor/bundle/ruby/3.4.0/gems/{activestorage-8.0.3 → activestorage-8.1.0}/db/update_migrate/20190112182829_add_service_name_to_active_storage_blobs.rb +0 -0
  2308. /data/vendor/bundle/ruby/3.4.0/gems/{activestorage-8.0.3 → activestorage-8.1.0}/db/update_migrate/20191206030411_create_active_storage_variant_records.rb +0 -0
  2309. /data/vendor/bundle/ruby/3.4.0/gems/{activestorage-8.0.3 → activestorage-8.1.0}/db/update_migrate/20211119233751_remove_not_null_on_active_storage_blobs_checksum.rb +0 -0
  2310. /data/vendor/bundle/ruby/3.4.0/gems/{activestorage-8.0.3 → activestorage-8.1.0}/lib/active_storage/analyzer/audio_analyzer.rb +0 -0
  2311. /data/vendor/bundle/ruby/3.4.0/gems/{activestorage-8.0.3 → activestorage-8.1.0}/lib/active_storage/analyzer/null_analyzer.rb +0 -0
  2312. /data/vendor/bundle/ruby/3.4.0/gems/{activestorage-8.0.3 → activestorage-8.1.0}/lib/active_storage/analyzer/video_analyzer.rb +0 -0
  2313. /data/vendor/bundle/ruby/3.4.0/gems/{activestorage-8.0.3 → activestorage-8.1.0}/lib/active_storage/analyzer.rb +0 -0
  2314. /data/vendor/bundle/ruby/3.4.0/gems/{activestorage-8.0.3 → activestorage-8.1.0}/lib/active_storage/attached/changes/create_many.rb +0 -0
  2315. /data/vendor/bundle/ruby/3.4.0/gems/{activestorage-8.0.3 → activestorage-8.1.0}/lib/active_storage/attached/changes/create_one.rb +0 -0
  2316. /data/vendor/bundle/ruby/3.4.0/gems/{activestorage-8.0.3 → activestorage-8.1.0}/lib/active_storage/attached/changes/create_one_of_many.rb +0 -0
  2317. /data/vendor/bundle/ruby/3.4.0/gems/{activestorage-8.0.3 → activestorage-8.1.0}/lib/active_storage/attached/changes/delete_many.rb +0 -0
  2318. /data/vendor/bundle/ruby/3.4.0/gems/{activestorage-8.0.3 → activestorage-8.1.0}/lib/active_storage/attached/changes/delete_one.rb +0 -0
  2319. /data/vendor/bundle/ruby/3.4.0/gems/{activestorage-8.0.3 → activestorage-8.1.0}/lib/active_storage/attached/changes/detach_many.rb +0 -0
  2320. /data/vendor/bundle/ruby/3.4.0/gems/{activestorage-8.0.3 → activestorage-8.1.0}/lib/active_storage/attached/changes/detach_one.rb +0 -0
  2321. /data/vendor/bundle/ruby/3.4.0/gems/{activestorage-8.0.3 → activestorage-8.1.0}/lib/active_storage/attached/changes/purge_many.rb +0 -0
  2322. /data/vendor/bundle/ruby/3.4.0/gems/{activestorage-8.0.3 → activestorage-8.1.0}/lib/active_storage/attached/changes/purge_one.rb +0 -0
  2323. /data/vendor/bundle/ruby/3.4.0/gems/{activestorage-8.0.3 → activestorage-8.1.0}/lib/active_storage/attached/changes.rb +0 -0
  2324. /data/vendor/bundle/ruby/3.4.0/gems/{activestorage-8.0.3 → activestorage-8.1.0}/lib/active_storage/attached/many.rb +0 -0
  2325. /data/vendor/bundle/ruby/3.4.0/gems/{activestorage-8.0.3 → activestorage-8.1.0}/lib/active_storage/attached/model.rb +0 -0
  2326. /data/vendor/bundle/ruby/3.4.0/gems/{activestorage-8.0.3 → activestorage-8.1.0}/lib/active_storage/attached/one.rb +0 -0
  2327. /data/vendor/bundle/ruby/3.4.0/gems/{activestorage-8.0.3 → activestorage-8.1.0}/lib/active_storage/deprecator.rb +0 -0
  2328. /data/vendor/bundle/ruby/3.4.0/gems/{activestorage-8.0.3 → activestorage-8.1.0}/lib/active_storage/downloader.rb +0 -0
  2329. /data/vendor/bundle/ruby/3.4.0/gems/{activestorage-8.0.3 → activestorage-8.1.0}/lib/active_storage/errors.rb +0 -0
  2330. /data/vendor/bundle/ruby/3.4.0/gems/{activestorage-8.0.3 → activestorage-8.1.0}/lib/active_storage/fixture_set.rb +0 -0
  2331. /data/vendor/bundle/ruby/3.4.0/gems/{activestorage-8.0.3 → activestorage-8.1.0}/lib/active_storage/previewer/mupdf_previewer.rb +0 -0
  2332. /data/vendor/bundle/ruby/3.4.0/gems/{activestorage-8.0.3 → activestorage-8.1.0}/lib/active_storage/previewer/poppler_pdf_previewer.rb +0 -0
  2333. /data/vendor/bundle/ruby/3.4.0/gems/{activestorage-8.0.3 → activestorage-8.1.0}/lib/active_storage/previewer/video_previewer.rb +0 -0
  2334. /data/vendor/bundle/ruby/3.4.0/gems/{activestorage-8.0.3 → activestorage-8.1.0}/lib/active_storage/previewer.rb +0 -0
  2335. /data/vendor/bundle/ruby/3.4.0/gems/{activestorage-8.0.3 → activestorage-8.1.0}/lib/active_storage/reflection.rb +0 -0
  2336. /data/vendor/bundle/ruby/3.4.0/gems/{activestorage-8.0.3 → activestorage-8.1.0}/lib/active_storage/service/disk_service.rb +0 -0
  2337. /data/vendor/bundle/ruby/3.4.0/gems/{activestorage-8.0.3 → activestorage-8.1.0}/lib/active_storage/service/s3_service.rb +0 -0
  2338. /data/vendor/bundle/ruby/3.4.0/gems/{activestorage-8.0.3 → activestorage-8.1.0}/lib/active_storage/transformers/transformer.rb +0 -0
  2339. /data/vendor/bundle/ruby/3.4.0/gems/{activestorage-8.0.3 → activestorage-8.1.0}/lib/active_storage/version.rb +0 -0
  2340. /data/vendor/bundle/ruby/3.4.0/gems/{activestorage-8.0.3 → activestorage-8.1.0}/lib/tasks/activestorage.rake +0 -0
  2341. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/MIT-LICENSE +0 -0
  2342. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/README.rdoc +0 -0
  2343. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/actionable_error.rb +0 -0
  2344. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/all.rb +0 -0
  2345. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/array_inquirer.rb +0 -0
  2346. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/benchmark.rb +0 -0
  2347. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/benchmarkable.rb +0 -0
  2348. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/broadcast_logger.rb +0 -0
  2349. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/builder.rb +0 -0
  2350. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/cache/coder.rb +0 -0
  2351. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/cache/entry.rb +0 -0
  2352. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/cache/file_store.rb +0 -0
  2353. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/cache/memory_store.rb +0 -0
  2354. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/cache/null_store.rb +0 -0
  2355. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/cache/serializer_with_fallback.rb +0 -0
  2356. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/class_attribute.rb +0 -0
  2357. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/code_generator.rb +0 -0
  2358. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/concern.rb +0 -0
  2359. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/concurrency/null_lock.rb +0 -0
  2360. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/concurrency/share_lock.rb +0 -0
  2361. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/configuration_file.rb +0 -0
  2362. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/core_ext/array/access.rb +0 -0
  2363. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/core_ext/array/conversions.rb +0 -0
  2364. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/core_ext/array/extract.rb +0 -0
  2365. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/core_ext/array/extract_options.rb +0 -0
  2366. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/core_ext/array/grouping.rb +0 -0
  2367. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/core_ext/array/inquiry.rb +0 -0
  2368. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/core_ext/array/wrap.rb +0 -0
  2369. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/core_ext/big_decimal/conversions.rb +0 -0
  2370. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/core_ext/class/attribute_accessors.rb +0 -0
  2371. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/core_ext/class/subclasses.rb +0 -0
  2372. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/core_ext/date/acts_like.rb +0 -0
  2373. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/core_ext/date/blank.rb +0 -0
  2374. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/core_ext/date/calculations.rb +0 -0
  2375. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/core_ext/date/conversions.rb +0 -0
  2376. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/core_ext/date/zones.rb +0 -0
  2377. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/core_ext/date_and_time/calculations.rb +0 -0
  2378. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/core_ext/date_and_time/zones.rb +0 -0
  2379. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/core_ext/date_time/acts_like.rb +0 -0
  2380. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/core_ext/date_time/blank.rb +0 -0
  2381. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/core_ext/date_time/calculations.rb +0 -0
  2382. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/core_ext/date_time/conversions.rb +0 -0
  2383. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/core_ext/digest/uuid.rb +0 -0
  2384. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/core_ext/file/atomic.rb +0 -0
  2385. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/core_ext/hash/conversions.rb +0 -0
  2386. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/core_ext/hash/deep_merge.rb +0 -0
  2387. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/core_ext/hash/deep_transform_values.rb +0 -0
  2388. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/core_ext/hash/except.rb +0 -0
  2389. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/core_ext/hash/indifferent_access.rb +0 -0
  2390. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/core_ext/hash/keys.rb +0 -0
  2391. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/core_ext/hash/reverse_merge.rb +0 -0
  2392. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/core_ext/hash/slice.rb +0 -0
  2393. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/core_ext/integer/inflections.rb +0 -0
  2394. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/core_ext/integer/multiple.rb +0 -0
  2395. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/core_ext/integer/time.rb +0 -0
  2396. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/core_ext/kernel/concern.rb +0 -0
  2397. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/core_ext/kernel/reporting.rb +0 -0
  2398. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/core_ext/kernel/singleton_class.rb +0 -0
  2399. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/core_ext/load_error.rb +0 -0
  2400. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/core_ext/module/aliasing.rb +0 -0
  2401. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/core_ext/module/anonymous.rb +0 -0
  2402. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/core_ext/module/attr_internal.rb +0 -0
  2403. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/core_ext/module/attribute_accessors.rb +0 -0
  2404. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/core_ext/module/attribute_accessors_per_thread.rb +0 -0
  2405. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/core_ext/module/concerning.rb +0 -0
  2406. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/core_ext/module/delegation.rb +0 -0
  2407. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/core_ext/module/deprecation.rb +0 -0
  2408. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/core_ext/module/introspection.rb +0 -0
  2409. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/core_ext/module/redefine_method.rb +0 -0
  2410. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/core_ext/module/remove_method.rb +0 -0
  2411. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/core_ext/name_error.rb +0 -0
  2412. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/core_ext/numeric/bytes.rb +0 -0
  2413. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/core_ext/numeric/conversions.rb +0 -0
  2414. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/core_ext/numeric/time.rb +0 -0
  2415. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/core_ext/object/acts_like.rb +0 -0
  2416. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/core_ext/object/blank.rb +0 -0
  2417. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/core_ext/object/conversions.rb +0 -0
  2418. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/core_ext/object/deep_dup.rb +0 -0
  2419. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/core_ext/object/duplicable.rb +0 -0
  2420. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/core_ext/object/inclusion.rb +0 -0
  2421. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/core_ext/object/instance_variables.rb +0 -0
  2422. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/core_ext/object/to_param.rb +0 -0
  2423. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/core_ext/object/try.rb +0 -0
  2424. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/core_ext/object/with.rb +0 -0
  2425. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/core_ext/object/with_options.rb +0 -0
  2426. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/core_ext/pathname/blank.rb +0 -0
  2427. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/core_ext/pathname/existence.rb +0 -0
  2428. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/core_ext/range/compare_range.rb +0 -0
  2429. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/core_ext/range/conversions.rb +0 -0
  2430. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/core_ext/range/overlap.rb +0 -0
  2431. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/core_ext/range/sole.rb +0 -0
  2432. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/core_ext/regexp.rb +0 -0
  2433. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/core_ext/securerandom.rb +0 -0
  2434. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/core_ext/string/access.rb +0 -0
  2435. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/core_ext/string/behavior.rb +0 -0
  2436. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/core_ext/string/conversions.rb +0 -0
  2437. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/core_ext/string/exclude.rb +0 -0
  2438. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/core_ext/string/filters.rb +0 -0
  2439. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/core_ext/string/indent.rb +0 -0
  2440. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/core_ext/string/inflections.rb +0 -0
  2441. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/core_ext/string/inquiry.rb +0 -0
  2442. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/core_ext/string/starts_ends_with.rb +0 -0
  2443. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/core_ext/string/strip.rb +0 -0
  2444. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/core_ext/string/zones.rb +0 -0
  2445. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/core_ext/symbol/starts_ends_with.rb +0 -0
  2446. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/core_ext/thread/backtrace/location.rb +0 -0
  2447. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/core_ext/time/acts_like.rb +0 -0
  2448. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/core_ext/time/conversions.rb +0 -0
  2449. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/core_ext/time/zones.rb +0 -0
  2450. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/deep_mergeable.rb +0 -0
  2451. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/delegation.rb +0 -0
  2452. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/dependencies/autoload.rb +0 -0
  2453. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/dependencies/require_dependency.rb +0 -0
  2454. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/deprecation/behaviors.rb +0 -0
  2455. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/deprecation/constant_accessor.rb +0 -0
  2456. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/deprecation/deprecators.rb +0 -0
  2457. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/deprecation/disallowed.rb +0 -0
  2458. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/deprecation/method_wrappers.rb +0 -0
  2459. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/deprecation/proxy_wrappers.rb +0 -0
  2460. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/deprecator.rb +0 -0
  2461. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/descendants_tracker.rb +0 -0
  2462. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/digest.rb +0 -0
  2463. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/duration/iso8601_parser.rb +0 -0
  2464. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/duration/iso8601_serializer.rb +0 -0
  2465. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/duration.rb +0 -0
  2466. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/encrypted_configuration.rb +0 -0
  2467. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/encrypted_file.rb +0 -0
  2468. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/environment_inquirer.rb +0 -0
  2469. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/error_reporter/test_helper.rb +0 -0
  2470. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/execution_context/test_helper.rb +0 -0
  2471. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/execution_wrapper.rb +0 -0
  2472. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/executor/test_helper.rb +0 -0
  2473. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/executor.rb +0 -0
  2474. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/fork_tracker.rb +0 -0
  2475. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/html_safe_translation.rb +0 -0
  2476. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/i18n.rb +0 -0
  2477. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/inflections.rb +0 -0
  2478. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/inflector/methods.rb +0 -0
  2479. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/inflector.rb +0 -0
  2480. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/json.rb +0 -0
  2481. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/key_generator.rb +0 -0
  2482. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/lazy_load_hooks.rb +0 -0
  2483. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/locale/en.rb +0 -0
  2484. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/locale/en.yml +0 -0
  2485. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/log_subscriber/test_helper.rb +0 -0
  2486. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/logger.rb +0 -0
  2487. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/logger_silence.rb +0 -0
  2488. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/logger_thread_safe_level.rb +0 -0
  2489. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/message_encryptor.rb +0 -0
  2490. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/message_pack/cache_serializer.rb +0 -0
  2491. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/message_pack/serializer.rb +0 -0
  2492. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/message_pack.rb +0 -0
  2493. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/message_verifier.rb +0 -0
  2494. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/messages/codec.rb +0 -0
  2495. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/messages/metadata.rb +0 -0
  2496. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/messages/rotation_configuration.rb +0 -0
  2497. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/messages/serializer_with_fallback.rb +0 -0
  2498. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/multibyte/unicode.rb +0 -0
  2499. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/notifications.rb +0 -0
  2500. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/number_helper/number_converter.rb +0 -0
  2501. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/number_helper/number_to_currency_converter.rb +0 -0
  2502. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/number_helper/number_to_delimited_converter.rb +0 -0
  2503. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/number_helper/number_to_human_converter.rb +0 -0
  2504. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/number_helper/number_to_human_size_converter.rb +0 -0
  2505. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/number_helper/number_to_percentage_converter.rb +0 -0
  2506. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/number_helper/number_to_phone_converter.rb +0 -0
  2507. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/number_helper/number_to_rounded_converter.rb +0 -0
  2508. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/number_helper/rounding_helper.rb +0 -0
  2509. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/number_helper.rb +0 -0
  2510. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/option_merger.rb +0 -0
  2511. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/ordered_hash.rb +0 -0
  2512. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/ordered_options.rb +0 -0
  2513. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/parameter_filter.rb +0 -0
  2514. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/rails.rb +0 -0
  2515. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/reloader.rb +0 -0
  2516. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/rescuable.rb +0 -0
  2517. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/secure_compare_rotator.rb +0 -0
  2518. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/security_utils.rb +0 -0
  2519. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/string_inquirer.rb +0 -0
  2520. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/tagged_logging.rb +0 -0
  2521. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/testing/autorun.rb +0 -0
  2522. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/testing/constant_lookup.rb +0 -0
  2523. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/testing/constant_stubbing.rb +0 -0
  2524. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/testing/declarative.rb +0 -0
  2525. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/testing/deprecation.rb +0 -0
  2526. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/testing/file_fixtures.rb +0 -0
  2527. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/testing/isolation.rb +0 -0
  2528. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/testing/method_call_assertions.rb +0 -0
  2529. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/testing/parallelize_executor.rb +0 -0
  2530. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/testing/setup_and_teardown.rb +0 -0
  2531. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/testing/stream.rb +0 -0
  2532. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/testing/tagged_logging.rb +0 -0
  2533. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/time.rb +0 -0
  2534. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/version.rb +0 -0
  2535. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/xml_mini/jdom.rb +0 -0
  2536. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/xml_mini/libxml.rb +0 -0
  2537. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/xml_mini/libxmlsax.rb +0 -0
  2538. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/xml_mini/nokogiri.rb +0 -0
  2539. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/xml_mini/nokogirisax.rb +0 -0
  2540. /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/xml_mini/rexml.rb +0 -0
  2541. /data/vendor/bundle/ruby/3.4.0/gems/{fast_gettext-4.1.0 → fast_gettext-4.1.1}/CHANGELOG +0 -0
  2542. /data/vendor/bundle/ruby/3.4.0/gems/{fast_gettext-4.1.0 → fast_gettext-4.1.1}/LICENSE +0 -0
  2543. /data/vendor/bundle/ruby/3.4.0/gems/{fast_gettext-4.1.0 → fast_gettext-4.1.1}/Readme.md +0 -0
  2544. /data/vendor/bundle/ruby/3.4.0/gems/{fast_gettext-4.1.0 → fast_gettext-4.1.1}/lib/fast_gettext/cache.rb +0 -0
  2545. /data/vendor/bundle/ruby/3.4.0/gems/{fast_gettext-4.1.0 → fast_gettext-4.1.1}/lib/fast_gettext/mo_file.rb +0 -0
  2546. /data/vendor/bundle/ruby/3.4.0/gems/{fast_gettext-4.1.0 → fast_gettext-4.1.1}/lib/fast_gettext/po_file.rb +0 -0
  2547. /data/vendor/bundle/ruby/3.4.0/gems/{fast_gettext-4.1.0 → fast_gettext-4.1.1}/lib/fast_gettext/storage.rb +0 -0
  2548. /data/vendor/bundle/ruby/3.4.0/gems/{fast_gettext-4.1.0 → fast_gettext-4.1.1}/lib/fast_gettext/translation.rb +0 -0
  2549. /data/vendor/bundle/ruby/3.4.0/gems/{fast_gettext-4.1.0 → fast_gettext-4.1.1}/lib/fast_gettext/translation_repository/base.rb +0 -0
  2550. /data/vendor/bundle/ruby/3.4.0/gems/{fast_gettext-4.1.0 → fast_gettext-4.1.1}/lib/fast_gettext/translation_repository/chain.rb +0 -0
  2551. /data/vendor/bundle/ruby/3.4.0/gems/{fast_gettext-4.1.0 → fast_gettext-4.1.1}/lib/fast_gettext/translation_repository/db.rb +0 -0
  2552. /data/vendor/bundle/ruby/3.4.0/gems/{fast_gettext-4.1.0 → fast_gettext-4.1.1}/lib/fast_gettext/translation_repository/db_models/translation_key.rb +0 -0
  2553. /data/vendor/bundle/ruby/3.4.0/gems/{fast_gettext-4.1.0 → fast_gettext-4.1.1}/lib/fast_gettext/translation_repository/db_models/translation_text.rb +0 -0
  2554. /data/vendor/bundle/ruby/3.4.0/gems/{fast_gettext-4.1.0 → fast_gettext-4.1.1}/lib/fast_gettext/translation_repository/logger.rb +0 -0
  2555. /data/vendor/bundle/ruby/3.4.0/gems/{fast_gettext-4.1.0 → fast_gettext-4.1.1}/lib/fast_gettext/translation_repository/merge.rb +0 -0
  2556. /data/vendor/bundle/ruby/3.4.0/gems/{fast_gettext-4.1.0 → fast_gettext-4.1.1}/lib/fast_gettext/translation_repository/mo.rb +0 -0
  2557. /data/vendor/bundle/ruby/3.4.0/gems/{fast_gettext-4.1.0 → fast_gettext-4.1.1}/lib/fast_gettext/translation_repository/po.rb +0 -0
  2558. /data/vendor/bundle/ruby/3.4.0/gems/{fast_gettext-4.1.0 → fast_gettext-4.1.1}/lib/fast_gettext/translation_repository/yaml.rb +0 -0
  2559. /data/vendor/bundle/ruby/3.4.0/gems/{fast_gettext-4.1.0 → fast_gettext-4.1.1}/lib/fast_gettext/translation_repository.rb +0 -0
  2560. /data/vendor/bundle/ruby/3.4.0/gems/{fast_gettext-4.1.0 → fast_gettext-4.1.1}/lib/fast_gettext/vendor/README.rdoc +0 -0
  2561. /data/vendor/bundle/ruby/3.4.0/gems/{fast_gettext-4.1.0 → fast_gettext-4.1.1}/lib/fast_gettext/vendor/empty.mo +0 -0
  2562. /data/vendor/bundle/ruby/3.4.0/gems/{fast_gettext-4.1.0 → fast_gettext-4.1.1}/lib/fast_gettext/vendor/iconv.rb +0 -0
  2563. /data/vendor/bundle/ruby/3.4.0/gems/{fast_gettext-4.1.0 → fast_gettext-4.1.1}/lib/fast_gettext/vendor/poparser.rb +0 -0
  2564. /data/vendor/bundle/ruby/3.4.0/gems/{fast_gettext-4.1.0 → fast_gettext-4.1.1}/lib/fast_gettext/vendor/string.rb +0 -0
  2565. /data/vendor/bundle/ruby/3.4.0/gems/{fast_gettext-4.1.0 → fast_gettext-4.1.1}/lib/fast_gettext.rb +0 -0
  2566. /data/vendor/bundle/ruby/3.4.0/gems/{benchmark-0.4.1 → json-2.15.2}/BSDL +0 -0
  2567. /data/vendor/bundle/ruby/3.4.0/gems/{json-2.15.1 → json-2.15.2}/COPYING +0 -0
  2568. /data/vendor/bundle/ruby/3.4.0/gems/{json-2.15.1 → json-2.15.2}/LEGAL +0 -0
  2569. /data/vendor/bundle/ruby/3.4.0/gems/{json-2.15.1 → json-2.15.2}/README.md +0 -0
  2570. /data/vendor/bundle/ruby/3.4.0/gems/{json-2.15.1 → json-2.15.2}/ext/json/ext/fbuffer/fbuffer.h +0 -0
  2571. /data/vendor/bundle/ruby/3.4.0/gems/{json-2.15.1 → json-2.15.2}/ext/json/ext/generator/Makefile +0 -0
  2572. /data/vendor/bundle/ruby/3.4.0/gems/{json-2.15.1 → json-2.15.2}/ext/json/ext/generator/extconf.rb +0 -0
  2573. /data/vendor/bundle/ruby/3.4.0/gems/{json-2.15.1 → json-2.15.2}/ext/json/ext/parser/Makefile +0 -0
  2574. /data/vendor/bundle/ruby/3.4.0/gems/{json-2.15.1 → json-2.15.2}/ext/json/ext/parser/extconf.rb +0 -0
  2575. /data/vendor/bundle/ruby/3.4.0/gems/{json-2.15.1 → json-2.15.2}/ext/json/ext/parser/parser.c +0 -0
  2576. /data/vendor/bundle/ruby/3.4.0/gems/{json-2.15.1 → json-2.15.2}/ext/json/ext/simd/conf.rb +0 -0
  2577. /data/vendor/bundle/ruby/3.4.0/gems/{json-2.15.1 → json-2.15.2}/ext/json/ext/simd/simd.h +0 -0
  2578. /data/vendor/bundle/ruby/3.4.0/gems/{json-2.15.1 → json-2.15.2}/ext/json/ext/vendor/fpconv.c +0 -0
  2579. /data/vendor/bundle/ruby/3.4.0/gems/{json-2.15.1 → json-2.15.2}/ext/json/ext/vendor/jeaiii-ltoa.h +0 -0
  2580. /data/vendor/bundle/ruby/3.4.0/gems/{json-2.15.1 → json-2.15.2}/json.gemspec +0 -0
  2581. /data/vendor/bundle/ruby/3.4.0/gems/{json-2.15.1 → json-2.15.2}/lib/json/add/bigdecimal.rb +0 -0
  2582. /data/vendor/bundle/ruby/3.4.0/gems/{json-2.15.1 → json-2.15.2}/lib/json/add/complex.rb +0 -0
  2583. /data/vendor/bundle/ruby/3.4.0/gems/{json-2.15.1 → json-2.15.2}/lib/json/add/core.rb +0 -0
  2584. /data/vendor/bundle/ruby/3.4.0/gems/{json-2.15.1 → json-2.15.2}/lib/json/add/date.rb +0 -0
  2585. /data/vendor/bundle/ruby/3.4.0/gems/{json-2.15.1 → json-2.15.2}/lib/json/add/date_time.rb +0 -0
  2586. /data/vendor/bundle/ruby/3.4.0/gems/{json-2.15.1 → json-2.15.2}/lib/json/add/exception.rb +0 -0
  2587. /data/vendor/bundle/ruby/3.4.0/gems/{json-2.15.1 → json-2.15.2}/lib/json/add/ostruct.rb +0 -0
  2588. /data/vendor/bundle/ruby/3.4.0/gems/{json-2.15.1 → json-2.15.2}/lib/json/add/range.rb +0 -0
  2589. /data/vendor/bundle/ruby/3.4.0/gems/{json-2.15.1 → json-2.15.2}/lib/json/add/rational.rb +0 -0
  2590. /data/vendor/bundle/ruby/3.4.0/gems/{json-2.15.1 → json-2.15.2}/lib/json/add/regexp.rb +0 -0
  2591. /data/vendor/bundle/ruby/3.4.0/gems/{json-2.15.1 → json-2.15.2}/lib/json/add/set.rb +0 -0
  2592. /data/vendor/bundle/ruby/3.4.0/gems/{json-2.15.1 → json-2.15.2}/lib/json/add/string.rb +0 -0
  2593. /data/vendor/bundle/ruby/3.4.0/gems/{json-2.15.1 → json-2.15.2}/lib/json/add/struct.rb +0 -0
  2594. /data/vendor/bundle/ruby/3.4.0/gems/{json-2.15.1 → json-2.15.2}/lib/json/add/symbol.rb +0 -0
  2595. /data/vendor/bundle/ruby/3.4.0/gems/{json-2.15.1 → json-2.15.2}/lib/json/add/time.rb +0 -0
  2596. /data/vendor/bundle/ruby/3.4.0/gems/{json-2.15.1 → json-2.15.2}/lib/json/common.rb +0 -0
  2597. /data/vendor/bundle/ruby/3.4.0/gems/{json-2.15.1 → json-2.15.2}/lib/json/ext/generator/state.rb +0 -0
  2598. /data/vendor/bundle/ruby/3.4.0/gems/{json-2.15.1 → json-2.15.2}/lib/json/ext.rb +0 -0
  2599. /data/vendor/bundle/ruby/3.4.0/gems/{json-2.15.1 → json-2.15.2}/lib/json/generic_object.rb +0 -0
  2600. /data/vendor/bundle/ruby/3.4.0/gems/{json-2.15.1 → json-2.15.2}/lib/json.rb +0 -0
  2601. /data/vendor/bundle/ruby/3.4.0/gems/{mail-2.8.1 → mail-2.9.0}/MIT-LICENSE +0 -0
  2602. /data/vendor/bundle/ruby/3.4.0/gems/{mail-2.8.1 → mail-2.9.0}/lib/mail/configuration.rb +0 -0
  2603. /data/vendor/bundle/ruby/3.4.0/gems/{mail-2.8.1 → mail-2.9.0}/lib/mail/constants.rb +0 -0
  2604. /data/vendor/bundle/ruby/3.4.0/gems/{mail-2.8.1 → mail-2.9.0}/lib/mail/elements/address.rb +0 -0
  2605. /data/vendor/bundle/ruby/3.4.0/gems/{mail-2.8.1 → mail-2.9.0}/lib/mail/elements/address_list.rb +0 -0
  2606. /data/vendor/bundle/ruby/3.4.0/gems/{mail-2.8.1 → mail-2.9.0}/lib/mail/elements/content_disposition_element.rb +0 -0
  2607. /data/vendor/bundle/ruby/3.4.0/gems/{mail-2.8.1 → mail-2.9.0}/lib/mail/elements/content_location_element.rb +0 -0
  2608. /data/vendor/bundle/ruby/3.4.0/gems/{mail-2.8.1 → mail-2.9.0}/lib/mail/elements/content_transfer_encoding_element.rb +0 -0
  2609. /data/vendor/bundle/ruby/3.4.0/gems/{mail-2.8.1 → mail-2.9.0}/lib/mail/elements/content_type_element.rb +0 -0
  2610. /data/vendor/bundle/ruby/3.4.0/gems/{mail-2.8.1 → mail-2.9.0}/lib/mail/elements/date_time_element.rb +0 -0
  2611. /data/vendor/bundle/ruby/3.4.0/gems/{mail-2.8.1 → mail-2.9.0}/lib/mail/elements/envelope_from_element.rb +0 -0
  2612. /data/vendor/bundle/ruby/3.4.0/gems/{mail-2.8.1 → mail-2.9.0}/lib/mail/elements/message_ids_element.rb +0 -0
  2613. /data/vendor/bundle/ruby/3.4.0/gems/{mail-2.8.1 → mail-2.9.0}/lib/mail/elements/mime_version_element.rb +0 -0
  2614. /data/vendor/bundle/ruby/3.4.0/gems/{mail-2.8.1 → mail-2.9.0}/lib/mail/elements/phrase_list.rb +0 -0
  2615. /data/vendor/bundle/ruby/3.4.0/gems/{mail-2.8.1 → mail-2.9.0}/lib/mail/elements/received_element.rb +0 -0
  2616. /data/vendor/bundle/ruby/3.4.0/gems/{mail-2.8.1 → mail-2.9.0}/lib/mail/elements.rb +0 -0
  2617. /data/vendor/bundle/ruby/3.4.0/gems/{mail-2.8.1 → mail-2.9.0}/lib/mail/encodings/7bit.rb +0 -0
  2618. /data/vendor/bundle/ruby/3.4.0/gems/{mail-2.8.1 → mail-2.9.0}/lib/mail/encodings/8bit.rb +0 -0
  2619. /data/vendor/bundle/ruby/3.4.0/gems/{mail-2.8.1 → mail-2.9.0}/lib/mail/encodings/base64.rb +0 -0
  2620. /data/vendor/bundle/ruby/3.4.0/gems/{mail-2.8.1 → mail-2.9.0}/lib/mail/encodings/binary.rb +0 -0
  2621. /data/vendor/bundle/ruby/3.4.0/gems/{mail-2.8.1 → mail-2.9.0}/lib/mail/encodings/identity.rb +0 -0
  2622. /data/vendor/bundle/ruby/3.4.0/gems/{mail-2.8.1 → mail-2.9.0}/lib/mail/encodings/transfer_encoding.rb +0 -0
  2623. /data/vendor/bundle/ruby/3.4.0/gems/{mail-2.8.1 → mail-2.9.0}/lib/mail/envelope.rb +0 -0
  2624. /data/vendor/bundle/ruby/3.4.0/gems/{mail-2.8.1 → mail-2.9.0}/lib/mail/fields/common_field.rb +0 -0
  2625. /data/vendor/bundle/ruby/3.4.0/gems/{mail-2.8.1 → mail-2.9.0}/lib/mail/fields/parameter_hash.rb +0 -0
  2626. /data/vendor/bundle/ruby/3.4.0/gems/{mail-2.8.1 → mail-2.9.0}/lib/mail/indifferent_hash.rb +0 -0
  2627. /data/vendor/bundle/ruby/3.4.0/gems/{mail-2.8.1 → mail-2.9.0}/lib/mail/matchers/attachment_matchers.rb +0 -0
  2628. /data/vendor/bundle/ruby/3.4.0/gems/{mail-2.8.1 → mail-2.9.0}/lib/mail/matchers/has_sent_mail.rb +0 -0
  2629. /data/vendor/bundle/ruby/3.4.0/gems/{mail-2.8.1 → mail-2.9.0}/lib/mail/multibyte/utils.rb +0 -0
  2630. /data/vendor/bundle/ruby/3.4.0/gems/{mail-2.8.1 → mail-2.9.0}/lib/mail/multibyte.rb +0 -0
  2631. /data/vendor/bundle/ruby/3.4.0/gems/{mail-2.8.1 → mail-2.9.0}/lib/mail/network/delivery_methods/exim.rb +0 -0
  2632. /data/vendor/bundle/ruby/3.4.0/gems/{mail-2.8.1 → mail-2.9.0}/lib/mail/network/delivery_methods/logger_delivery.rb +0 -0
  2633. /data/vendor/bundle/ruby/3.4.0/gems/{mail-2.8.1 → mail-2.9.0}/lib/mail/network/retriever_methods/test_retriever.rb +0 -0
  2634. /data/vendor/bundle/ruby/3.4.0/gems/{mail-2.8.1 → mail-2.9.0}/lib/mail/network.rb +0 -0
  2635. /data/vendor/bundle/ruby/3.4.0/gems/{mail-2.8.1 → mail-2.9.0}/lib/mail/parser_tools.rb +0 -0
  2636. /data/vendor/bundle/ruby/3.4.0/gems/{mail-2.8.1 → mail-2.9.0}/lib/mail/parsers/rfc2045_content_transfer_encoding.rl +0 -0
  2637. /data/vendor/bundle/ruby/3.4.0/gems/{mail-2.8.1 → mail-2.9.0}/lib/mail/parsers/rfc2045_content_type.rl +0 -0
  2638. /data/vendor/bundle/ruby/3.4.0/gems/{mail-2.8.1 → mail-2.9.0}/lib/mail/parsers/rfc2045_mime.rl +0 -0
  2639. /data/vendor/bundle/ruby/3.4.0/gems/{mail-2.8.1 → mail-2.9.0}/lib/mail/parsers/rfc2183_content_disposition.rl +0 -0
  2640. /data/vendor/bundle/ruby/3.4.0/gems/{mail-2.8.1 → mail-2.9.0}/lib/mail/parsers/rfc3629_utf8.rl +0 -0
  2641. /data/vendor/bundle/ruby/3.4.0/gems/{mail-2.8.1 → mail-2.9.0}/lib/mail/parsers/rfc5234_abnf_core_rules.rl +0 -0
  2642. /data/vendor/bundle/ruby/3.4.0/gems/{mail-2.8.1 → mail-2.9.0}/lib/mail/parsers/rfc5322.rl +0 -0
  2643. /data/vendor/bundle/ruby/3.4.0/gems/{mail-2.8.1 → mail-2.9.0}/lib/mail/parsers/rfc5322_address.rl +0 -0
  2644. /data/vendor/bundle/ruby/3.4.0/gems/{mail-2.8.1 → mail-2.9.0}/lib/mail/parsers/rfc5322_date_time.rl +0 -0
  2645. /data/vendor/bundle/ruby/3.4.0/gems/{mail-2.8.1 → mail-2.9.0}/lib/mail/parsers/rfc5322_lexical_tokens.rl +0 -0
  2646. /data/vendor/bundle/ruby/3.4.0/gems/{mail-2.8.1 → mail-2.9.0}/lib/mail/parsers.rb +0 -0
  2647. /data/vendor/bundle/ruby/3.4.0/gems/{mail-2.8.1 → mail-2.9.0}/lib/mail/parts_list.rb +0 -0
  2648. /data/vendor/bundle/ruby/3.4.0/gems/{mail-2.8.1 → mail-2.9.0}/lib/mail/values/unicode_tables.dat +0 -0
  2649. /data/vendor/bundle/ruby/3.4.0/gems/{mail-2.8.1 → mail-2.9.0}/lib/mail/yaml.rb +0 -0
  2650. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.9.0 → parser-3.3.10.0}/LICENSE.txt +0 -0
  2651. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.9.0 → parser-3.3.10.0}/bin/ruby-parse +0 -0
  2652. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.9.0 → parser-3.3.10.0}/bin/ruby-rewrite +0 -0
  2653. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.9.0 → parser-3.3.10.0}/lib/gauntlet_parser.rb +0 -0
  2654. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.9.0 → parser-3.3.10.0}/lib/parser/all.rb +0 -0
  2655. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.9.0 → parser-3.3.10.0}/lib/parser/ast/node.rb +0 -0
  2656. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.9.0 → parser-3.3.10.0}/lib/parser/ast/processor.rb +0 -0
  2657. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.9.0 → parser-3.3.10.0}/lib/parser/base.rb +0 -0
  2658. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.9.0 → parser-3.3.10.0}/lib/parser/builders/default.rb +0 -0
  2659. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.9.0 → parser-3.3.10.0}/lib/parser/clobbering_error.rb +0 -0
  2660. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.9.0 → parser-3.3.10.0}/lib/parser/color.rb +0 -0
  2661. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.9.0 → parser-3.3.10.0}/lib/parser/context.rb +0 -0
  2662. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.9.0 → parser-3.3.10.0}/lib/parser/current_arg_stack.rb +0 -0
  2663. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.9.0 → parser-3.3.10.0}/lib/parser/deprecation.rb +0 -0
  2664. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.9.0 → parser-3.3.10.0}/lib/parser/diagnostic/engine.rb +0 -0
  2665. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.9.0 → parser-3.3.10.0}/lib/parser/diagnostic.rb +0 -0
  2666. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.9.0 → parser-3.3.10.0}/lib/parser/lexer/dedenter.rb +0 -0
  2667. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.9.0 → parser-3.3.10.0}/lib/parser/lexer/explanation.rb +0 -0
  2668. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.9.0 → parser-3.3.10.0}/lib/parser/lexer/literal.rb +0 -0
  2669. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.9.0 → parser-3.3.10.0}/lib/parser/lexer/stack_state.rb +0 -0
  2670. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.9.0 → parser-3.3.10.0}/lib/parser/lexer-F0.rb +0 -0
  2671. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.9.0 → parser-3.3.10.0}/lib/parser/lexer-F1.rb +0 -0
  2672. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.9.0 → parser-3.3.10.0}/lib/parser/lexer-strings.rb +0 -0
  2673. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.9.0 → parser-3.3.10.0}/lib/parser/macruby.rb +0 -0
  2674. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.9.0 → parser-3.3.10.0}/lib/parser/max_numparam_stack.rb +0 -0
  2675. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.9.0 → parser-3.3.10.0}/lib/parser/messages.rb +0 -0
  2676. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.9.0 → parser-3.3.10.0}/lib/parser/meta.rb +0 -0
  2677. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.9.0 → parser-3.3.10.0}/lib/parser/rewriter.rb +0 -0
  2678. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.9.0 → parser-3.3.10.0}/lib/parser/ruby18.rb +0 -0
  2679. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.9.0 → parser-3.3.10.0}/lib/parser/ruby19.rb +0 -0
  2680. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.9.0 → parser-3.3.10.0}/lib/parser/ruby20.rb +0 -0
  2681. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.9.0 → parser-3.3.10.0}/lib/parser/ruby21.rb +0 -0
  2682. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.9.0 → parser-3.3.10.0}/lib/parser/ruby22.rb +0 -0
  2683. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.9.0 → parser-3.3.10.0}/lib/parser/ruby23.rb +0 -0
  2684. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.9.0 → parser-3.3.10.0}/lib/parser/ruby24.rb +0 -0
  2685. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.9.0 → parser-3.3.10.0}/lib/parser/ruby25.rb +0 -0
  2686. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.9.0 → parser-3.3.10.0}/lib/parser/ruby26.rb +0 -0
  2687. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.9.0 → parser-3.3.10.0}/lib/parser/ruby27.rb +0 -0
  2688. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.9.0 → parser-3.3.10.0}/lib/parser/ruby30.rb +0 -0
  2689. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.9.0 → parser-3.3.10.0}/lib/parser/ruby31.rb +0 -0
  2690. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.9.0 → parser-3.3.10.0}/lib/parser/ruby32.rb +0 -0
  2691. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.9.0 → parser-3.3.10.0}/lib/parser/ruby33.rb +0 -0
  2692. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.9.0 → parser-3.3.10.0}/lib/parser/ruby34.rb +0 -0
  2693. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.9.0 → parser-3.3.10.0}/lib/parser/rubymotion.rb +0 -0
  2694. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.9.0 → parser-3.3.10.0}/lib/parser/runner/ruby_parse.rb +0 -0
  2695. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.9.0 → parser-3.3.10.0}/lib/parser/runner/ruby_rewrite.rb +0 -0
  2696. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.9.0 → parser-3.3.10.0}/lib/parser/runner.rb +0 -0
  2697. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.9.0 → parser-3.3.10.0}/lib/parser/source/buffer.rb +0 -0
  2698. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.9.0 → parser-3.3.10.0}/lib/parser/source/comment/associator.rb +0 -0
  2699. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.9.0 → parser-3.3.10.0}/lib/parser/source/comment.rb +0 -0
  2700. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.9.0 → parser-3.3.10.0}/lib/parser/source/map/collection.rb +0 -0
  2701. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.9.0 → parser-3.3.10.0}/lib/parser/source/map/condition.rb +0 -0
  2702. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.9.0 → parser-3.3.10.0}/lib/parser/source/map/constant.rb +0 -0
  2703. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.9.0 → parser-3.3.10.0}/lib/parser/source/map/definition.rb +0 -0
  2704. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.9.0 → parser-3.3.10.0}/lib/parser/source/map/for.rb +0 -0
  2705. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.9.0 → parser-3.3.10.0}/lib/parser/source/map/heredoc.rb +0 -0
  2706. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.9.0 → parser-3.3.10.0}/lib/parser/source/map/index.rb +0 -0
  2707. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.9.0 → parser-3.3.10.0}/lib/parser/source/map/keyword.rb +0 -0
  2708. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.9.0 → parser-3.3.10.0}/lib/parser/source/map/method_definition.rb +0 -0
  2709. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.9.0 → parser-3.3.10.0}/lib/parser/source/map/objc_kwarg.rb +0 -0
  2710. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.9.0 → parser-3.3.10.0}/lib/parser/source/map/operator.rb +0 -0
  2711. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.9.0 → parser-3.3.10.0}/lib/parser/source/map/rescue_body.rb +0 -0
  2712. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.9.0 → parser-3.3.10.0}/lib/parser/source/map/send.rb +0 -0
  2713. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.9.0 → parser-3.3.10.0}/lib/parser/source/map/ternary.rb +0 -0
  2714. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.9.0 → parser-3.3.10.0}/lib/parser/source/map/variable.rb +0 -0
  2715. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.9.0 → parser-3.3.10.0}/lib/parser/source/map.rb +0 -0
  2716. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.9.0 → parser-3.3.10.0}/lib/parser/source/range.rb +0 -0
  2717. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.9.0 → parser-3.3.10.0}/lib/parser/source/rewriter/action.rb +0 -0
  2718. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.9.0 → parser-3.3.10.0}/lib/parser/source/rewriter.rb +0 -0
  2719. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.9.0 → parser-3.3.10.0}/lib/parser/source/tree_rewriter/action.rb +0 -0
  2720. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.9.0 → parser-3.3.10.0}/lib/parser/source/tree_rewriter.rb +0 -0
  2721. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.9.0 → parser-3.3.10.0}/lib/parser/static_environment.rb +0 -0
  2722. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.9.0 → parser-3.3.10.0}/lib/parser/syntax_error.rb +0 -0
  2723. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.9.0 → parser-3.3.10.0}/lib/parser/tree_rewriter.rb +0 -0
  2724. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.9.0 → parser-3.3.10.0}/lib/parser/unknown_encoding_in_magic_comment_error.rb +0 -0
  2725. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.9.0 → parser-3.3.10.0}/lib/parser/variables_stack.rb +0 -0
  2726. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.9.0 → parser-3.3.10.0}/lib/parser.rb +0 -0
  2727. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.9.0 → parser-3.3.10.0}/parser.gemspec +0 -0
  2728. /data/vendor/bundle/ruby/3.4.0/gems/{po_to_json-2.1.1 → po_to_json-2.1.2}/LICENSE +0 -0
  2729. /data/vendor/bundle/ruby/3.4.0/gems/{po_to_json-2.1.1 → po_to_json-2.1.2}/lib/po_to_json.rb +0 -0
  2730. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/BSDmakefile +0 -0
  2731. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/CODE_OF_CONDUCT.md +0 -0
  2732. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/CONTRIBUTING.md +0 -0
  2733. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/LICENSE.md +0 -0
  2734. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/Makefile +0 -0
  2735. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/README.md +0 -0
  2736. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/config.yml +0 -0
  2737. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/docs/build_system.md +0 -0
  2738. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/docs/configuration.md +0 -0
  2739. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/docs/cruby_compilation.md +0 -0
  2740. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/docs/encoding.md +0 -0
  2741. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/docs/fuzzing.md +0 -0
  2742. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/docs/heredocs.md +0 -0
  2743. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/docs/javascript.md +0 -0
  2744. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/docs/local_variable_depth.md +0 -0
  2745. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/docs/mapping.md +0 -0
  2746. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/docs/parser_translation.md +0 -0
  2747. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/docs/parsing_rules.md +0 -0
  2748. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/docs/relocation.md +0 -0
  2749. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/docs/ripper_translation.md +0 -0
  2750. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/docs/ruby_api.md +0 -0
  2751. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/docs/ruby_parser_translation.md +0 -0
  2752. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/docs/serialization.md +0 -0
  2753. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/docs/testing.md +0 -0
  2754. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/ext/prism/api_node.c +0 -0
  2755. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/ext/prism/api_pack.c +0 -0
  2756. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/ext/prism/extconf.rb +0 -0
  2757. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/include/prism/ast.h +0 -0
  2758. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/include/prism/defines.h +0 -0
  2759. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/include/prism/diagnostic.h +0 -0
  2760. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/include/prism/encoding.h +0 -0
  2761. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/include/prism/node.h +0 -0
  2762. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/include/prism/options.h +0 -0
  2763. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/include/prism/pack.h +0 -0
  2764. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/include/prism/parser.h +0 -0
  2765. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/include/prism/prettyprint.h +0 -0
  2766. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/include/prism/regexp.h +0 -0
  2767. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/include/prism/static_literals.h +0 -0
  2768. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/include/prism/util/pm_buffer.h +0 -0
  2769. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/include/prism/util/pm_char.h +0 -0
  2770. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/include/prism/util/pm_constant_pool.h +0 -0
  2771. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/include/prism/util/pm_integer.h +0 -0
  2772. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/include/prism/util/pm_list.h +0 -0
  2773. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/include/prism/util/pm_memchr.h +0 -0
  2774. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/include/prism/util/pm_newline_list.h +0 -0
  2775. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/include/prism/util/pm_string.h +0 -0
  2776. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/include/prism/util/pm_strncasecmp.h +0 -0
  2777. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/include/prism/util/pm_strpbrk.h +0 -0
  2778. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/include/prism.h +0 -0
  2779. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/lib/prism/compiler.rb +0 -0
  2780. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/lib/prism/desugar_compiler.rb +0 -0
  2781. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/lib/prism/dispatcher.rb +0 -0
  2782. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/lib/prism/dot_visitor.rb +0 -0
  2783. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/lib/prism/dsl.rb +0 -0
  2784. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/lib/prism/inspect_visitor.rb +0 -0
  2785. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/lib/prism/lex_compat.rb +0 -0
  2786. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/lib/prism/mutation_compiler.rb +0 -0
  2787. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/lib/prism/node.rb +0 -0
  2788. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/lib/prism/node_ext.rb +0 -0
  2789. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/lib/prism/pack.rb +0 -0
  2790. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/lib/prism/parse_result/comments.rb +0 -0
  2791. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/lib/prism/parse_result/errors.rb +0 -0
  2792. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/lib/prism/parse_result/newlines.rb +0 -0
  2793. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/lib/prism/parse_result.rb +0 -0
  2794. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/lib/prism/pattern.rb +0 -0
  2795. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/lib/prism/polyfill/append_as_bytes.rb +0 -0
  2796. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/lib/prism/polyfill/byteindex.rb +0 -0
  2797. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/lib/prism/polyfill/scan_byte.rb +0 -0
  2798. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/lib/prism/polyfill/unpack1.rb +0 -0
  2799. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/lib/prism/polyfill/warn.rb +0 -0
  2800. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/lib/prism/reflection.rb +0 -0
  2801. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/lib/prism/relocation.rb +0 -0
  2802. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/lib/prism/string_query.rb +0 -0
  2803. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/lib/prism/translation/parser/builder.rb +0 -0
  2804. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/lib/prism/translation/parser/compiler.rb +0 -0
  2805. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/lib/prism/translation/parser/lexer.rb +0 -0
  2806. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/lib/prism/translation/parser.rb +0 -0
  2807. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/lib/prism/translation/parser33.rb +0 -0
  2808. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/lib/prism/translation/parser34.rb +0 -0
  2809. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/lib/prism/translation/parser35.rb +0 -0
  2810. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/lib/prism/translation/parser_current.rb +0 -0
  2811. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/lib/prism/translation/ripper/sexp.rb +0 -0
  2812. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/lib/prism/translation/ripper/shim.rb +0 -0
  2813. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/lib/prism/translation/ripper.rb +0 -0
  2814. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/lib/prism/translation/ruby_parser.rb +0 -0
  2815. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/lib/prism/translation.rb +0 -0
  2816. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/lib/prism/visitor.rb +0 -0
  2817. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/rbi/prism/compiler.rbi +0 -0
  2818. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/rbi/prism/dsl.rbi +0 -0
  2819. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/rbi/prism/inspect_visitor.rbi +0 -0
  2820. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/rbi/prism/node.rbi +0 -0
  2821. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/rbi/prism/node_ext.rbi +0 -0
  2822. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/rbi/prism/parse_result.rbi +0 -0
  2823. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/rbi/prism/reflection.rbi +0 -0
  2824. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/rbi/prism/string_query.rbi +0 -0
  2825. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/rbi/prism/translation/parser.rbi +0 -0
  2826. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/rbi/prism/translation/parser33.rbi +0 -0
  2827. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/rbi/prism/translation/parser34.rbi +0 -0
  2828. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/rbi/prism/translation/parser35.rbi +0 -0
  2829. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/rbi/prism/translation/ripper.rbi +0 -0
  2830. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/rbi/prism/visitor.rbi +0 -0
  2831. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/rbi/prism.rbi +0 -0
  2832. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/sig/prism/compiler.rbs +0 -0
  2833. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/sig/prism/dispatcher.rbs +0 -0
  2834. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/sig/prism/dot_visitor.rbs +0 -0
  2835. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/sig/prism/dsl.rbs +0 -0
  2836. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/sig/prism/inspect_visitor.rbs +0 -0
  2837. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/sig/prism/lex_compat.rbs +0 -0
  2838. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/sig/prism/mutation_compiler.rbs +0 -0
  2839. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/sig/prism/node.rbs +0 -0
  2840. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/sig/prism/node_ext.rbs +0 -0
  2841. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/sig/prism/pack.rbs +0 -0
  2842. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/sig/prism/parse_result/comments.rbs +0 -0
  2843. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/sig/prism/parse_result.rbs +0 -0
  2844. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/sig/prism/pattern.rbs +0 -0
  2845. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/sig/prism/reflection.rbs +0 -0
  2846. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/sig/prism/relocation.rbs +0 -0
  2847. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/sig/prism/serialize.rbs +0 -0
  2848. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/sig/prism/string_query.rbs +0 -0
  2849. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/sig/prism/visitor.rbs +0 -0
  2850. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/src/diagnostic.c +0 -0
  2851. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/src/encoding.c +0 -0
  2852. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/src/node.c +0 -0
  2853. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/src/options.c +0 -0
  2854. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/src/pack.c +0 -0
  2855. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/src/prettyprint.c +0 -0
  2856. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/src/regexp.c +0 -0
  2857. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/src/serialize.c +0 -0
  2858. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/src/static_literals.c +0 -0
  2859. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/src/token_type.c +0 -0
  2860. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/src/util/pm_buffer.c +0 -0
  2861. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/src/util/pm_char.c +0 -0
  2862. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/src/util/pm_constant_pool.c +0 -0
  2863. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/src/util/pm_integer.c +0 -0
  2864. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/src/util/pm_list.c +0 -0
  2865. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/src/util/pm_memchr.c +0 -0
  2866. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/src/util/pm_newline_list.c +0 -0
  2867. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/src/util/pm_string.c +0 -0
  2868. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/src/util/pm_strncasecmp.c +0 -0
  2869. /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/src/util/pm_strpbrk.c +0 -0
  2870. /data/vendor/bundle/ruby/3.4.0/gems/{rails-8.0.3 → rails-8.1.0}/MIT-LICENSE +0 -0
  2871. /data/vendor/bundle/ruby/3.4.0/gems/{rails-8.0.3 → rails-8.1.0}/README.md +0 -0
  2872. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/MIT-LICENSE +0 -0
  2873. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/RDOC_MAIN.md +0 -0
  2874. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/README.rdoc +0 -0
  2875. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/exe/rails +0 -0
  2876. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/all.rb +0 -0
  2877. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/api/generator.rb +0 -0
  2878. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/api/task.rb +0 -0
  2879. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/app_loader.rb +0 -0
  2880. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/application/dummy_config.rb +0 -0
  2881. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/application_controller.rb +0 -0
  2882. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/autoloaders/inflector.rb +0 -0
  2883. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/autoloaders.rb +0 -0
  2884. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/backtrace_cleaner.rb +0 -0
  2885. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/cli.rb +0 -0
  2886. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/code_statistics_calculator.rb +0 -0
  2887. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/command/actions.rb +0 -0
  2888. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/command/behavior.rb +0 -0
  2889. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/command/helpers/editor.rb +0 -0
  2890. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/commands/about/about_command.rb +0 -0
  2891. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/commands/application/application_command.rb +0 -0
  2892. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/commands/boot/boot_command.rb +0 -0
  2893. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/commands/console/console_command.rb +0 -0
  2894. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/commands/credentials/USAGE +0 -0
  2895. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/commands/credentials/credentials_command/diffing.rb +0 -0
  2896. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/commands/db/system/change/change_command.rb +0 -0
  2897. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/commands/dbconsole/dbconsole_command.rb +0 -0
  2898. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/commands/destroy/destroy_command.rb +0 -0
  2899. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/commands/dev/dev_command.rb +0 -0
  2900. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/commands/devcontainer/devcontainer_command.rb +0 -0
  2901. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/commands/encrypted/USAGE +0 -0
  2902. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/commands/gem_help/USAGE +0 -0
  2903. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/commands/gem_help/gem_help_command.rb +0 -0
  2904. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/commands/generate/generate_command.rb +0 -0
  2905. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/commands/help/USAGE +0 -0
  2906. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/commands/help/help_command.rb +0 -0
  2907. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/commands/initializers/initializers_command.rb +0 -0
  2908. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/commands/middleware/middleware_command.rb +0 -0
  2909. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/commands/new/new_command.rb +0 -0
  2910. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/commands/notes/notes_command.rb +0 -0
  2911. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/commands/plugin/plugin_command.rb +0 -0
  2912. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/commands/rake/rake_command.rb +0 -0
  2913. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/commands/restart/restart_command.rb +0 -0
  2914. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/commands/routes/routes_command.rb +0 -0
  2915. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/commands/runner/USAGE +0 -0
  2916. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/commands/runner/runner_command.rb +0 -0
  2917. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/commands/secret/secret_command.rb +0 -0
  2918. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/commands/server/server_command.rb +0 -0
  2919. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/commands/stats/stats_command.rb +0 -0
  2920. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/commands/test/USAGE +0 -0
  2921. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/commands/test/test_command.rb +0 -0
  2922. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/commands/unused_routes/unused_routes_command.rb +0 -0
  2923. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/commands/version/version_command.rb +0 -0
  2924. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/commands.rb +0 -0
  2925. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/configuration.rb +0 -0
  2926. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/deprecator.rb +0 -0
  2927. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/dev_caching.rb +0 -0
  2928. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/engine/commands.rb +0 -0
  2929. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/engine/configuration.rb +0 -0
  2930. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/engine/lazy_route_set.rb +0 -0
  2931. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/engine/railties.rb +0 -0
  2932. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/engine/updater.rb +0 -0
  2933. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/actions/create_migration.rb +0 -0
  2934. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/active_model.rb +0 -0
  2935. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/app_name.rb +0 -0
  2936. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/base.rb +0 -0
  2937. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/bundle_helper.rb +0 -0
  2938. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/erb/authentication/templates/app/views/passwords/edit.html.erb +0 -0
  2939. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/erb/authentication/templates/app/views/passwords/new.html.erb +0 -0
  2940. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/erb/authentication/templates/app/views/sessions/new.html.erb +0 -0
  2941. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/erb/controller/controller_generator.rb +0 -0
  2942. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/erb/controller/templates/view.html.erb.tt +0 -0
  2943. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/erb/mailer/mailer_generator.rb +0 -0
  2944. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/erb/mailer/templates/layout.html.erb.tt +0 -0
  2945. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/erb/mailer/templates/layout.text.erb.tt +0 -0
  2946. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/erb/mailer/templates/view.html.erb.tt +0 -0
  2947. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/erb/mailer/templates/view.text.erb.tt +0 -0
  2948. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/erb/scaffold/scaffold_generator.rb +0 -0
  2949. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/erb/scaffold/templates/_form.html.erb.tt +0 -0
  2950. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/erb/scaffold/templates/edit.html.erb.tt +0 -0
  2951. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/erb/scaffold/templates/index.html.erb.tt +0 -0
  2952. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/erb/scaffold/templates/new.html.erb.tt +0 -0
  2953. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/erb/scaffold/templates/show.html.erb.tt +0 -0
  2954. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/erb.rb +0 -0
  2955. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/model_helpers.rb +0 -0
  2956. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/named_base.rb +0 -0
  2957. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/rails/app/USAGE +0 -0
  2958. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/rails/app/templates/README.md.tt +0 -0
  2959. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/rails/app/templates/Rakefile.tt +0 -0
  2960. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/rails/app/templates/app/assets/stylesheets/application.css.tt +0 -0
  2961. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/rails/app/templates/app/helpers/application_helper.rb.tt +0 -0
  2962. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/rails/app/templates/app/jobs/application_job.rb.tt +0 -0
  2963. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/rails/app/templates/app/mailers/application_mailer.rb.tt +0 -0
  2964. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/rails/app/templates/app/models/application_record.rb.tt +0 -0
  2965. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/rails/app/templates/app/views/layouts/mailer.html.erb.tt +0 -0
  2966. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/rails/app/templates/app/views/layouts/mailer.text.erb.tt +0 -0
  2967. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/rails/app/templates/app/views/pwa/manifest.json.erb.tt +0 -0
  2968. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/rails/app/templates/app/views/pwa/service-worker.js +0 -0
  2969. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/rails/app/templates/bin/brakeman.tt +0 -0
  2970. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/rails/app/templates/bin/dev.tt +0 -0
  2971. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/rails/app/templates/bin/rails.tt +0 -0
  2972. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/rails/app/templates/bin/rake.tt +0 -0
  2973. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/rails/app/templates/bin/thrust.tt +0 -0
  2974. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/rails/app/templates/config/application.rb.tt +0 -0
  2975. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/rails/app/templates/config/boot.rb.tt +0 -0
  2976. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/rails/app/templates/config/cable.yml.tt +0 -0
  2977. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/rails/app/templates/config/environment.rb.tt +0 -0
  2978. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/rails/app/templates/config/environments/test.rb.tt +0 -0
  2979. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/rails/app/templates/config/initializers/assets.rb.tt +0 -0
  2980. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/rails/app/templates/config/initializers/cors.rb.tt +0 -0
  2981. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/rails/app/templates/config/initializers/filter_parameter_logging.rb.tt +0 -0
  2982. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/rails/app/templates/config/initializers/inflections.rb.tt +0 -0
  2983. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/rails/app/templates/config/locales/en.yml +0 -0
  2984. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/rails/app/templates/config/routes.rb.tt +0 -0
  2985. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/rails/app/templates/config.ru.tt +0 -0
  2986. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/rails/app/templates/db/seeds.rb.tt +0 -0
  2987. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/rails/app/templates/dockerignore.tt +0 -0
  2988. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/rails/app/templates/gitattributes.tt +0 -0
  2989. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/rails/app/templates/gitignore.tt +0 -0
  2990. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/rails/app/templates/node-version.tt +0 -0
  2991. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/rails/app/templates/public/icon.png +0 -0
  2992. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/rails/app/templates/public/icon.svg +0 -0
  2993. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/rails/app/templates/public/robots.txt +0 -0
  2994. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/rails/app/templates/rubocop.yml.tt +0 -0
  2995. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/rails/app/templates/ruby-version.tt +0 -0
  2996. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/rails/app/templates/test/application_system_test_case.rb.tt +0 -0
  2997. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/rails/app/templates/test/test_helper.rb.tt +0 -0
  2998. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/rails/application_record/application_record_generator.rb +0 -0
  2999. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/rails/authentication/USAGE +0 -0
  3000. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/rails/authentication/templates/app/channels/application_cable/connection.rb.tt +0 -0
  3001. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/rails/authentication/templates/app/controllers/concerns/authentication.rb.tt +0 -0
  3002. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/rails/authentication/templates/app/mailers/passwords_mailer.rb.tt +0 -0
  3003. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/rails/authentication/templates/app/models/current.rb.tt +0 -0
  3004. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/rails/authentication/templates/app/models/session.rb.tt +0 -0
  3005. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/rails/authentication/templates/app/models/user.rb.tt +0 -0
  3006. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/rails/benchmark/benchmark_generator.rb +0 -0
  3007. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/rails/controller/USAGE +0 -0
  3008. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/rails/controller/controller_generator.rb +0 -0
  3009. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/rails/controller/templates/controller.rb.tt +0 -0
  3010. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/rails/credentials/credentials_generator.rb +0 -0
  3011. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/rails/credentials/templates/credentials.yml.tt +0 -0
  3012. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/rails/db/system/change/change_generator.rb +0 -0
  3013. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/rails/encrypted_file/encrypted_file_generator.rb +0 -0
  3014. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/rails/generator/USAGE +0 -0
  3015. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/rails/generator/generator_generator.rb +0 -0
  3016. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/rails/generator/templates/%file_name%_generator.rb.tt +0 -0
  3017. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/rails/generator/templates/USAGE.tt +0 -0
  3018. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/rails/helper/USAGE +0 -0
  3019. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/rails/helper/helper_generator.rb +0 -0
  3020. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/rails/helper/templates/helper.rb.tt +0 -0
  3021. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/rails/integration_test/USAGE +0 -0
  3022. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/rails/integration_test/integration_test_generator.rb +0 -0
  3023. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/rails/migration/USAGE +0 -0
  3024. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/rails/migration/migration_generator.rb +0 -0
  3025. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/rails/model/model_generator.rb +0 -0
  3026. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/rails/plugin/USAGE +0 -0
  3027. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/rails/plugin/templates/%name%.gemspec.tt +0 -0
  3028. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/rails/plugin/templates/Gemfile.tt +0 -0
  3029. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/rails/plugin/templates/MIT-LICENSE.tt +0 -0
  3030. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/rails/plugin/templates/README.md.tt +0 -0
  3031. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/rails/plugin/templates/app/controllers/%namespaced_name%/application_controller.rb.tt +0 -0
  3032. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/rails/plugin/templates/app/helpers/%namespaced_name%/application_helper.rb.tt +0 -0
  3033. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/rails/plugin/templates/app/jobs/%namespaced_name%/application_job.rb.tt +0 -0
  3034. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/rails/plugin/templates/app/mailers/%namespaced_name%/application_mailer.rb.tt +0 -0
  3035. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/rails/plugin/templates/app/models/%namespaced_name%/application_record.rb.tt +0 -0
  3036. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/rails/plugin/templates/app/views/layouts/%namespaced_name%/application.html.erb.tt +0 -0
  3037. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/rails/plugin/templates/bin/rails.tt +0 -0
  3038. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3/lib/rails/generators/rails/app → railties-8.1.0/lib/rails/generators/rails/plugin}/templates/bin/rubocop.tt +0 -0
  3039. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/rails/plugin/templates/bin/test.tt +0 -0
  3040. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/rails/plugin/templates/config/routes.rb.tt +0 -0
  3041. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/rails/plugin/templates/gitignore.tt +0 -0
  3042. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/rails/plugin/templates/lib/%namespaced_name%/engine.rb.tt +0 -0
  3043. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/rails/plugin/templates/lib/%namespaced_name%/railtie.rb.tt +0 -0
  3044. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/rails/plugin/templates/lib/%namespaced_name%/version.rb.tt +0 -0
  3045. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/rails/plugin/templates/lib/%namespaced_name%.rb.tt +0 -0
  3046. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/rails/plugin/templates/lib/tasks/%namespaced_name%_tasks.rake.tt +0 -0
  3047. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/rails/plugin/templates/rails/boot.rb.tt +0 -0
  3048. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/rails/plugin/templates/rails/routes.rb.tt +0 -0
  3049. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/rails/plugin/templates/rails/stylesheets.css +0 -0
  3050. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/rails/plugin/templates/rubocop.yml.tt +0 -0
  3051. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/rails/plugin/templates/test/%namespaced_name%_test.rb.tt +0 -0
  3052. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/rails/plugin/templates/test/application_system_test_case.rb.tt +0 -0
  3053. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/rails/plugin/templates/test/integration/navigation_test.rb.tt +0 -0
  3054. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/rails/plugin/templates/test/test_helper.rb.tt +0 -0
  3055. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/rails/resource/USAGE +0 -0
  3056. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/rails/resource/resource_generator.rb +0 -0
  3057. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/rails/resource_route/resource_route_generator.rb +0 -0
  3058. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/rails/scaffold/USAGE +0 -0
  3059. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/rails/scaffold/scaffold_generator.rb +0 -0
  3060. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/rails/scaffold_controller/USAGE +0 -0
  3061. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/rails/scaffold_controller/scaffold_controller_generator.rb +0 -0
  3062. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/rails/scaffold_controller/templates/api_controller.rb.tt +0 -0
  3063. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/rails/scaffold_controller/templates/controller.rb.tt +0 -0
  3064. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/rails/script/script_generator.rb +0 -0
  3065. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/rails/script/templates/script.rb.tt +0 -0
  3066. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/rails/system_test/USAGE +0 -0
  3067. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/rails/system_test/system_test_generator.rb +0 -0
  3068. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/rails/task/USAGE +0 -0
  3069. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/rails/task/task_generator.rb +0 -0
  3070. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/rails/task/templates/task.rb.tt +0 -0
  3071. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/resource_helpers.rb +0 -0
  3072. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/test_case.rb +0 -0
  3073. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/test_unit/authentication/templates/test/fixtures/users.yml.tt +0 -0
  3074. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/test_unit/authentication/templates/test/mailers/previews/passwords_mailer_preview.rb.tt +0 -0
  3075. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/test_unit/controller/controller_generator.rb +0 -0
  3076. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/test_unit/controller/templates/functional_test.rb.tt +0 -0
  3077. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/test_unit/generator/generator_generator.rb +0 -0
  3078. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/test_unit/generator/templates/generator_test.rb.tt +0 -0
  3079. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/test_unit/helper/helper_generator.rb +0 -0
  3080. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/test_unit/integration/integration_generator.rb +0 -0
  3081. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/test_unit/integration/templates/integration_test.rb.tt +0 -0
  3082. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/test_unit/job/job_generator.rb +0 -0
  3083. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/test_unit/job/templates/unit_test.rb.tt +0 -0
  3084. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/test_unit/mailer/mailer_generator.rb +0 -0
  3085. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/test_unit/mailer/templates/functional_test.rb.tt +0 -0
  3086. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/test_unit/mailer/templates/preview.rb.tt +0 -0
  3087. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/test_unit/model/model_generator.rb +0 -0
  3088. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/test_unit/model/templates/unit_test.rb.tt +0 -0
  3089. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/test_unit/scaffold/templates/api_functional_test.rb.tt +0 -0
  3090. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/test_unit/scaffold/templates/functional_test.rb.tt +0 -0
  3091. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/test_unit/scaffold/templates/system_test.rb.tt +0 -0
  3092. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/test_unit/system/system_generator.rb +0 -0
  3093. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/test_unit/system/templates/application_system_test_case.rb.tt +0 -0
  3094. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/test_unit/system/templates/system_test.rb.tt +0 -0
  3095. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/test_unit.rb +0 -0
  3096. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/testing/assertions.rb +0 -0
  3097. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/testing/setup_and_teardown.rb +0 -0
  3098. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/mailers_controller.rb +0 -0
  3099. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/paths.rb +0 -0
  3100. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/plugin/test.rb +0 -0
  3101. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/pwa_controller.rb +0 -0
  3102. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/rack/logger.rb +0 -0
  3103. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/rack.rb +0 -0
  3104. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/rackup/server.rb +0 -0
  3105. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/railtie/configuration.rb +0 -0
  3106. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/source_annotation_extractor.rb +0 -0
  3107. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/tasks/engine.rake +0 -0
  3108. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/tasks/framework.rake +0 -0
  3109. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/tasks/log.rake +0 -0
  3110. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/tasks/misc.rake +0 -0
  3111. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/tasks/tmp.rake +0 -0
  3112. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/tasks/yarn.rake +0 -0
  3113. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/tasks/zeitwerk.rake +0 -0
  3114. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/templates/layouts/application.html.erb +0 -0
  3115. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/templates/rails/info/properties.html.erb +0 -0
  3116. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/templates/rails/info/routes.html.erb +0 -0
  3117. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/templates/rails/mailers/index.html.erb +0 -0
  3118. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/templates/rails/mailers/mailer.html.erb +0 -0
  3119. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/test_help.rb +0 -0
  3120. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/test_unit/line_filtering.rb +0 -0
  3121. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/test_unit/railtie.rb +0 -0
  3122. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/test_unit/test_parser.rb +0 -0
  3123. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/test_unit/testing.rake +0 -0
  3124. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/testing/maintain_test_schema.rb +0 -0
  3125. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/version.rb +0 -0
  3126. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/welcome_controller.rb +0 -0
  3127. /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/zeitwerk_checker.rb +0 -0
  3128. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-3.13.1 → rspec-3.13.2}/LICENSE.md +0 -0
  3129. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-3.13.1 → rspec-3.13.2}/README.md +0 -0
  3130. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-3.13.1 → rspec-3.13.2}/lib/rspec.rb +0 -0
  3131. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/LICENSE.md +0 -0
  3132. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/README.md +0 -0
  3133. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/exe/rspec +0 -0
  3134. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/autorun.rb +0 -0
  3135. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/backtrace_formatter.rb +0 -0
  3136. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/bisect/coordinator.rb +0 -0
  3137. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/bisect/example_minimizer.rb +0 -0
  3138. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/bisect/fork_runner.rb +0 -0
  3139. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/bisect/server.rb +0 -0
  3140. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/bisect/shell_command.rb +0 -0
  3141. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/bisect/shell_runner.rb +0 -0
  3142. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/bisect/utilities.rb +0 -0
  3143. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/configuration.rb +0 -0
  3144. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/configuration_options.rb +0 -0
  3145. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/did_you_mean.rb +0 -0
  3146. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/drb.rb +0 -0
  3147. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/dsl.rb +0 -0
  3148. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/example.rb +0 -0
  3149. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/example_group.rb +0 -0
  3150. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/example_status_persister.rb +0 -0
  3151. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/filter_manager.rb +0 -0
  3152. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/flat_map.rb +0 -0
  3153. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/formatters/base_bisect_formatter.rb +0 -0
  3154. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/formatters/base_formatter.rb +0 -0
  3155. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/formatters/base_text_formatter.rb +0 -0
  3156. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/formatters/bisect_drb_formatter.rb +0 -0
  3157. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/formatters/bisect_progress_formatter.rb +0 -0
  3158. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/formatters/console_codes.rb +0 -0
  3159. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/formatters/deprecation_formatter.rb +0 -0
  3160. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/formatters/documentation_formatter.rb +0 -0
  3161. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/formatters/exception_presenter.rb +0 -0
  3162. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/formatters/failure_list_formatter.rb +0 -0
  3163. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/formatters/fallback_message_formatter.rb +0 -0
  3164. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/formatters/helpers.rb +0 -0
  3165. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/formatters/html_formatter.rb +0 -0
  3166. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/formatters/html_printer.rb +0 -0
  3167. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/formatters/html_snippet_extractor.rb +0 -0
  3168. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/formatters/json_formatter.rb +0 -0
  3169. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/formatters/profile_formatter.rb +0 -0
  3170. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/formatters/progress_formatter.rb +0 -0
  3171. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/formatters/protocol.rb +0 -0
  3172. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/formatters/snippet_extractor.rb +0 -0
  3173. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/formatters/syntax_highlighter.rb +0 -0
  3174. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/formatters.rb +0 -0
  3175. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/hooks.rb +0 -0
  3176. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/invocations.rb +0 -0
  3177. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/memoized_helpers.rb +0 -0
  3178. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/metadata.rb +0 -0
  3179. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/metadata_filter.rb +0 -0
  3180. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/minitest_assertions_adapter.rb +0 -0
  3181. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/mocking_adapters/flexmock.rb +0 -0
  3182. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/mocking_adapters/mocha.rb +0 -0
  3183. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/mocking_adapters/null.rb +0 -0
  3184. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/mocking_adapters/rr.rb +0 -0
  3185. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/mocking_adapters/rspec.rb +0 -0
  3186. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/notifications.rb +0 -0
  3187. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/option_parser.rb +0 -0
  3188. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/ordering.rb +0 -0
  3189. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/output_wrapper.rb +0 -0
  3190. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/pending.rb +0 -0
  3191. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/profiler.rb +0 -0
  3192. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/project_initializer/spec/spec_helper.rb +0 -0
  3193. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/project_initializer.rb +0 -0
  3194. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/rake_task.rb +0 -0
  3195. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/reporter.rb +0 -0
  3196. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/ruby_project.rb +0 -0
  3197. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/runner.rb +0 -0
  3198. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/sandbox.rb +0 -0
  3199. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/set.rb +0 -0
  3200. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/shared_context.rb +0 -0
  3201. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/shared_example_group.rb +0 -0
  3202. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/shell_escape.rb +0 -0
  3203. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/test_unit_assertions_adapter.rb +0 -0
  3204. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/warnings.rb +0 -0
  3205. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core.rb +0 -0
  3206. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-mocks-3.13.5 → rspec-mocks-3.13.6}/LICENSE.md +0 -0
  3207. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-mocks-3.13.5 → rspec-mocks-3.13.6}/README.md +0 -0
  3208. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-mocks-3.13.5 → rspec-mocks-3.13.6}/lib/rspec/mocks/any_instance/chain.rb +0 -0
  3209. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-mocks-3.13.5 → rspec-mocks-3.13.6}/lib/rspec/mocks/any_instance/error_generator.rb +0 -0
  3210. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-mocks-3.13.5 → rspec-mocks-3.13.6}/lib/rspec/mocks/any_instance/expect_chain_chain.rb +0 -0
  3211. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-mocks-3.13.5 → rspec-mocks-3.13.6}/lib/rspec/mocks/any_instance/expectation_chain.rb +0 -0
  3212. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-mocks-3.13.5 → rspec-mocks-3.13.6}/lib/rspec/mocks/any_instance/message_chains.rb +0 -0
  3213. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-mocks-3.13.5 → rspec-mocks-3.13.6}/lib/rspec/mocks/any_instance/proxy.rb +0 -0
  3214. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-mocks-3.13.5 → rspec-mocks-3.13.6}/lib/rspec/mocks/any_instance/recorder.rb +0 -0
  3215. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-mocks-3.13.5 → rspec-mocks-3.13.6}/lib/rspec/mocks/any_instance/stub_chain.rb +0 -0
  3216. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-mocks-3.13.5 → rspec-mocks-3.13.6}/lib/rspec/mocks/any_instance/stub_chain_chain.rb +0 -0
  3217. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-mocks-3.13.5 → rspec-mocks-3.13.6}/lib/rspec/mocks/any_instance.rb +0 -0
  3218. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-mocks-3.13.5 → rspec-mocks-3.13.6}/lib/rspec/mocks/argument_list_matcher.rb +0 -0
  3219. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-mocks-3.13.5 → rspec-mocks-3.13.6}/lib/rspec/mocks/argument_matchers.rb +0 -0
  3220. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-mocks-3.13.5 → rspec-mocks-3.13.6}/lib/rspec/mocks/configuration.rb +0 -0
  3221. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-mocks-3.13.5 → rspec-mocks-3.13.6}/lib/rspec/mocks/example_methods.rb +0 -0
  3222. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-mocks-3.13.5 → rspec-mocks-3.13.6}/lib/rspec/mocks/instance_method_stasher.rb +0 -0
  3223. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-mocks-3.13.5 → rspec-mocks-3.13.6}/lib/rspec/mocks/marshal_extension.rb +0 -0
  3224. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-mocks-3.13.5 → rspec-mocks-3.13.6}/lib/rspec/mocks/matchers/expectation_customization.rb +0 -0
  3225. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-mocks-3.13.5 → rspec-mocks-3.13.6}/lib/rspec/mocks/matchers/have_received.rb +0 -0
  3226. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-mocks-3.13.5 → rspec-mocks-3.13.6}/lib/rspec/mocks/matchers/receive.rb +0 -0
  3227. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-mocks-3.13.5 → rspec-mocks-3.13.6}/lib/rspec/mocks/matchers/receive_message_chain.rb +0 -0
  3228. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-mocks-3.13.5 → rspec-mocks-3.13.6}/lib/rspec/mocks/matchers/receive_messages.rb +0 -0
  3229. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-mocks-3.13.5 → rspec-mocks-3.13.6}/lib/rspec/mocks/message_chain.rb +0 -0
  3230. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-mocks-3.13.5 → rspec-mocks-3.13.6}/lib/rspec/mocks/message_expectation.rb +0 -0
  3231. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-mocks-3.13.5 → rspec-mocks-3.13.6}/lib/rspec/mocks/method_double.rb +0 -0
  3232. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-mocks-3.13.5 → rspec-mocks-3.13.6}/lib/rspec/mocks/method_reference.rb +0 -0
  3233. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-mocks-3.13.5 → rspec-mocks-3.13.6}/lib/rspec/mocks/minitest_integration.rb +0 -0
  3234. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-mocks-3.13.5 → rspec-mocks-3.13.6}/lib/rspec/mocks/mutate_const.rb +0 -0
  3235. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-mocks-3.13.5 → rspec-mocks-3.13.6}/lib/rspec/mocks/object_reference.rb +0 -0
  3236. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-mocks-3.13.5 → rspec-mocks-3.13.6}/lib/rspec/mocks/order_group.rb +0 -0
  3237. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-mocks-3.13.5 → rspec-mocks-3.13.6}/lib/rspec/mocks/space.rb +0 -0
  3238. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-mocks-3.13.5 → rspec-mocks-3.13.6}/lib/rspec/mocks/standalone.rb +0 -0
  3239. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-mocks-3.13.5 → rspec-mocks-3.13.6}/lib/rspec/mocks/syntax.rb +0 -0
  3240. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-mocks-3.13.5 → rspec-mocks-3.13.6}/lib/rspec/mocks/targets.rb +0 -0
  3241. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-mocks-3.13.5 → rspec-mocks-3.13.6}/lib/rspec/mocks/test_double.rb +0 -0
  3242. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-mocks-3.13.5 → rspec-mocks-3.13.6}/lib/rspec/mocks/verifying_double.rb +0 -0
  3243. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-mocks-3.13.5 → rspec-mocks-3.13.6}/lib/rspec/mocks/verifying_message_expectation.rb +0 -0
  3244. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-mocks-3.13.5 → rspec-mocks-3.13.6}/lib/rspec/mocks/verifying_proxy.rb +0 -0
  3245. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-mocks-3.13.5 → rspec-mocks-3.13.6}/lib/rspec/mocks.rb +0 -0
  3246. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/LICENSE.txt +0 -0
  3247. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/README.md +0 -0
  3248. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/assets/logo.png +0 -0
  3249. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/assets/output.css.erb +0 -0
  3250. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/assets/output.html.erb +0 -0
  3251. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/config/internal_affairs.yml +0 -0
  3252. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/config/obsoletion.yml +0 -0
  3253. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/exe/rubocop +0 -0
  3254. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/arguments_env.rb +0 -0
  3255. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/arguments_file.rb +0 -0
  3256. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/ast_aliases.rb +0 -0
  3257. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cache_config.rb +0 -0
  3258. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cached_data.rb +0 -0
  3259. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cli/command/auto_generate_config.rb +0 -0
  3260. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cli/command/base.rb +0 -0
  3261. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cli/command/execute_runner.rb +0 -0
  3262. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cli/command/init_dotfile.rb +0 -0
  3263. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cli/command/lsp.rb +0 -0
  3264. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cli/command/show_cops.rb +0 -0
  3265. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cli/command/show_docs_url.rb +0 -0
  3266. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cli/command/suggest_extensions.rb +0 -0
  3267. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cli/command/version.rb +0 -0
  3268. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cli/command.rb +0 -0
  3269. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cli/environment.rb +0 -0
  3270. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cli.rb +0 -0
  3271. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/comment_config.rb +0 -0
  3272. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/config.rb +0 -0
  3273. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/config_finder.rb +0 -0
  3274. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/config_loader.rb +0 -0
  3275. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/config_loader_resolver.rb +0 -0
  3276. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/config_obsoletion/changed_enforced_styles.rb +0 -0
  3277. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/config_obsoletion/changed_parameter.rb +0 -0
  3278. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/config_obsoletion/cop_rule.rb +0 -0
  3279. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/config_obsoletion/extracted_cop.rb +0 -0
  3280. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/config_obsoletion/parameter_rule.rb +0 -0
  3281. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/config_obsoletion/removed_cop.rb +0 -0
  3282. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/config_obsoletion/renamed_cop.rb +0 -0
  3283. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/config_obsoletion/rule.rb +0 -0
  3284. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/config_obsoletion/split_cop.rb +0 -0
  3285. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/config_obsoletion.rb +0 -0
  3286. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/config_regeneration.rb +0 -0
  3287. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/config_store.rb +0 -0
  3288. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/config_validator.rb +0 -0
  3289. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/autocorrect_logic.rb +0 -0
  3290. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/badge.rb +0 -0
  3291. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/base.rb +0 -0
  3292. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/bundler/duplicated_gem.rb +0 -0
  3293. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/bundler/duplicated_group.rb +0 -0
  3294. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/bundler/gem_comment.rb +0 -0
  3295. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/bundler/gem_filename.rb +0 -0
  3296. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/bundler/gem_version.rb +0 -0
  3297. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/bundler/insecure_protocol_source.rb +0 -0
  3298. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/bundler/ordered_gems.rb +0 -0
  3299. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/commissioner.rb +0 -0
  3300. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/cop.rb +0 -0
  3301. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/corrector.rb +0 -0
  3302. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/correctors/alignment_corrector.rb +0 -0
  3303. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/correctors/condition_corrector.rb +0 -0
  3304. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/correctors/each_to_for_corrector.rb +0 -0
  3305. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/correctors/empty_line_corrector.rb +0 -0
  3306. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/correctors/for_to_each_corrector.rb +0 -0
  3307. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/correctors/if_then_corrector.rb +0 -0
  3308. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/correctors/lambda_literal_to_method_corrector.rb +0 -0
  3309. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/correctors/line_break_corrector.rb +0 -0
  3310. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/correctors/multiline_literal_brace_corrector.rb +0 -0
  3311. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/correctors/ordered_gem_corrector.rb +0 -0
  3312. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/correctors/parentheses_corrector.rb +0 -0
  3313. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/correctors/percent_literal_corrector.rb +0 -0
  3314. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/correctors/punctuation_corrector.rb +0 -0
  3315. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/correctors/require_library_corrector.rb +0 -0
  3316. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/correctors/space_corrector.rb +0 -0
  3317. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/correctors/string_literal_corrector.rb +0 -0
  3318. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/correctors/unused_arg_corrector.rb +0 -0
  3319. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/documentation.rb +0 -0
  3320. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/exclude_limit.rb +0 -0
  3321. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/force.rb +0 -0
  3322. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/gemspec/add_runtime_dependency.rb +0 -0
  3323. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/gemspec/attribute_assignment.rb +0 -0
  3324. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/gemspec/dependency_version.rb +0 -0
  3325. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/gemspec/deprecated_attribute_assignment.rb +0 -0
  3326. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/gemspec/development_dependencies.rb +0 -0
  3327. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/gemspec/duplicated_assignment.rb +0 -0
  3328. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/gemspec/ordered_dependencies.rb +0 -0
  3329. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/gemspec/require_mfa.rb +0 -0
  3330. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/gemspec/required_ruby_version.rb +0 -0
  3331. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/gemspec/ruby_version_globals_usage.rb +0 -0
  3332. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/generator/configuration_injector.rb +0 -0
  3333. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/generator/require_file_injector.rb +0 -0
  3334. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/generator.rb +0 -0
  3335. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/ignored_node.rb +0 -0
  3336. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/internal_affairs/cop_description.rb +0 -0
  3337. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/internal_affairs/cop_enabled.rb +0 -0
  3338. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/internal_affairs/create_empty_file.rb +0 -0
  3339. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/internal_affairs/empty_line_between_expect_offense_and_correction.rb +0 -0
  3340. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/internal_affairs/example_description.rb +0 -0
  3341. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/internal_affairs/example_heredoc_delimiter.rb +0 -0
  3342. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/internal_affairs/inherit_deprecated_cop_class.rb +0 -0
  3343. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/internal_affairs/lambda_or_proc.rb +0 -0
  3344. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/internal_affairs/location_exists.rb +0 -0
  3345. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/internal_affairs/location_expression.rb +0 -0
  3346. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/internal_affairs/location_line_equality_comparison.rb +0 -0
  3347. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/internal_affairs/method_name_end_with.rb +0 -0
  3348. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/internal_affairs/method_name_equal.rb +0 -0
  3349. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/internal_affairs/node_destructuring.rb +0 -0
  3350. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/internal_affairs/node_first_or_last_argument.rb +0 -0
  3351. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/internal_affairs/node_matcher_directive.rb +0 -0
  3352. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/internal_affairs/node_pattern_groups/ast_processor.rb +0 -0
  3353. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/internal_affairs/node_pattern_groups/ast_walker.rb +0 -0
  3354. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/internal_affairs/node_pattern_groups.rb +0 -0
  3355. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/internal_affairs/node_type_group.rb +0 -0
  3356. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/internal_affairs/node_type_multiple_predicates.rb +0 -0
  3357. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/internal_affairs/node_type_predicate.rb +0 -0
  3358. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/internal_affairs/numblock_handler.rb +0 -0
  3359. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/internal_affairs/offense_location_keyword.rb +0 -0
  3360. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/internal_affairs/on_send_without_on_csend.rb +0 -0
  3361. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/internal_affairs/operator_keyword.rb +0 -0
  3362. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/internal_affairs/plugin.rb +0 -0
  3363. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/internal_affairs/processed_source_buffer_name.rb +0 -0
  3364. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/internal_affairs/redundant_context_config_parameter.rb +0 -0
  3365. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/internal_affairs/redundant_described_class_as_subject.rb +0 -0
  3366. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/internal_affairs/redundant_expect_offense_arguments.rb +0 -0
  3367. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/internal_affairs/redundant_let_rubocop_config_new.rb +0 -0
  3368. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/internal_affairs/redundant_location_argument.rb +0 -0
  3369. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/internal_affairs/redundant_message_argument.rb +0 -0
  3370. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/internal_affairs/redundant_method_dispatch_node.rb +0 -0
  3371. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/internal_affairs/redundant_source_range.rb +0 -0
  3372. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/internal_affairs/single_line_comparison.rb +0 -0
  3373. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/internal_affairs/style_detected_api_use.rb +0 -0
  3374. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/internal_affairs/undefined_config.rb +0 -0
  3375. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/internal_affairs/useless_message_assertion.rb +0 -0
  3376. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/internal_affairs/useless_restrict_on_send.rb +0 -0
  3377. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/internal_affairs.rb +0 -0
  3378. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/layout/access_modifier_indentation.rb +0 -0
  3379. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/layout/argument_alignment.rb +0 -0
  3380. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/layout/array_alignment.rb +0 -0
  3381. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/layout/assignment_indentation.rb +0 -0
  3382. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/layout/begin_end_alignment.rb +0 -0
  3383. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/layout/block_alignment.rb +0 -0
  3384. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/layout/block_end_newline.rb +0 -0
  3385. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/layout/case_indentation.rb +0 -0
  3386. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/layout/class_structure.rb +0 -0
  3387. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/layout/closing_heredoc_indentation.rb +0 -0
  3388. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/layout/closing_parenthesis_indentation.rb +0 -0
  3389. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/layout/comment_indentation.rb +0 -0
  3390. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/layout/condition_position.rb +0 -0
  3391. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/layout/def_end_alignment.rb +0 -0
  3392. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/layout/dot_position.rb +0 -0
  3393. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/layout/else_alignment.rb +0 -0
  3394. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/layout/empty_comment.rb +0 -0
  3395. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/layout/empty_line_after_guard_clause.rb +0 -0
  3396. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/layout/empty_line_after_magic_comment.rb +0 -0
  3397. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/layout/empty_line_after_multiline_condition.rb +0 -0
  3398. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/layout/empty_line_between_defs.rb +0 -0
  3399. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/layout/empty_lines.rb +0 -0
  3400. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/layout/empty_lines_after_module_inclusion.rb +0 -0
  3401. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/layout/empty_lines_around_access_modifier.rb +0 -0
  3402. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/layout/empty_lines_around_arguments.rb +0 -0
  3403. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/layout/empty_lines_around_attribute_accessor.rb +0 -0
  3404. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/layout/empty_lines_around_begin_body.rb +0 -0
  3405. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/layout/empty_lines_around_block_body.rb +0 -0
  3406. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/layout/empty_lines_around_class_body.rb +0 -0
  3407. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/layout/empty_lines_around_exception_handling_keywords.rb +0 -0
  3408. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/layout/empty_lines_around_method_body.rb +0 -0
  3409. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/layout/empty_lines_around_module_body.rb +0 -0
  3410. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/layout/end_alignment.rb +0 -0
  3411. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/layout/end_of_line.rb +0 -0
  3412. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/layout/extra_spacing.rb +0 -0
  3413. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/layout/first_argument_indentation.rb +0 -0
  3414. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/layout/first_array_element_indentation.rb +0 -0
  3415. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/layout/first_array_element_line_break.rb +0 -0
  3416. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/layout/first_hash_element_indentation.rb +0 -0
  3417. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/layout/first_hash_element_line_break.rb +0 -0
  3418. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/layout/first_method_argument_line_break.rb +0 -0
  3419. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/layout/first_method_parameter_line_break.rb +0 -0
  3420. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/layout/first_parameter_indentation.rb +0 -0
  3421. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/layout/heredoc_argument_closing_parenthesis.rb +0 -0
  3422. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/layout/heredoc_indentation.rb +0 -0
  3423. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/layout/indentation_consistency.rb +0 -0
  3424. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/layout/indentation_style.rb +0 -0
  3425. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/layout/indentation_width.rb +0 -0
  3426. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/layout/initial_indentation.rb +0 -0
  3427. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/layout/leading_comment_space.rb +0 -0
  3428. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/layout/leading_empty_lines.rb +0 -0
  3429. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/layout/line_continuation_leading_space.rb +0 -0
  3430. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/layout/line_continuation_spacing.rb +0 -0
  3431. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/layout/line_end_string_concatenation_indentation.rb +0 -0
  3432. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/layout/line_length.rb +0 -0
  3433. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/layout/multiline_array_brace_layout.rb +0 -0
  3434. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/layout/multiline_array_line_breaks.rb +0 -0
  3435. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/layout/multiline_assignment_layout.rb +0 -0
  3436. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/layout/multiline_block_layout.rb +0 -0
  3437. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/layout/multiline_hash_brace_layout.rb +0 -0
  3438. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/layout/multiline_hash_key_line_breaks.rb +0 -0
  3439. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/layout/multiline_method_argument_line_breaks.rb +0 -0
  3440. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/layout/multiline_method_call_brace_layout.rb +0 -0
  3441. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/layout/multiline_method_call_indentation.rb +0 -0
  3442. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/layout/multiline_method_definition_brace_layout.rb +0 -0
  3443. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/layout/multiline_method_parameter_line_breaks.rb +0 -0
  3444. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/layout/multiline_operation_indentation.rb +0 -0
  3445. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/layout/parameter_alignment.rb +0 -0
  3446. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/layout/redundant_line_break.rb +0 -0
  3447. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/layout/rescue_ensure_alignment.rb +0 -0
  3448. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/layout/single_line_block_chain.rb +0 -0
  3449. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/layout/space_after_colon.rb +0 -0
  3450. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/layout/space_after_comma.rb +0 -0
  3451. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/layout/space_after_method_name.rb +0 -0
  3452. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/layout/space_after_not.rb +0 -0
  3453. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/layout/space_after_semicolon.rb +0 -0
  3454. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/layout/space_around_block_parameters.rb +0 -0
  3455. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/layout/space_around_equals_in_parameter_default.rb +0 -0
  3456. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/layout/space_around_keyword.rb +0 -0
  3457. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/layout/space_around_method_call_operator.rb +0 -0
  3458. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/layout/space_around_operators.rb +0 -0
  3459. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/layout/space_before_block_braces.rb +0 -0
  3460. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/layout/space_before_brackets.rb +0 -0
  3461. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/layout/space_before_comma.rb +0 -0
  3462. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/layout/space_before_comment.rb +0 -0
  3463. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/layout/space_before_first_arg.rb +0 -0
  3464. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/layout/space_before_semicolon.rb +0 -0
  3465. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/layout/space_in_lambda_literal.rb +0 -0
  3466. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/layout/space_inside_array_literal_brackets.rb +0 -0
  3467. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/layout/space_inside_array_percent_literal.rb +0 -0
  3468. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/layout/space_inside_block_braces.rb +0 -0
  3469. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/layout/space_inside_hash_literal_braces.rb +0 -0
  3470. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/layout/space_inside_parens.rb +0 -0
  3471. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/layout/space_inside_percent_literal_delimiters.rb +0 -0
  3472. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/layout/space_inside_range_literal.rb +0 -0
  3473. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/layout/space_inside_reference_brackets.rb +0 -0
  3474. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/layout/space_inside_string_interpolation.rb +0 -0
  3475. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/layout/trailing_empty_lines.rb +0 -0
  3476. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/layout/trailing_whitespace.rb +0 -0
  3477. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/legacy/corrections_proxy.rb +0 -0
  3478. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/legacy/corrector.rb +0 -0
  3479. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/ambiguous_assignment.rb +0 -0
  3480. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/ambiguous_block_association.rb +0 -0
  3481. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/ambiguous_operator.rb +0 -0
  3482. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/ambiguous_operator_precedence.rb +0 -0
  3483. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/ambiguous_range.rb +0 -0
  3484. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/ambiguous_regexp_literal.rb +0 -0
  3485. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/array_literal_in_regexp.rb +0 -0
  3486. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/assignment_in_condition.rb +0 -0
  3487. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/big_decimal_new.rb +0 -0
  3488. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/binary_operator_with_identical_operands.rb +0 -0
  3489. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/boolean_symbol.rb +0 -0
  3490. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/circular_argument_reference.rb +0 -0
  3491. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/constant_definition_in_block.rb +0 -0
  3492. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/constant_reassignment.rb +0 -0
  3493. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/constant_resolution.rb +0 -0
  3494. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/debugger.rb +0 -0
  3495. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/deprecated_class_methods.rb +0 -0
  3496. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/deprecated_constants.rb +0 -0
  3497. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/deprecated_open_ssl_constant.rb +0 -0
  3498. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/disjunctive_assignment_in_constructor.rb +0 -0
  3499. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/duplicate_branch.rb +0 -0
  3500. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/duplicate_case_condition.rb +0 -0
  3501. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/duplicate_elsif_condition.rb +0 -0
  3502. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/duplicate_hash_key.rb +0 -0
  3503. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/duplicate_magic_comment.rb +0 -0
  3504. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/duplicate_match_pattern.rb +0 -0
  3505. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/duplicate_methods.rb +0 -0
  3506. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/duplicate_regexp_character_class_element.rb +0 -0
  3507. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/duplicate_require.rb +0 -0
  3508. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/duplicate_rescue_exception.rb +0 -0
  3509. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/duplicate_set_element.rb +0 -0
  3510. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/each_with_object_argument.rb +0 -0
  3511. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/else_layout.rb +0 -0
  3512. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/empty_block.rb +0 -0
  3513. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/empty_class.rb +0 -0
  3514. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/empty_conditional_body.rb +0 -0
  3515. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/empty_ensure.rb +0 -0
  3516. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/empty_expression.rb +0 -0
  3517. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/empty_file.rb +0 -0
  3518. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/empty_in_pattern.rb +0 -0
  3519. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/empty_when.rb +0 -0
  3520. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/ensure_return.rb +0 -0
  3521. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/erb_new_arguments.rb +0 -0
  3522. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/flip_flop.rb +0 -0
  3523. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/float_comparison.rb +0 -0
  3524. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/float_out_of_range.rb +0 -0
  3525. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/format_parameter_mismatch.rb +0 -0
  3526. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/hash_compare_by_identity.rb +0 -0
  3527. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/hash_new_with_keyword_arguments_as_default.rb +0 -0
  3528. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/heredoc_method_call_position.rb +0 -0
  3529. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/identity_comparison.rb +0 -0
  3530. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/implicit_string_concatenation.rb +0 -0
  3531. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/incompatible_io_select_with_fiber_scheduler.rb +0 -0
  3532. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/ineffective_access_modifier.rb +0 -0
  3533. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/inherit_exception.rb +0 -0
  3534. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/interpolation_check.rb +0 -0
  3535. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/it_without_arguments_in_block.rb +0 -0
  3536. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/lambda_without_literal_block.rb +0 -0
  3537. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/literal_as_condition.rb +0 -0
  3538. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/literal_assignment_in_condition.rb +0 -0
  3539. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/literal_in_interpolation.rb +0 -0
  3540. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/loop.rb +0 -0
  3541. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/missing_cop_enable_directive.rb +0 -0
  3542. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/missing_super.rb +0 -0
  3543. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/mixed_case_range.rb +0 -0
  3544. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/mixed_regexp_capture_types.rb +0 -0
  3545. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/multiple_comparison.rb +0 -0
  3546. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/nested_method_definition.rb +0 -0
  3547. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/nested_percent_literal.rb +0 -0
  3548. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/next_without_accumulator.rb +0 -0
  3549. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/no_return_in_begin_end_blocks.rb +0 -0
  3550. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/non_atomic_file_operation.rb +0 -0
  3551. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/non_deterministic_require_order.rb +0 -0
  3552. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/non_local_exit_from_iterator.rb +0 -0
  3553. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/number_conversion.rb +0 -0
  3554. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/numbered_parameter_assignment.rb +0 -0
  3555. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/numeric_operation_with_constant_result.rb +0 -0
  3556. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/or_assignment_to_constant.rb +0 -0
  3557. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/ordered_magic_comments.rb +0 -0
  3558. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/out_of_range_regexp_ref.rb +0 -0
  3559. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/parentheses_as_grouped_expression.rb +0 -0
  3560. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/percent_string_array.rb +0 -0
  3561. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/percent_symbol_array.rb +0 -0
  3562. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/raise_exception.rb +0 -0
  3563. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/rand_one.rb +0 -0
  3564. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/redundant_cop_disable_directive.rb +0 -0
  3565. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/redundant_cop_enable_directive.rb +0 -0
  3566. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/redundant_dir_glob_sort.rb +0 -0
  3567. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/redundant_regexp_quantifiers.rb +0 -0
  3568. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/redundant_require_statement.rb +0 -0
  3569. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/redundant_safe_navigation.rb +0 -0
  3570. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/redundant_splat_expansion.rb +0 -0
  3571. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/redundant_string_coercion.rb +0 -0
  3572. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/redundant_type_conversion.rb +0 -0
  3573. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/redundant_with_index.rb +0 -0
  3574. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/redundant_with_object.rb +0 -0
  3575. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/refinement_import_methods.rb +0 -0
  3576. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/regexp_as_condition.rb +0 -0
  3577. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/require_parentheses.rb +0 -0
  3578. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/require_range_parentheses.rb +0 -0
  3579. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/require_relative_self_path.rb +0 -0
  3580. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/rescue_type.rb +0 -0
  3581. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/return_in_void_context.rb +0 -0
  3582. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/safe_navigation_chain.rb +0 -0
  3583. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/safe_navigation_consistency.rb +0 -0
  3584. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/safe_navigation_with_empty.rb +0 -0
  3585. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/script_permission.rb +0 -0
  3586. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/send_with_mixin_argument.rb +0 -0
  3587. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/shadowed_argument.rb +0 -0
  3588. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/shadowed_exception.rb +0 -0
  3589. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/shadowing_outer_local_variable.rb +0 -0
  3590. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/shared_mutable_default.rb +0 -0
  3591. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/struct_new_override.rb +0 -0
  3592. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/suppressed_exception.rb +0 -0
  3593. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/suppressed_exception_in_number_conversion.rb +0 -0
  3594. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/symbol_conversion.rb +0 -0
  3595. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/syntax.rb +0 -0
  3596. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/to_enum_arguments.rb +0 -0
  3597. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/to_json.rb +0 -0
  3598. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/top_level_return_with_argument.rb +0 -0
  3599. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/trailing_comma_in_attribute_declaration.rb +0 -0
  3600. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/triple_quotes.rb +0 -0
  3601. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/underscore_prefixed_variable_name.rb +0 -0
  3602. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/unescaped_bracket_in_regexp.rb +0 -0
  3603. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/unexpected_block_arity.rb +0 -0
  3604. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/unified_integer.rb +0 -0
  3605. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/unmodified_reduce_accumulator.rb +0 -0
  3606. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/unreachable_code.rb +0 -0
  3607. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/unreachable_loop.rb +0 -0
  3608. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/unused_block_argument.rb +0 -0
  3609. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/unused_method_argument.rb +0 -0
  3610. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/uri_escape_unescape.rb +0 -0
  3611. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/uri_regexp.rb +0 -0
  3612. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/useless_access_modifier.rb +0 -0
  3613. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/useless_assignment.rb +0 -0
  3614. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/useless_constant_scoping.rb +0 -0
  3615. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/useless_default_value_argument.rb +0 -0
  3616. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/useless_defined.rb +0 -0
  3617. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/useless_else_without_rescue.rb +0 -0
  3618. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/useless_method_definition.rb +0 -0
  3619. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/useless_numeric_operation.rb +0 -0
  3620. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/useless_or.rb +0 -0
  3621. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/useless_rescue.rb +0 -0
  3622. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/useless_ruby2_keywords.rb +0 -0
  3623. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/useless_setter_call.rb +0 -0
  3624. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/useless_times.rb +0 -0
  3625. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/utils/nil_receiver_checker.rb +0 -0
  3626. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/void.rb +0 -0
  3627. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/message_annotator.rb +0 -0
  3628. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/metrics/abc_size.rb +0 -0
  3629. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/metrics/block_length.rb +0 -0
  3630. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/metrics/block_nesting.rb +0 -0
  3631. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/metrics/class_length.rb +0 -0
  3632. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/metrics/collection_literal_length.rb +0 -0
  3633. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/metrics/cyclomatic_complexity.rb +0 -0
  3634. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/metrics/method_length.rb +0 -0
  3635. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/metrics/module_length.rb +0 -0
  3636. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/metrics/parameter_lists.rb +0 -0
  3637. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/metrics/perceived_complexity.rb +0 -0
  3638. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/metrics/utils/abc_size_calculator.rb +0 -0
  3639. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/metrics/utils/code_length_calculator.rb +0 -0
  3640. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/metrics/utils/iterating_block.rb +0 -0
  3641. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/metrics/utils/repeated_attribute_discount.rb +0 -0
  3642. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/metrics/utils/repeated_csend_discount.rb +0 -0
  3643. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/migration/department_name.rb +0 -0
  3644. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/mixin/alignment.rb +0 -0
  3645. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/mixin/allowed_identifiers.rb +0 -0
  3646. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/mixin/allowed_methods.rb +0 -0
  3647. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/mixin/allowed_pattern.rb +0 -0
  3648. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/mixin/allowed_receivers.rb +0 -0
  3649. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/mixin/annotation_comment.rb +0 -0
  3650. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/mixin/array_min_size.rb +0 -0
  3651. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/mixin/array_syntax.rb +0 -0
  3652. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/mixin/auto_corrector.rb +0 -0
  3653. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/mixin/check_assignment.rb +0 -0
  3654. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/mixin/check_line_breakable.rb +0 -0
  3655. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/mixin/check_single_line_suitability.rb +0 -0
  3656. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/mixin/code_length.rb +0 -0
  3657. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/mixin/comments_help.rb +0 -0
  3658. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/mixin/configurable_enforced_style.rb +0 -0
  3659. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/mixin/configurable_formatting.rb +0 -0
  3660. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/mixin/configurable_max.rb +0 -0
  3661. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/mixin/configurable_naming.rb +0 -0
  3662. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/mixin/configurable_numbering.rb +0 -0
  3663. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/mixin/def_node.rb +0 -0
  3664. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/mixin/dig_help.rb +0 -0
  3665. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/mixin/documentation_comment.rb +0 -0
  3666. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/mixin/duplication.rb +0 -0
  3667. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/mixin/empty_lines_around_body.rb +0 -0
  3668. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/mixin/empty_parameter.rb +0 -0
  3669. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/mixin/end_keyword_alignment.rb +0 -0
  3670. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/mixin/endless_method_rewriter.rb +0 -0
  3671. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/mixin/enforce_superclass.rb +0 -0
  3672. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/mixin/first_element_line_break.rb +0 -0
  3673. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/mixin/forbidden_identifiers.rb +0 -0
  3674. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/mixin/forbidden_pattern.rb +0 -0
  3675. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/mixin/frozen_string_literal.rb +0 -0
  3676. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/mixin/gem_declaration.rb +0 -0
  3677. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/mixin/gemspec_help.rb +0 -0
  3678. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/mixin/hash_alignment_styles.rb +0 -0
  3679. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/mixin/hash_shorthand_syntax.rb +0 -0
  3680. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/mixin/hash_subset.rb +0 -0
  3681. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/mixin/hash_transform_method.rb +0 -0
  3682. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/mixin/heredoc.rb +0 -0
  3683. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/mixin/integer_node.rb +0 -0
  3684. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/mixin/interpolation.rb +0 -0
  3685. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/mixin/line_length_help.rb +0 -0
  3686. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/mixin/match_range.rb +0 -0
  3687. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/mixin/method_complexity.rb +0 -0
  3688. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/mixin/method_preference.rb +0 -0
  3689. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/mixin/min_body_length.rb +0 -0
  3690. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/mixin/min_branches_count.rb +0 -0
  3691. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/mixin/multiline_element_indentation.rb +0 -0
  3692. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/mixin/multiline_element_line_breaks.rb +0 -0
  3693. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/mixin/multiline_expression_indentation.rb +0 -0
  3694. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/mixin/multiline_literal_brace_layout.rb +0 -0
  3695. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/mixin/negative_conditional.rb +0 -0
  3696. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/mixin/nil_methods.rb +0 -0
  3697. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/mixin/on_normal_if_unless.rb +0 -0
  3698. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/mixin/ordered_gem_node.rb +0 -0
  3699. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/mixin/parentheses.rb +0 -0
  3700. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/mixin/percent_array.rb +0 -0
  3701. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/mixin/percent_literal.rb +0 -0
  3702. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/mixin/preceding_following_alignment.rb +0 -0
  3703. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/mixin/preferred_delimiters.rb +0 -0
  3704. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/mixin/range_help.rb +0 -0
  3705. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/mixin/rational_literal.rb +0 -0
  3706. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/mixin/require_library.rb +0 -0
  3707. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/mixin/rescue_node.rb +0 -0
  3708. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/mixin/safe_assignment.rb +0 -0
  3709. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/mixin/space_after_punctuation.rb +0 -0
  3710. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/mixin/space_before_punctuation.rb +0 -0
  3711. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/mixin/statement_modifier.rb +0 -0
  3712. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/mixin/string_help.rb +0 -0
  3713. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/mixin/string_literals_help.rb +0 -0
  3714. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/mixin/surrounding_space.rb +0 -0
  3715. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/mixin/symbol_help.rb +0 -0
  3716. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/mixin/target_ruby_version.rb +0 -0
  3717. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/mixin/trailing_body.rb +0 -0
  3718. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/mixin/trailing_comma.rb +0 -0
  3719. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/mixin/uncommunicative_name.rb +0 -0
  3720. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/mixin/unused_argument.rb +0 -0
  3721. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/mixin/visibility_help.rb +0 -0
  3722. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/naming/accessor_method_name.rb +0 -0
  3723. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/naming/ascii_identifiers.rb +0 -0
  3724. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/naming/binary_operator_parameter_name.rb +0 -0
  3725. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/naming/block_forwarding.rb +0 -0
  3726. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/naming/block_parameter_name.rb +0 -0
  3727. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/naming/class_and_module_camel_case.rb +0 -0
  3728. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/naming/constant_name.rb +0 -0
  3729. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/naming/file_name.rb +0 -0
  3730. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/naming/heredoc_delimiter_case.rb +0 -0
  3731. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/naming/heredoc_delimiter_naming.rb +0 -0
  3732. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/naming/inclusive_language.rb +0 -0
  3733. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/naming/memoized_instance_variable_name.rb +0 -0
  3734. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/naming/method_name.rb +0 -0
  3735. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/naming/method_parameter_name.rb +0 -0
  3736. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/naming/predicate_method.rb +0 -0
  3737. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/naming/predicate_prefix.rb +0 -0
  3738. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/naming/rescued_exceptions_variable_name.rb +0 -0
  3739. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/naming/variable_name.rb +0 -0
  3740. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/naming/variable_number.rb +0 -0
  3741. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/offense.rb +0 -0
  3742. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/registry.rb +0 -0
  3743. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/security/compound_hash.rb +0 -0
  3744. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/security/eval.rb +0 -0
  3745. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/security/io_methods.rb +0 -0
  3746. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/security/marshal_load.rb +0 -0
  3747. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/security/open.rb +0 -0
  3748. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/security/yaml_load.rb +0 -0
  3749. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/severity.rb +0 -0
  3750. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/access_modifier_declarations.rb +0 -0
  3751. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/accessor_grouping.rb +0 -0
  3752. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/alias.rb +0 -0
  3753. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/ambiguous_endless_method_definition.rb +0 -0
  3754. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/and_or.rb +0 -0
  3755. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/arguments_forwarding.rb +0 -0
  3756. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/array_coercion.rb +0 -0
  3757. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/array_first_last.rb +0 -0
  3758. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/array_intersect_with_single_element.rb +0 -0
  3759. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/array_join.rb +0 -0
  3760. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/ascii_comments.rb +0 -0
  3761. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/attr.rb +0 -0
  3762. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/auto_resource_cleanup.rb +0 -0
  3763. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/bare_percent_literals.rb +0 -0
  3764. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/begin_block.rb +0 -0
  3765. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/bisected_attr_accessor/macro.rb +0 -0
  3766. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/bisected_attr_accessor.rb +0 -0
  3767. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/bitwise_predicate.rb +0 -0
  3768. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/block_comments.rb +0 -0
  3769. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/block_delimiters.rb +0 -0
  3770. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/case_equality.rb +0 -0
  3771. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/case_like_if.rb +0 -0
  3772. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/character_literal.rb +0 -0
  3773. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/class_and_module_children.rb +0 -0
  3774. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/class_check.rb +0 -0
  3775. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/class_equality_comparison.rb +0 -0
  3776. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/class_methods.rb +0 -0
  3777. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/class_methods_definitions.rb +0 -0
  3778. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/class_vars.rb +0 -0
  3779. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/collection_compact.rb +0 -0
  3780. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/collection_methods.rb +0 -0
  3781. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/collection_querying.rb +0 -0
  3782. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/colon_method_call.rb +0 -0
  3783. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/colon_method_definition.rb +0 -0
  3784. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/combinable_defined.rb +0 -0
  3785. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/combinable_loops.rb +0 -0
  3786. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/command_literal.rb +0 -0
  3787. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/comment_annotation.rb +0 -0
  3788. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/commented_keyword.rb +0 -0
  3789. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/comparable_between.rb +0 -0
  3790. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/comparable_clamp.rb +0 -0
  3791. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/concat_array_literals.rb +0 -0
  3792. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/constant_visibility.rb +0 -0
  3793. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/copyright.rb +0 -0
  3794. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/data_inheritance.rb +0 -0
  3795. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/date_time.rb +0 -0
  3796. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/def_with_parentheses.rb +0 -0
  3797. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/dig_chain.rb +0 -0
  3798. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/dir.rb +0 -0
  3799. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/dir_empty.rb +0 -0
  3800. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/disable_cops_within_source_code_directive.rb +0 -0
  3801. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/document_dynamic_eval_definition.rb +0 -0
  3802. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/documentation.rb +0 -0
  3803. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/documentation_method.rb +0 -0
  3804. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/double_cop_disable_directive.rb +0 -0
  3805. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/double_negation.rb +0 -0
  3806. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/each_for_simple_loop.rb +0 -0
  3807. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/each_with_object.rb +0 -0
  3808. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/empty_block_parameter.rb +0 -0
  3809. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/empty_case_condition.rb +0 -0
  3810. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/empty_else.rb +0 -0
  3811. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/empty_heredoc.rb +0 -0
  3812. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/empty_lambda_parameter.rb +0 -0
  3813. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/empty_literal.rb +0 -0
  3814. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/empty_method.rb +0 -0
  3815. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/empty_string_inside_interpolation.rb +0 -0
  3816. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/encoding.rb +0 -0
  3817. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/end_block.rb +0 -0
  3818. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/env_home.rb +0 -0
  3819. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/eval_with_location.rb +0 -0
  3820. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/even_odd.rb +0 -0
  3821. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/exact_regexp_match.rb +0 -0
  3822. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/expand_path_arguments.rb +0 -0
  3823. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/explicit_block_argument.rb +0 -0
  3824. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/exponential_notation.rb +0 -0
  3825. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/fetch_env_var.rb +0 -0
  3826. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/file_empty.rb +0 -0
  3827. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/file_null.rb +0 -0
  3828. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/file_read.rb +0 -0
  3829. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/file_touch.rb +0 -0
  3830. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/file_write.rb +0 -0
  3831. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/float_division.rb +0 -0
  3832. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/for.rb +0 -0
  3833. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/format_string.rb +0 -0
  3834. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/format_string_token.rb +0 -0
  3835. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/frozen_string_literal_comment.rb +0 -0
  3836. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/global_std_stream.rb +0 -0
  3837. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/global_vars.rb +0 -0
  3838. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/guard_clause.rb +0 -0
  3839. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/hash_as_last_array_item.rb +0 -0
  3840. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/hash_conversion.rb +0 -0
  3841. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/hash_each_methods.rb +0 -0
  3842. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/hash_except.rb +0 -0
  3843. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/hash_fetch_chain.rb +0 -0
  3844. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/hash_like_case.rb +0 -0
  3845. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/hash_slice.rb +0 -0
  3846. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/hash_syntax.rb +0 -0
  3847. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/hash_transform_keys.rb +0 -0
  3848. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/hash_transform_values.rb +0 -0
  3849. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/identical_conditional_branches.rb +0 -0
  3850. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/if_inside_else.rb +0 -0
  3851. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/if_unless_modifier.rb +0 -0
  3852. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/if_unless_modifier_of_if_unless.rb +0 -0
  3853. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/if_with_boolean_literal_branches.rb +0 -0
  3854. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/if_with_semicolon.rb +0 -0
  3855. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/implicit_runtime_error.rb +0 -0
  3856. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/in_pattern_then.rb +0 -0
  3857. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/infinite_loop.rb +0 -0
  3858. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/inline_comment.rb +0 -0
  3859. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/inverse_methods.rb +0 -0
  3860. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/invertible_unless_condition.rb +0 -0
  3861. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/ip_addresses.rb +0 -0
  3862. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/it_assignment.rb +0 -0
  3863. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/it_block_parameter.rb +0 -0
  3864. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/keyword_arguments_merging.rb +0 -0
  3865. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/keyword_parameters_order.rb +0 -0
  3866. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/lambda.rb +0 -0
  3867. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/lambda_call.rb +0 -0
  3868. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/line_end_concatenation.rb +0 -0
  3869. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/magic_comment_format.rb +0 -0
  3870. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/map_compact_with_conditional_block.rb +0 -0
  3871. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/map_into_array.rb +0 -0
  3872. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/map_to_hash.rb +0 -0
  3873. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/map_to_set.rb +0 -0
  3874. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/method_call_with_args_parentheses/omit_parentheses.rb +0 -0
  3875. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/method_call_with_args_parentheses/require_parentheses.rb +0 -0
  3876. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/method_call_with_args_parentheses.rb +0 -0
  3877. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/method_call_without_args_parentheses.rb +0 -0
  3878. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/method_called_on_do_end_block.rb +0 -0
  3879. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/method_def_parentheses.rb +0 -0
  3880. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/min_max.rb +0 -0
  3881. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/min_max_comparison.rb +0 -0
  3882. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/missing_else.rb +0 -0
  3883. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/missing_respond_to_missing.rb +0 -0
  3884. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/mixin_grouping.rb +0 -0
  3885. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/mixin_usage.rb +0 -0
  3886. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/module_function.rb +0 -0
  3887. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/multiline_block_chain.rb +0 -0
  3888. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/multiline_if_modifier.rb +0 -0
  3889. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/multiline_if_then.rb +0 -0
  3890. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/multiline_in_pattern_then.rb +0 -0
  3891. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/multiline_memoization.rb +0 -0
  3892. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/multiline_method_signature.rb +0 -0
  3893. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/multiline_ternary_operator.rb +0 -0
  3894. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/multiline_when_then.rb +0 -0
  3895. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/multiple_comparison.rb +0 -0
  3896. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/mutable_constant.rb +0 -0
  3897. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/negated_if.rb +0 -0
  3898. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/negated_if_else_condition.rb +0 -0
  3899. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/negated_unless.rb +0 -0
  3900. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/negated_while.rb +0 -0
  3901. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/nested_file_dirname.rb +0 -0
  3902. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/nested_modifier.rb +0 -0
  3903. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/nested_parenthesized_calls.rb +0 -0
  3904. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/nested_ternary_operator.rb +0 -0
  3905. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/next.rb +0 -0
  3906. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/nil_comparison.rb +0 -0
  3907. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/nil_lambda.rb +0 -0
  3908. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/non_nil_check.rb +0 -0
  3909. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/not.rb +0 -0
  3910. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/numbered_parameters.rb +0 -0
  3911. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/numbered_parameters_limit.rb +0 -0
  3912. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/numeric_literal_prefix.rb +0 -0
  3913. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/numeric_literals.rb +0 -0
  3914. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/numeric_predicate.rb +0 -0
  3915. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/object_then.rb +0 -0
  3916. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/open_struct_use.rb +0 -0
  3917. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/operator_method_call.rb +0 -0
  3918. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/option_hash.rb +0 -0
  3919. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/optional_arguments.rb +0 -0
  3920. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/optional_boolean_parameter.rb +0 -0
  3921. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/or_assignment.rb +0 -0
  3922. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/parallel_assignment.rb +0 -0
  3923. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/parentheses_around_condition.rb +0 -0
  3924. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/percent_literal_delimiters.rb +0 -0
  3925. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/percent_q_literals.rb +0 -0
  3926. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/perl_backrefs.rb +0 -0
  3927. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/preferred_hash_methods.rb +0 -0
  3928. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/proc.rb +0 -0
  3929. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/quoted_symbols.rb +0 -0
  3930. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/raise_args.rb +0 -0
  3931. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/random_with_offset.rb +0 -0
  3932. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/redundant_argument.rb +0 -0
  3933. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/redundant_array_constructor.rb +0 -0
  3934. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/redundant_array_flatten.rb +0 -0
  3935. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/redundant_assignment.rb +0 -0
  3936. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/redundant_begin.rb +0 -0
  3937. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/redundant_capital_w.rb +0 -0
  3938. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/redundant_condition.rb +0 -0
  3939. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/redundant_conditional.rb +0 -0
  3940. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/redundant_constant_base.rb +0 -0
  3941. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/redundant_current_directory_in_path.rb +0 -0
  3942. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/redundant_double_splat_hash_braces.rb +0 -0
  3943. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/redundant_each.rb +0 -0
  3944. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/redundant_exception.rb +0 -0
  3945. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/redundant_fetch_block.rb +0 -0
  3946. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/redundant_file_extension_in_require.rb +0 -0
  3947. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/redundant_filter_chain.rb +0 -0
  3948. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/redundant_freeze.rb +0 -0
  3949. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/redundant_heredoc_delimiter_quotes.rb +0 -0
  3950. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/redundant_initialize.rb +0 -0
  3951. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/redundant_interpolation_unfreeze.rb +0 -0
  3952. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/redundant_line_continuation.rb +0 -0
  3953. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/redundant_parentheses.rb +0 -0
  3954. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/redundant_percent_q.rb +0 -0
  3955. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/redundant_regexp_argument.rb +0 -0
  3956. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/redundant_regexp_character_class.rb +0 -0
  3957. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/redundant_regexp_constructor.rb +0 -0
  3958. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/redundant_regexp_escape.rb +0 -0
  3959. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/redundant_return.rb +0 -0
  3960. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/redundant_self.rb +0 -0
  3961. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/redundant_self_assignment.rb +0 -0
  3962. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/redundant_self_assignment_branch.rb +0 -0
  3963. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/redundant_sort.rb +0 -0
  3964. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/redundant_sort_by.rb +0 -0
  3965. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/redundant_string_escape.rb +0 -0
  3966. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/regexp_literal.rb +0 -0
  3967. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/require_order.rb +0 -0
  3968. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/rescue_modifier.rb +0 -0
  3969. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/rescue_standard_error.rb +0 -0
  3970. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/return_nil.rb +0 -0
  3971. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/return_nil_in_predicate_method_definition.rb +0 -0
  3972. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/safe_navigation.rb +0 -0
  3973. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/safe_navigation_chain_length.rb +0 -0
  3974. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/sample.rb +0 -0
  3975. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/select_by_regexp.rb +0 -0
  3976. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/self_assignment.rb +0 -0
  3977. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/send.rb +0 -0
  3978. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/send_with_literal_method_name.rb +0 -0
  3979. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/signal_exception.rb +0 -0
  3980. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/single_argument_dig.rb +0 -0
  3981. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/single_line_block_params.rb +0 -0
  3982. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/single_line_do_end_block.rb +0 -0
  3983. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/single_line_methods.rb +0 -0
  3984. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/slicing_with_range.rb +0 -0
  3985. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/sole_nested_conditional.rb +0 -0
  3986. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/special_global_vars.rb +0 -0
  3987. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/stabby_lambda_parentheses.rb +0 -0
  3988. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/static_class.rb +0 -0
  3989. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/stderr_puts.rb +0 -0
  3990. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/string_chars.rb +0 -0
  3991. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/string_concatenation.rb +0 -0
  3992. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/string_hash_keys.rb +0 -0
  3993. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/string_literals.rb +0 -0
  3994. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/string_literals_in_interpolation.rb +0 -0
  3995. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/string_methods.rb +0 -0
  3996. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/strip.rb +0 -0
  3997. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/struct_inheritance.rb +0 -0
  3998. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/super_arguments.rb +0 -0
  3999. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/super_with_args_parentheses.rb +0 -0
  4000. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/swap_values.rb +0 -0
  4001. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/symbol_array.rb +0 -0
  4002. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/symbol_literal.rb +0 -0
  4003. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/symbol_proc.rb +0 -0
  4004. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/ternary_parentheses.rb +0 -0
  4005. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/top_level_method_definition.rb +0 -0
  4006. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/trailing_body_on_class.rb +0 -0
  4007. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/trailing_body_on_method_definition.rb +0 -0
  4008. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/trailing_body_on_module.rb +0 -0
  4009. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/trailing_comma_in_arguments.rb +0 -0
  4010. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/trailing_comma_in_array_literal.rb +0 -0
  4011. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/trailing_comma_in_block_args.rb +0 -0
  4012. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/trailing_comma_in_hash_literal.rb +0 -0
  4013. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/trailing_method_end_statement.rb +0 -0
  4014. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/trailing_underscore_variable.rb +0 -0
  4015. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/trivial_accessors.rb +0 -0
  4016. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/unless_else.rb +0 -0
  4017. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/unless_logical_operators.rb +0 -0
  4018. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/unpack_first.rb +0 -0
  4019. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/variable_interpolation.rb +0 -0
  4020. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/when_then.rb +0 -0
  4021. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/while_until_do.rb +0 -0
  4022. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/while_until_modifier.rb +0 -0
  4023. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/word_array.rb +0 -0
  4024. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/yaml_file_read.rb +0 -0
  4025. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/yoda_condition.rb +0 -0
  4026. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/yoda_expression.rb +0 -0
  4027. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/zero_length_predicate.rb +0 -0
  4028. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/team.rb +0 -0
  4029. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/util.rb +0 -0
  4030. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/utils/format_string.rb +0 -0
  4031. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/variable_force/assignment.rb +0 -0
  4032. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/variable_force/branch.rb +0 -0
  4033. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/variable_force/branchable.rb +0 -0
  4034. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/variable_force/reference.rb +0 -0
  4035. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/variable_force/scope.rb +0 -0
  4036. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/variable_force/variable.rb +0 -0
  4037. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/variable_force/variable_table.rb +0 -0
  4038. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/variable_force.rb +0 -0
  4039. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/core_ext/string.rb +0 -0
  4040. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/directive_comment.rb +0 -0
  4041. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/error.rb +0 -0
  4042. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/ext/comment.rb +0 -0
  4043. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/ext/processed_source.rb +0 -0
  4044. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/ext/range.rb +0 -0
  4045. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/ext/regexp_node.rb +0 -0
  4046. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/ext/regexp_parser.rb +0 -0
  4047. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/feature_loader.rb +0 -0
  4048. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/file_finder.rb +0 -0
  4049. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/file_patterns.rb +0 -0
  4050. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/formatter/auto_gen_config_formatter.rb +0 -0
  4051. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/formatter/base_formatter.rb +0 -0
  4052. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/formatter/clang_style_formatter.rb +0 -0
  4053. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/formatter/colorizable.rb +0 -0
  4054. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/formatter/disabled_config_formatter.rb +0 -0
  4055. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/formatter/emacs_style_formatter.rb +0 -0
  4056. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/formatter/file_list_formatter.rb +0 -0
  4057. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/formatter/formatter_set.rb +0 -0
  4058. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/formatter/fuubar_style_formatter.rb +0 -0
  4059. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/formatter/github_actions_formatter.rb +0 -0
  4060. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/formatter/html_formatter.rb +0 -0
  4061. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/formatter/json_formatter.rb +0 -0
  4062. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/formatter/junit_formatter.rb +0 -0
  4063. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/formatter/markdown_formatter.rb +0 -0
  4064. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/formatter/offense_count_formatter.rb +0 -0
  4065. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/formatter/pacman_formatter.rb +0 -0
  4066. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/formatter/progress_formatter.rb +0 -0
  4067. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/formatter/quiet_formatter.rb +0 -0
  4068. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/formatter/simple_text_formatter.rb +0 -0
  4069. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/formatter/tap_formatter.rb +0 -0
  4070. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/formatter/text_util.rb +0 -0
  4071. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/formatter/worst_offenders_formatter.rb +0 -0
  4072. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/formatter.rb +0 -0
  4073. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/lockfile.rb +0 -0
  4074. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/lsp/diagnostic.rb +0 -0
  4075. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/lsp/logger.rb +0 -0
  4076. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/lsp/routes.rb +0 -0
  4077. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/lsp/runtime.rb +0 -0
  4078. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/lsp/server.rb +0 -0
  4079. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/lsp/severity.rb +0 -0
  4080. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/lsp/stdin_runner.rb +0 -0
  4081. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/lsp.rb +0 -0
  4082. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/magic_comment.rb +0 -0
  4083. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/name_similarity.rb +0 -0
  4084. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/options.rb +0 -0
  4085. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/path_util.rb +0 -0
  4086. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/pending_cops_reporter.rb +0 -0
  4087. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/platform.rb +0 -0
  4088. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/plugin/configuration_integrator.rb +0 -0
  4089. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/plugin/load_error.rb +0 -0
  4090. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/plugin/loader.rb +0 -0
  4091. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/plugin/not_supported_error.rb +0 -0
  4092. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/plugin.rb +0 -0
  4093. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/rake_task.rb +0 -0
  4094. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/remote_config.rb +0 -0
  4095. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/result_cache.rb +0 -0
  4096. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/rspec/cop_helper.rb +0 -0
  4097. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/rspec/expect_offense.rb +0 -0
  4098. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/rspec/parallel_formatter.rb +0 -0
  4099. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/rspec/shared_contexts.rb +0 -0
  4100. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/rspec/support.rb +0 -0
  4101. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/runner.rb +0 -0
  4102. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/server/cache.rb +0 -0
  4103. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/server/cli.rb +0 -0
  4104. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/server/client_command/base.rb +0 -0
  4105. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/server/client_command/exec.rb +0 -0
  4106. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/server/client_command/restart.rb +0 -0
  4107. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/server/client_command/start.rb +0 -0
  4108. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/server/client_command/status.rb +0 -0
  4109. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/server/client_command/stop.rb +0 -0
  4110. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/server/client_command.rb +0 -0
  4111. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/server/core.rb +0 -0
  4112. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/server/errors.rb +0 -0
  4113. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/server/helper.rb +0 -0
  4114. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/server/server_command/base.rb +0 -0
  4115. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/server/server_command/exec.rb +0 -0
  4116. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/server/server_command/stop.rb +0 -0
  4117. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/server/server_command.rb +0 -0
  4118. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/server/socket_reader.rb +0 -0
  4119. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/server.rb +0 -0
  4120. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/string_interpreter.rb +0 -0
  4121. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/target_finder.rb +0 -0
  4122. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/target_ruby.rb +0 -0
  4123. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/util.rb +0 -0
  4124. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/warning.rb +0 -0
  4125. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/yaml_duplication_checker.rb +0 -0
  4126. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop.rb +0 -0
  4127. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/ruby_lsp/rubocop/addon.rb +0 -0
  4128. /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/ruby_lsp/rubocop/runtime_adapter.rb +0 -0
@@ -0,0 +1,2766 @@
1
+ # frozen_string_literal: true
2
+
3
+ require "action_view/helpers/date_helper"
4
+ require "action_view/helpers/url_helper"
5
+ require "action_view/helpers/form_tag_helper"
6
+ require "action_view/helpers/active_model_helper"
7
+ require "action_view/model_naming"
8
+ require "action_view/record_identifier"
9
+ require "active_support/code_generator"
10
+ require "active_support/core_ext/module/attribute_accessors"
11
+ require "active_support/core_ext/hash/slice"
12
+ require "active_support/core_ext/string/output_safety"
13
+ require "active_support/core_ext/string/inflections"
14
+
15
+ module ActionView
16
+ module Helpers # :nodoc:
17
+ # = Action View Form \Helpers
18
+ #
19
+ # Form helpers are designed to make working with resources much easier
20
+ # compared to using vanilla HTML.
21
+ #
22
+ # Typically, a form designed to create or update a resource reflects the
23
+ # identity of the resource in several ways: (i) the URL that the form is
24
+ # sent to (the form element's +action+ attribute) should result in a request
25
+ # being routed to the appropriate controller action (with the appropriate <tt>:id</tt>
26
+ # parameter in the case of an existing resource), (ii) input fields should
27
+ # be named in such a way that in the controller their values appear in the
28
+ # appropriate places within the +params+ hash, and (iii) for an existing record,
29
+ # when the form is initially displayed, input fields corresponding to attributes
30
+ # of the resource should show the current values of those attributes.
31
+ #
32
+ # In \Rails, this is usually achieved by creating the form using either
33
+ # #form_with or #form_for and a number of related helper methods. These
34
+ # methods generate an appropriate <tt>form</tt> tag and yield a form
35
+ # builder object that knows the model the form is about. Input fields are
36
+ # created by calling methods defined on the form builder, which means they
37
+ # are able to generate the appropriate names and default values
38
+ # corresponding to the model attributes, as well as convenient IDs, etc.
39
+ # Conventions in the generated field names allow controllers to receive form
40
+ # data nicely structured in +params+ with no effort on your side.
41
+ #
42
+ # For example, to create a new person you typically set up a new instance of
43
+ # +Person+ in the <tt>PeopleController#new</tt> action, <tt>@person</tt>, and
44
+ # in the view template pass that object to #form_with or #form_for:
45
+ #
46
+ # <%= form_with model: @person do |f| %>
47
+ # <%= f.label :first_name %>:
48
+ # <%= f.text_field :first_name %><br />
49
+ #
50
+ # <%= f.label :last_name %>:
51
+ # <%= f.text_field :last_name %><br />
52
+ #
53
+ # <%= f.submit %>
54
+ # <% end %>
55
+ #
56
+ # The HTML generated for this would be (modulus formatting):
57
+ #
58
+ # <form action="/people" class="new_person" id="new_person" method="post">
59
+ # <input name="authenticity_token" type="hidden" value="NrOp5bsjoLRuK8IW5+dQEYjKGUJDe7TQoZVvq95Wteg=" />
60
+ # <label for="person_first_name">First name</label>:
61
+ # <input id="person_first_name" name="person[first_name]" type="text" /><br />
62
+ #
63
+ # <label for="person_last_name">Last name</label>:
64
+ # <input id="person_last_name" name="person[last_name]" type="text" /><br />
65
+ #
66
+ # <input name="commit" type="submit" value="Create Person" />
67
+ # </form>
68
+ #
69
+ # As you see, the HTML reflects knowledge about the resource in several spots,
70
+ # like the path the form should be submitted to, or the names of the input fields.
71
+ #
72
+ # In particular, thanks to the conventions followed in the generated field names, the
73
+ # controller gets a nested hash <tt>params[:person]</tt> with the person attributes
74
+ # set in the form. That hash is ready to be passed to <tt>Person.new</tt>:
75
+ #
76
+ # @person = Person.new(params[:person])
77
+ # if @person.save
78
+ # # success
79
+ # else
80
+ # # error handling
81
+ # end
82
+ #
83
+ # Interestingly, the exact same view code in the previous example can be used to edit
84
+ # a person. If <tt>@person</tt> is an existing record with name "John Smith" and ID 256,
85
+ # the code above as is would yield instead:
86
+ #
87
+ # <form action="/people/256" class="edit_person" id="edit_person_256" method="post">
88
+ # <input name="_method" type="hidden" value="patch" />
89
+ # <input name="authenticity_token" type="hidden" value="NrOp5bsjoLRuK8IW5+dQEYjKGUJDe7TQoZVvq95Wteg=" />
90
+ # <label for="person_first_name">First name</label>:
91
+ # <input id="person_first_name" name="person[first_name]" type="text" value="John" /><br />
92
+ #
93
+ # <label for="person_last_name">Last name</label>:
94
+ # <input id="person_last_name" name="person[last_name]" type="text" value="Smith" /><br />
95
+ #
96
+ # <input name="commit" type="submit" value="Update Person" />
97
+ # </form>
98
+ #
99
+ # Note that the endpoint, default values, and submit button label are tailored for <tt>@person</tt>.
100
+ # That works that way because the involved helpers know whether the resource is a new record or not,
101
+ # and generate HTML accordingly.
102
+ #
103
+ # The controller would receive the form data again in <tt>params[:person]</tt>, ready to be
104
+ # passed to <tt>Person#update</tt>:
105
+ #
106
+ # if @person.update(params[:person])
107
+ # # success
108
+ # else
109
+ # # error handling
110
+ # end
111
+ #
112
+ # That's how you typically work with resources.
113
+ module FormHelper
114
+ extend ActiveSupport::Concern
115
+
116
+ include FormTagHelper
117
+ include UrlHelper
118
+ include ModelNaming
119
+ include RecordIdentifier
120
+
121
+ attr_internal :default_form_builder
122
+
123
+ # Creates a form that allows the user to create or update the attributes
124
+ # of a specific model object.
125
+ #
126
+ # The method can be used in several slightly different ways, depending on
127
+ # how much you wish to rely on \Rails to infer automatically from the model
128
+ # how the form should be constructed. For a generic model object, a form
129
+ # can be created by passing +form_for+ a string or symbol representing
130
+ # the object we are concerned with:
131
+ #
132
+ # <%= form_for :person do |f| %>
133
+ # First name: <%= f.text_field :first_name %><br />
134
+ # Last name : <%= f.text_field :last_name %><br />
135
+ # Biography : <%= f.textarea :biography %><br />
136
+ # Admin? : <%= f.checkbox :admin %><br />
137
+ # <%= f.submit %>
138
+ # <% end %>
139
+ #
140
+ # The variable +f+ yielded to the block is a FormBuilder object that
141
+ # incorporates the knowledge about the model object represented by
142
+ # <tt>:person</tt> passed to +form_for+. Methods defined on the FormBuilder
143
+ # are used to generate fields bound to this model. Thus, for example,
144
+ #
145
+ # <%= f.text_field :first_name %>
146
+ #
147
+ # will get expanded to
148
+ #
149
+ # <%= text_field :person, :first_name %>
150
+ #
151
+ # which results in an HTML <tt><input></tt> tag whose +name+ attribute is
152
+ # <tt>person[first_name]</tt>. This means that when the form is submitted,
153
+ # the value entered by the user will be available in the controller as
154
+ # <tt>params[:person][:first_name]</tt>.
155
+ #
156
+ # For fields generated in this way using the FormBuilder,
157
+ # if <tt>:person</tt> also happens to be the name of an instance variable
158
+ # <tt>@person</tt>, the default value of the field shown when the form is
159
+ # initially displayed (e.g. in the situation where you are editing an
160
+ # existing record) will be the value of the corresponding attribute of
161
+ # <tt>@person</tt>.
162
+ #
163
+ # The rightmost argument to +form_for+ is an
164
+ # optional hash of options -
165
+ #
166
+ # * <tt>:url</tt> - The URL the form is to be submitted to. This may be
167
+ # represented in the same way as values passed to +url_for+ or +link_to+.
168
+ # So for example you may use a named route directly. When the model is
169
+ # represented by a string or symbol, as in the example above, if the
170
+ # <tt>:url</tt> option is not specified, by default the form will be
171
+ # sent back to the current URL (We will describe below an alternative
172
+ # resource-oriented usage of +form_for+ in which the URL does not need
173
+ # to be specified explicitly).
174
+ # * <tt>:namespace</tt> - A namespace for your form to ensure uniqueness of
175
+ # id attributes on form elements. The namespace attribute will be prefixed
176
+ # with underscore on the generated HTML id.
177
+ # * <tt>:method</tt> - The method to use when submitting the form, usually
178
+ # either "get" or "post". If "patch", "put", "delete", or another verb
179
+ # is used, a hidden input with name <tt>_method</tt> is added to
180
+ # simulate the verb over post.
181
+ # * <tt>:authenticity_token</tt> - Authenticity token to use in the form.
182
+ # Use only if you need to pass custom authenticity token string, or to
183
+ # not add authenticity_token field at all (by passing <tt>false</tt>).
184
+ # Remote forms may omit the embedded authenticity token by setting
185
+ # <tt>config.action_view.embed_authenticity_token_in_remote_forms = false</tt>.
186
+ # This is helpful when you're fragment-caching the form. Remote forms
187
+ # get the authenticity token from the <tt>meta</tt> tag, so embedding is
188
+ # unnecessary unless you support browsers without JavaScript.
189
+ # * <tt>:remote</tt> - If set to true, will allow the Unobtrusive
190
+ # JavaScript drivers to control the submit behavior.
191
+ # * <tt>:enforce_utf8</tt> - If set to false, a hidden input with name
192
+ # utf8 is not output.
193
+ # * <tt>:html</tt> - Optional HTML attributes for the form tag.
194
+ #
195
+ # Also note that +form_for+ doesn't create an exclusive scope. It's still
196
+ # possible to use both the stand-alone FormHelper methods and methods
197
+ # from FormTagHelper. For example:
198
+ #
199
+ # <%= form_for :person do |f| %>
200
+ # First name: <%= f.text_field :first_name %>
201
+ # Last name : <%= f.text_field :last_name %>
202
+ # Biography : <%= textarea :person, :biography %>
203
+ # Admin? : <%= checkbox_tag "person[admin]", "1", @person.company.admin? %>
204
+ # <%= f.submit %>
205
+ # <% end %>
206
+ #
207
+ # This also works for the methods in FormOptionsHelper and DateHelper that
208
+ # are designed to work with an object as base, like
209
+ # FormOptionsHelper#collection_select and DateHelper#datetime_select.
210
+ #
211
+ # === +form_for+ with a model object
212
+ #
213
+ # In the examples above, the object to be created or edited was
214
+ # represented by a symbol passed to +form_for+, and we noted that
215
+ # a string can also be used equivalently. It is also possible, however,
216
+ # to pass a model object itself to +form_for+. For example, if <tt>@article</tt>
217
+ # is an existing record you wish to edit, you can create the form using
218
+ #
219
+ # <%= form_for @article do |f| %>
220
+ # ...
221
+ # <% end %>
222
+ #
223
+ # This behaves in almost the same way as outlined previously, with a
224
+ # couple of small exceptions. First, the prefix used to name the input
225
+ # elements within the form (hence the key that denotes them in the +params+
226
+ # hash) is actually derived from the object's _class_, e.g. <tt>params[:article]</tt>
227
+ # if the object's class is +Article+. However, this can be overwritten using
228
+ # the <tt>:as</tt> option, e.g. -
229
+ #
230
+ # <%= form_for(@person, as: :client) do |f| %>
231
+ # ...
232
+ # <% end %>
233
+ #
234
+ # would result in <tt>params[:client]</tt>.
235
+ #
236
+ # Secondly, the field values shown when the form is initially displayed
237
+ # are taken from the attributes of the object passed to +form_for+,
238
+ # regardless of whether the object is an instance
239
+ # variable. So, for example, if we had a _local_ variable +article+
240
+ # representing an existing record,
241
+ #
242
+ # <%= form_for article do |f| %>
243
+ # ...
244
+ # <% end %>
245
+ #
246
+ # would produce a form with fields whose initial state reflect the current
247
+ # values of the attributes of +article+.
248
+ #
249
+ # === Resource-oriented style
250
+ #
251
+ # In the examples just shown, although not indicated explicitly, we still
252
+ # need to use the <tt>:url</tt> option in order to specify where the
253
+ # form is going to be sent. However, further simplification is possible
254
+ # if the record passed to +form_for+ is a _resource_, i.e. it corresponds
255
+ # to a set of RESTful routes, e.g. defined using the +resources+ method
256
+ # in <tt>config/routes.rb</tt>. In this case \Rails will simply infer the
257
+ # appropriate URL from the record itself. For example,
258
+ #
259
+ # <%= form_for @article do |f| %>
260
+ # ...
261
+ # <% end %>
262
+ #
263
+ # is then equivalent to something like:
264
+ #
265
+ # <%= form_for @article, as: :article, url: article_path(@article), method: :patch, html: { class: "edit_article", id: "edit_article_45" } do |f| %>
266
+ # ...
267
+ # <% end %>
268
+ #
269
+ # And for a new record
270
+ #
271
+ # <%= form_for(Article.new) do |f| %>
272
+ # ...
273
+ # <% end %>
274
+ #
275
+ # is equivalent to something like:
276
+ #
277
+ # <%= form_for @article, as: :article, url: articles_path, html: { class: "new_article", id: "new_article" } do |f| %>
278
+ # ...
279
+ # <% end %>
280
+ #
281
+ # However you can still overwrite individual conventions, such as:
282
+ #
283
+ # <%= form_for(@article, url: super_articles_path) do |f| %>
284
+ # ...
285
+ # <% end %>
286
+ #
287
+ # You can omit the <tt>action</tt> attribute by passing <tt>url: false</tt>:
288
+ #
289
+ # <%= form_for(@article, url: false) do |f| %>
290
+ # ...
291
+ # <% end %>
292
+ #
293
+ # You can also set the answer format, like this:
294
+ #
295
+ # <%= form_for(@article, format: :json) do |f| %>
296
+ # ...
297
+ # <% end %>
298
+ #
299
+ # For namespaced routes, like +admin_article_url+:
300
+ #
301
+ # <%= form_for([:admin, @article]) do |f| %>
302
+ # ...
303
+ # <% end %>
304
+ #
305
+ # If your resource has associations defined, for example, you want to add comments
306
+ # to the document given that the routes are set correctly:
307
+ #
308
+ # <%= form_for([@document, @comment]) do |f| %>
309
+ # ...
310
+ # <% end %>
311
+ #
312
+ # Where <tt>@document = Document.find(params[:id])</tt> and
313
+ # <tt>@comment = Comment.new</tt>.
314
+ #
315
+ # === Setting the method
316
+ #
317
+ # You can force the form to use the full array of HTTP verbs by setting
318
+ #
319
+ # method: (:get|:post|:patch|:put|:delete)
320
+ #
321
+ # in the options hash. If the verb is not GET or POST, which are natively
322
+ # supported by HTML forms, the form will be set to POST and a hidden input
323
+ # called _method will carry the intended verb for the server to interpret.
324
+ #
325
+ # === Unobtrusive JavaScript
326
+ #
327
+ # Specifying:
328
+ #
329
+ # remote: true
330
+ #
331
+ # in the options hash creates a form that will allow the unobtrusive JavaScript drivers to modify its
332
+ # behavior. The form submission will work just like a regular submission as viewed by the receiving
333
+ # side (all elements available in <tt>params</tt>).
334
+ #
335
+ # Example:
336
+ #
337
+ # <%= form_for(@article, remote: true) do |f| %>
338
+ # ...
339
+ # <% end %>
340
+ #
341
+ # The HTML generated for this would be:
342
+ #
343
+ # <form action='http://www.example.com' method='post' data-remote='true'>
344
+ # <input name='_method' type='hidden' value='patch' />
345
+ # ...
346
+ # </form>
347
+ #
348
+ # === Setting HTML options
349
+ #
350
+ # You can set data attributes directly by passing in a data hash, but all other HTML options must be wrapped in
351
+ # the HTML key. Example:
352
+ #
353
+ # <%= form_for(@article, data: { behavior: "autosave" }, html: { name: "go" }) do |f| %>
354
+ # ...
355
+ # <% end %>
356
+ #
357
+ # The HTML generated for this would be:
358
+ #
359
+ # <form action='http://www.example.com' method='post' data-behavior='autosave' name='go'>
360
+ # <input name='_method' type='hidden' value='patch' />
361
+ # ...
362
+ # </form>
363
+ #
364
+ # === Removing hidden model id's
365
+ #
366
+ # The +form_for+ method automatically includes the model id as a hidden field in the form.
367
+ # This is used to maintain the correlation between the form data and its associated model.
368
+ # Some ORM systems do not use IDs on nested models so in this case you want to be able
369
+ # to disable the hidden id.
370
+ #
371
+ # In the following example the Article model has many Comments stored within it in a NoSQL database,
372
+ # thus there is no primary key for comments.
373
+ #
374
+ # Example:
375
+ #
376
+ # <%= form_for(@article) do |f| %>
377
+ # <%= f.fields_for(:comments, include_id: false) do |cf| %>
378
+ # ...
379
+ # <% end %>
380
+ # <% end %>
381
+ #
382
+ # === Customized form builders
383
+ #
384
+ # You can also build forms using a customized FormBuilder class. Subclass
385
+ # FormBuilder and override or define some more helpers, then use your
386
+ # custom builder. For example, let's say you made a helper to
387
+ # automatically add labels to form inputs.
388
+ #
389
+ # <%= form_for @person, url: { action: "create" }, builder: LabellingFormBuilder do |f| %>
390
+ # <%= f.text_field :first_name %>
391
+ # <%= f.text_field :last_name %>
392
+ # <%= f.textarea :biography %>
393
+ # <%= f.checkbox :admin %>
394
+ # <%= f.submit %>
395
+ # <% end %>
396
+ #
397
+ # In this case, if you use this:
398
+ #
399
+ # <%= render f %>
400
+ #
401
+ # The rendered template is <tt>people/_labelling_form</tt> and the local
402
+ # variable referencing the form builder is called
403
+ # <tt>labelling_form</tt>.
404
+ #
405
+ # The custom FormBuilder class is automatically merged with the options
406
+ # of a nested fields_for call, unless it's explicitly set.
407
+ #
408
+ # In many cases you will want to wrap the above in another helper, so you
409
+ # could do something like the following:
410
+ #
411
+ # def labelled_form_for(record_or_name_or_array, *args, &block)
412
+ # options = args.extract_options!
413
+ # form_for(record_or_name_or_array, *(args << options.merge(builder: LabellingFormBuilder)), &block)
414
+ # end
415
+ #
416
+ # If you don't need to attach a form to a model instance, then check out
417
+ # FormTagHelper#form_tag.
418
+ #
419
+ # === Form to external resources
420
+ #
421
+ # When you build forms to external resources sometimes you need to set an authenticity token or just render a form
422
+ # without it, for example when you submit data to a payment gateway number and types of fields could be limited.
423
+ #
424
+ # To set an authenticity token you need to pass an <tt>:authenticity_token</tt> parameter
425
+ #
426
+ # <%= form_for @invoice, url: external_url, authenticity_token: 'external_token' do |f| %>
427
+ # ...
428
+ # <% end %>
429
+ #
430
+ # If you don't want to an authenticity token field be rendered at all just pass <tt>false</tt>:
431
+ #
432
+ # <%= form_for @invoice, url: external_url, authenticity_token: false do |f| %>
433
+ # ...
434
+ # <% end %>
435
+ def form_for(record, options = {}, &block)
436
+ raise ArgumentError, "Missing block" unless block_given?
437
+
438
+ case record
439
+ when String, Symbol
440
+ model = false
441
+ object_name = record
442
+ else
443
+ model = record
444
+ object = _object_for_form_builder(record)
445
+ raise ArgumentError, "First argument in form cannot contain nil or be empty" unless object
446
+ object_name = options[:as] || model_name_from_record_or_class(object).param_key
447
+ apply_form_for_options!(object, options)
448
+ end
449
+
450
+ remote = options.delete(:remote)
451
+
452
+ if remote && !embed_authenticity_token_in_remote_forms && options[:authenticity_token].blank?
453
+ options[:authenticity_token] = false
454
+ end
455
+
456
+ options[:model] = model
457
+ options[:scope] = object_name
458
+ options[:local] = !remote
459
+ options[:skip_default_ids] = false
460
+ options[:allow_method_names_outside_object] = options.fetch(:allow_method_names_outside_object, false)
461
+
462
+ form_with(**options, &block)
463
+ end
464
+
465
+ def apply_form_for_options!(object, options) # :nodoc:
466
+ object = convert_to_model(object)
467
+
468
+ as = options[:as]
469
+ namespace = options[:namespace]
470
+ action = object.respond_to?(:persisted?) && object.persisted? ? :edit : :new
471
+ options[:html] ||= {}
472
+ options[:html].reverse_merge!(
473
+ class: as ? "#{action}_#{as}" : dom_class(object, action),
474
+ id: (as ? [namespace, action, as] : [namespace, dom_id(object, action)]).compact.join("_").presence,
475
+ )
476
+ end
477
+ private :apply_form_for_options!
478
+
479
+ mattr_accessor :form_with_generates_remote_forms, default: true
480
+
481
+ mattr_accessor :form_with_generates_ids, default: false
482
+
483
+ mattr_accessor :multiple_file_field_include_hidden, default: false
484
+
485
+ # Creates a form tag based on mixing URLs, scopes, or models.
486
+ #
487
+ # # Using just a URL:
488
+ # <%= form_with url: articles_path do |form| %>
489
+ # <%= form.text_field :title %>
490
+ # <% end %>
491
+ # # =>
492
+ # <form action="/articles" method="post">
493
+ # <input type="text" name="title" />
494
+ # </form>
495
+ #
496
+ # # With an intentionally empty URL:
497
+ # <%= form_with url: false do |form| %>
498
+ # <%= form.text_field :title %>
499
+ # <% end %>
500
+ # # =>
501
+ # <form method="post">
502
+ # <input type="text" name="title" />
503
+ # </form>
504
+ #
505
+ # # Adding a scope prefixes the input field names:
506
+ # <%= form_with scope: :article, url: articles_path do |form| %>
507
+ # <%= form.text_field :title %>
508
+ # <% end %>
509
+ # # =>
510
+ # <form action="/articles" method="post">
511
+ # <input type="text" name="article[title]" />
512
+ # </form>
513
+ #
514
+ # # Using a model infers both the URL and scope:
515
+ # <%= form_with model: Article.new do |form| %>
516
+ # <%= form.text_field :title %>
517
+ # <% end %>
518
+ # # =>
519
+ # <form action="/articles" method="post">
520
+ # <input type="text" name="article[title]" />
521
+ # </form>
522
+ #
523
+ # # An existing model makes an update form and fills out field values:
524
+ # <%= form_with model: Article.first do |form| %>
525
+ # <%= form.text_field :title %>
526
+ # <% end %>
527
+ # # =>
528
+ # <form action="/articles/1" method="post">
529
+ # <input type="hidden" name="_method" value="patch" />
530
+ # <input type="text" name="article[title]" value="<the title of the article>" />
531
+ # </form>
532
+ # # Though the fields don't have to correspond to model attributes:
533
+ # <%= form_with model: Cat.new do |form| %>
534
+ # <%= form.text_field :cats_dont_have_gills %>
535
+ # <%= form.text_field :but_in_forms_they_can %>
536
+ # <% end %>
537
+ # # =>
538
+ # <form action="/cats" method="post">
539
+ # <input type="text" name="cat[cats_dont_have_gills]" />
540
+ # <input type="text" name="cat[but_in_forms_they_can]" />
541
+ # </form>
542
+ #
543
+ # The parameters in the forms are accessible in controllers according to
544
+ # their name nesting. So inputs named +title+ and <tt>article[title]</tt> are
545
+ # accessible as <tt>params[:title]</tt> and <tt>params[:article][:title]</tt>
546
+ # respectively.
547
+ #
548
+ # For ease of comparison the examples above left out the submit button,
549
+ # as well as the auto generated hidden fields that enable UTF-8 support
550
+ # and adds an authenticity token needed for cross site request forgery
551
+ # protection.
552
+ #
553
+ # === Resource-oriented style
554
+ #
555
+ # In many of the examples just shown, the +:model+ passed to +form_with+
556
+ # is a _resource_. It corresponds to a set of RESTful routes, most likely
557
+ # defined via +resources+ in <tt>config/routes.rb</tt>.
558
+ #
559
+ # So when passing such a model record, \Rails infers the URL and method.
560
+ #
561
+ # <%= form_with model: @article do |form| %>
562
+ # ...
563
+ # <% end %>
564
+ #
565
+ # is then equivalent to something like:
566
+ #
567
+ # <%= form_with scope: :article, url: article_path(@article), method: :patch do |form| %>
568
+ # ...
569
+ # <% end %>
570
+ #
571
+ # And for a new record
572
+ #
573
+ # <%= form_with model: Article.new do |form| %>
574
+ # ...
575
+ # <% end %>
576
+ #
577
+ # is equivalent to something like:
578
+ #
579
+ # <%= form_with scope: :article, url: articles_path do |form| %>
580
+ # ...
581
+ # <% end %>
582
+ #
583
+ # ==== +form_with+ options
584
+ #
585
+ # * <tt>:url</tt> - The URL the form submits to. Akin to values passed to
586
+ # +url_for+ or +link_to+. For example, you may use a named route
587
+ # directly. When a <tt>:scope</tt> is passed without a <tt>:url</tt> the
588
+ # form just submits to the current URL.
589
+ # * <tt>:method</tt> - The method to use when submitting the form, usually
590
+ # either "get" or "post". If "patch", "put", "delete", or another verb
591
+ # is used, a hidden input named <tt>_method</tt> is added to
592
+ # simulate the verb over post.
593
+ # * <tt>:format</tt> - The format of the route the form submits to.
594
+ # Useful when submitting to another resource type, like <tt>:json</tt>.
595
+ # Skipped if a <tt>:url</tt> is passed.
596
+ # * <tt>:scope</tt> - The scope to prefix input field names with and
597
+ # thereby how the submitted parameters are grouped in controllers.
598
+ # * <tt>:namespace</tt> - A namespace for your form to ensure uniqueness of
599
+ # id attributes on form elements. The namespace attribute will be prefixed
600
+ # with underscore on the generated HTML id.
601
+ # * <tt>:model</tt> - A model object to infer the <tt>:url</tt> and
602
+ # <tt>:scope</tt> by, plus fill out input field values.
603
+ # So if a +title+ attribute is set to "Ahoy!" then a +title+ input
604
+ # field's value would be "Ahoy!".
605
+ # If the model is a new record a create form is generated, if an
606
+ # existing record, however, an update form is generated.
607
+ # Pass <tt>:scope</tt> or <tt>:url</tt> to override the defaults.
608
+ # E.g. turn <tt>params[:article]</tt> into <tt>params[:blog]</tt>.
609
+ # * <tt>:authenticity_token</tt> - Authenticity token to use in the form.
610
+ # Override with a custom authenticity token or pass <tt>false</tt> to
611
+ # skip the authenticity token field altogether.
612
+ # Useful when submitting to an external resource like a payment gateway
613
+ # that might limit the valid fields.
614
+ # Remote forms may omit the embedded authenticity token by setting
615
+ # <tt>config.action_view.embed_authenticity_token_in_remote_forms = false</tt>.
616
+ # This is helpful when fragment-caching the form. Remote forms
617
+ # get the authenticity token from the <tt>meta</tt> tag, so embedding is
618
+ # unnecessary unless you support browsers without JavaScript.
619
+ # * <tt>:local</tt> - Whether to use standard HTTP form submission.
620
+ # When set to <tt>true</tt>, the form is submitted via standard HTTP.
621
+ # When set to <tt>false</tt>, the form is submitted as a "remote form", which
622
+ # is handled by \Rails UJS as an XHR. When unspecified, the behavior is derived
623
+ # from <tt>config.action_view.form_with_generates_remote_forms</tt> where the
624
+ # config's value is actually the inverse of what <tt>local</tt>'s value would be.
625
+ # As of \Rails 6.1, that configuration option defaults to <tt>false</tt>
626
+ # (which has the equivalent effect of passing <tt>local: true</tt>).
627
+ # In previous versions of \Rails, that configuration option defaults to
628
+ # <tt>true</tt> (the equivalent of passing <tt>local: false</tt>).
629
+ # * <tt>:skip_enforcing_utf8</tt> - If set to true, a hidden input with name
630
+ # utf8 is not output.
631
+ # * <tt>:builder</tt> - Override the object used to build the form.
632
+ # * <tt>:id</tt> - Optional HTML id attribute.
633
+ # * <tt>:class</tt> - Optional HTML class attribute.
634
+ # * <tt>:data</tt> - Optional HTML data attributes.
635
+ # * <tt>:html</tt> - Other optional HTML attributes for the form tag.
636
+ #
637
+ # === Examples
638
+ #
639
+ # When not passing a block, +form_with+ just generates an opening form tag.
640
+ #
641
+ # <%= form_with(model: @article, url: super_articles_path) %>
642
+ # <%= form_with(model: @article, scope: :blog) %>
643
+ # <%= form_with(model: @article, format: :json) %>
644
+ # <%= form_with(model: @article, authenticity_token: false) %> # Disables the token.
645
+ #
646
+ # For namespaced routes, like +admin_article_url+:
647
+ #
648
+ # <%= form_with(model: [ :admin, @article ]) do |form| %>
649
+ # ...
650
+ # <% end %>
651
+ #
652
+ # If your resource has associations defined, for example, you want to add comments
653
+ # to the document given that the routes are set correctly:
654
+ #
655
+ # <%= form_with(model: [ @document, Comment.new ]) do |form| %>
656
+ # ...
657
+ # <% end %>
658
+ #
659
+ # Where <tt>@document = Document.find(params[:id])</tt>.
660
+ #
661
+ # === Mixing with other form helpers
662
+ #
663
+ # While +form_with+ uses a FormBuilder object it's possible to mix and
664
+ # match the stand-alone FormHelper methods and methods
665
+ # from FormTagHelper:
666
+ #
667
+ # <%= form_with scope: :person do |form| %>
668
+ # <%= form.text_field :first_name %>
669
+ # <%= form.text_field :last_name %>
670
+ #
671
+ # <%= textarea :person, :biography %>
672
+ # <%= checkbox_tag "person[admin]", "1", @person.company.admin? %>
673
+ #
674
+ # <%= form.submit %>
675
+ # <% end %>
676
+ #
677
+ # Same goes for the methods in FormOptionsHelper and DateHelper designed
678
+ # to work with an object as a base, like
679
+ # FormOptionsHelper#collection_select and DateHelper#datetime_select.
680
+ #
681
+ # === Setting the method
682
+ #
683
+ # You can force the form to use the full array of HTTP verbs by setting
684
+ #
685
+ # method: (:get|:post|:patch|:put|:delete)
686
+ #
687
+ # in the options hash. If the verb is not GET or POST, which are natively
688
+ # supported by HTML forms, the form will be set to POST and a hidden input
689
+ # called _method will carry the intended verb for the server to interpret.
690
+ #
691
+ # === Setting HTML options
692
+ #
693
+ # You can set data attributes directly in a data hash, but HTML options
694
+ # besides id and class must be wrapped in an HTML key:
695
+ #
696
+ # <%= form_with(model: @article, data: { behavior: "autosave" }, html: { name: "go" }) do |form| %>
697
+ # ...
698
+ # <% end %>
699
+ #
700
+ # generates
701
+ #
702
+ # <form action="/articles/123" method="post" data-behavior="autosave" name="go">
703
+ # <input name="_method" type="hidden" value="patch" />
704
+ # ...
705
+ # </form>
706
+ #
707
+ # === Removing hidden model id's
708
+ #
709
+ # The +form_with+ method automatically includes the model id as a hidden field in the form.
710
+ # This is used to maintain the correlation between the form data and its associated model.
711
+ # Some ORM systems do not use IDs on nested models so in this case you want to be able
712
+ # to disable the hidden id.
713
+ #
714
+ # In the following example the Article model has many Comments stored within it in a NoSQL database,
715
+ # thus there is no primary key for comments.
716
+ #
717
+ # <%= form_with(model: @article) do |form| %>
718
+ # <%= form.fields(:comments, skip_id: true) do |fields| %>
719
+ # ...
720
+ # <% end %>
721
+ # <% end %>
722
+ #
723
+ # === Customized form builders
724
+ #
725
+ # You can also build forms using a customized FormBuilder class. Subclass
726
+ # FormBuilder and override or define some more helpers, then use your
727
+ # custom builder. For example, let's say you made a helper to
728
+ # automatically add labels to form inputs.
729
+ #
730
+ # <%= form_with model: @person, url: { action: "create" }, builder: LabellingFormBuilder do |form| %>
731
+ # <%= form.text_field :first_name %>
732
+ # <%= form.text_field :last_name %>
733
+ # <%= form.textarea :biography %>
734
+ # <%= form.checkbox :admin %>
735
+ # <%= form.submit %>
736
+ # <% end %>
737
+ #
738
+ # In this case, if you use:
739
+ #
740
+ # <%= render form %>
741
+ #
742
+ # The rendered template is <tt>people/_labelling_form</tt> and the local
743
+ # variable referencing the form builder is called
744
+ # <tt>labelling_form</tt>.
745
+ #
746
+ # The custom FormBuilder class is automatically merged with the options
747
+ # of a nested +fields+ call, unless it's explicitly set.
748
+ #
749
+ # In many cases you will want to wrap the above in another helper, so you
750
+ # could do something like the following:
751
+ #
752
+ # def labelled_form_with(**options, &block)
753
+ # form_with(**options.merge(builder: LabellingFormBuilder), &block)
754
+ # end
755
+ def form_with(model: false, scope: nil, url: nil, format: nil, **options, &block)
756
+ raise ArgumentError, "Passed nil to the :model argument, expect an object or false" if model.nil?
757
+
758
+ options = { allow_method_names_outside_object: true, skip_default_ids: !form_with_generates_ids }.merge!(options)
759
+
760
+ if model
761
+ if url != false
762
+ url ||= if format.nil?
763
+ polymorphic_path(model, {})
764
+ else
765
+ polymorphic_path(model, format: format)
766
+ end
767
+ end
768
+
769
+ model = convert_to_model(_object_for_form_builder(model))
770
+ scope ||= model_name_from_record_or_class(model).param_key
771
+ end
772
+
773
+ if block_given?
774
+ builder = instantiate_builder(scope, model, options)
775
+ output = capture(builder, &block)
776
+ options[:multipart] ||= builder.multipart?
777
+
778
+ html_options = html_options_for_form_with(url, model, **options)
779
+ form_tag_with_body(html_options, output)
780
+ else
781
+ html_options = html_options_for_form_with(url, model, **options)
782
+ form_tag_html(html_options)
783
+ end
784
+ end
785
+
786
+ # Creates a scope around a specific model object like #form_with, but
787
+ # doesn't create the form tags themselves. This makes +fields_for+
788
+ # suitable for specifying additional model objects in the same form.
789
+ #
790
+ # Although the usage and purpose of +fields_for+ is similar to #form_with's,
791
+ # its method signature is slightly different. Like #form_with, it yields
792
+ # a FormBuilder object associated with a particular model object to a block,
793
+ # and within the block allows methods to be called on the builder to
794
+ # generate fields associated with the model object. Fields may reflect
795
+ # a model object in two ways - how they are named (hence how submitted
796
+ # values appear within the +params+ hash in the controller) and what
797
+ # default values are shown when the form fields are first displayed.
798
+ # In order for both of these features to be specified independently,
799
+ # both an object name (represented by either a symbol or string) and the
800
+ # object itself can be passed to the method separately -
801
+ #
802
+ # <%= form_with model: @person do |person_form| %>
803
+ # First name: <%= person_form.text_field :first_name %>
804
+ # Last name : <%= person_form.text_field :last_name %>
805
+ #
806
+ # <%= fields_for :permission, @person.permission do |permission_fields| %>
807
+ # Admin? : <%= permission_fields.checkbox :admin %>
808
+ # <% end %>
809
+ #
810
+ # <%= person_form.submit %>
811
+ # <% end %>
812
+ #
813
+ # In this case, the checkbox field will be represented by an HTML +input+
814
+ # tag with the +name+ attribute <tt>permission[admin]</tt>, and the submitted
815
+ # value will appear in the controller as <tt>params[:permission][:admin]</tt>.
816
+ # If <tt>@person.permission</tt> is an existing record with an attribute
817
+ # +admin+, the initial state of the checkbox when first displayed will
818
+ # reflect the value of <tt>@person.permission.admin</tt>.
819
+ #
820
+ # Often this can be simplified by passing just the name of the model
821
+ # object to +fields_for+ -
822
+ #
823
+ # <%= fields_for :permission do |permission_fields| %>
824
+ # Admin?: <%= permission_fields.checkbox :admin %>
825
+ # <% end %>
826
+ #
827
+ # ...in which case, if <tt>:permission</tt> also happens to be the name of an
828
+ # instance variable <tt>@permission</tt>, the initial state of the input
829
+ # field will reflect the value of that variable's attribute <tt>@permission.admin</tt>.
830
+ #
831
+ # Alternatively, you can pass just the model object itself (if the first
832
+ # argument isn't a string or symbol +fields_for+ will realize that the
833
+ # name has been omitted) -
834
+ #
835
+ # <%= fields_for @person.permission do |permission_fields| %>
836
+ # Admin?: <%= permission_fields.checkbox :admin %>
837
+ # <% end %>
838
+ #
839
+ # and +fields_for+ will derive the required name of the field from the
840
+ # _class_ of the model object, e.g. if <tt>@person.permission</tt>, is
841
+ # of class +Permission+, the field will still be named <tt>permission[admin]</tt>.
842
+ #
843
+ # Note: This also works for the methods in FormOptionsHelper and
844
+ # DateHelper that are designed to work with an object as base, like
845
+ # FormOptionsHelper#collection_select and DateHelper#datetime_select.
846
+ #
847
+ # === Nested Attributes Examples
848
+ #
849
+ # When the object belonging to the current scope has a nested attribute
850
+ # writer for a certain attribute, +fields_for+ will yield a new scope
851
+ # for that attribute. This allows you to create forms that set or change
852
+ # the attributes of a parent object and its associations in one go.
853
+ #
854
+ # Nested attribute writers are normal setter methods named after an
855
+ # association. The most common way of defining these writers is either
856
+ # with +accepts_nested_attributes_for+ in a model definition or by
857
+ # defining a method with the proper name. For example: the attribute
858
+ # writer for the association <tt>:address</tt> is called
859
+ # <tt>address_attributes=</tt>.
860
+ #
861
+ # Whether a one-to-one or one-to-many style form builder will be yielded
862
+ # depends on whether the normal reader method returns a _single_ object
863
+ # or an _array_ of objects.
864
+ #
865
+ # ==== One-to-one
866
+ #
867
+ # Consider a Person class which returns a _single_ Address from the
868
+ # <tt>address</tt> reader method and responds to the
869
+ # <tt>address_attributes=</tt> writer method:
870
+ #
871
+ # class Person
872
+ # def address
873
+ # @address
874
+ # end
875
+ #
876
+ # def address_attributes=(attributes)
877
+ # # Process the attributes hash
878
+ # end
879
+ # end
880
+ #
881
+ # This model can now be used with a nested fields_for, like so:
882
+ #
883
+ # <%= form_with model: @person do |person_form| %>
884
+ # ...
885
+ # <%= person_form.fields_for :address do |address_fields| %>
886
+ # Street : <%= address_fields.text_field :street %>
887
+ # Zip code: <%= address_fields.text_field :zip_code %>
888
+ # <% end %>
889
+ # ...
890
+ # <% end %>
891
+ #
892
+ # When address is already an association on a Person you can use
893
+ # +accepts_nested_attributes_for+ to define the writer method for you:
894
+ #
895
+ # class Person < ActiveRecord::Base
896
+ # has_one :address
897
+ # accepts_nested_attributes_for :address
898
+ # end
899
+ #
900
+ # If you want to destroy the associated model through the form, you have
901
+ # to enable it first using the <tt>:allow_destroy</tt> option for
902
+ # +accepts_nested_attributes_for+:
903
+ #
904
+ # class Person < ActiveRecord::Base
905
+ # has_one :address
906
+ # accepts_nested_attributes_for :address, allow_destroy: true
907
+ # end
908
+ #
909
+ # Now, when you use a form element with the <tt>_destroy</tt> parameter,
910
+ # with a value that evaluates to +true+, you will destroy the associated
911
+ # model (e.g. 1, '1', true, or 'true'):
912
+ #
913
+ # <%= form_with model: @person do |person_form| %>
914
+ # ...
915
+ # <%= person_form.fields_for :address do |address_fields| %>
916
+ # ...
917
+ # Delete: <%= address_fields.checkbox :_destroy %>
918
+ # <% end %>
919
+ # ...
920
+ # <% end %>
921
+ #
922
+ # ==== One-to-many
923
+ #
924
+ # Consider a Person class which returns an _array_ of Project instances
925
+ # from the <tt>projects</tt> reader method and responds to the
926
+ # <tt>projects_attributes=</tt> writer method:
927
+ #
928
+ # class Person
929
+ # def projects
930
+ # [@project1, @project2]
931
+ # end
932
+ #
933
+ # def projects_attributes=(attributes)
934
+ # # Process the attributes hash
935
+ # end
936
+ # end
937
+ #
938
+ # Note that the <tt>projects_attributes=</tt> writer method is in fact
939
+ # required for +fields_for+ to correctly identify <tt>:projects</tt> as a
940
+ # collection, and the correct indices to be set in the form markup.
941
+ #
942
+ # When projects is already an association on Person you can use
943
+ # +accepts_nested_attributes_for+ to define the writer method for you:
944
+ #
945
+ # class Person < ActiveRecord::Base
946
+ # has_many :projects
947
+ # accepts_nested_attributes_for :projects
948
+ # end
949
+ #
950
+ # This model can now be used with a nested fields_for. The block given to
951
+ # the nested +fields_for+ call will be repeated for each instance in the
952
+ # collection:
953
+ #
954
+ # <%= form_with model: @person do |person_form| %>
955
+ # ...
956
+ # <%= person_form.fields_for :projects do |project_fields| %>
957
+ # <% if project_fields.object.active? %>
958
+ # Name: <%= project_fields.text_field :name %>
959
+ # <% end %>
960
+ # <% end %>
961
+ # ...
962
+ # <% end %>
963
+ #
964
+ # It's also possible to specify the instance to be used:
965
+ #
966
+ # <%= form_with model: @person do |person_form| %>
967
+ # ...
968
+ # <% @person.projects.each do |project| %>
969
+ # <% if project.active? %>
970
+ # <%= person_form.fields_for :projects, project do |project_fields| %>
971
+ # Name: <%= project_fields.text_field :name %>
972
+ # <% end %>
973
+ # <% end %>
974
+ # <% end %>
975
+ # ...
976
+ # <% end %>
977
+ #
978
+ # Or a collection to be used:
979
+ #
980
+ # <%= form_with model: @person do |person_form| %>
981
+ # ...
982
+ # <%= person_form.fields_for :projects, @active_projects do |project_fields| %>
983
+ # Name: <%= project_fields.text_field :name %>
984
+ # <% end %>
985
+ # ...
986
+ # <% end %>
987
+ #
988
+ # If you want to destroy any of the associated models through the
989
+ # form, you have to enable it first using the <tt>:allow_destroy</tt>
990
+ # option for +accepts_nested_attributes_for+:
991
+ #
992
+ # class Person < ActiveRecord::Base
993
+ # has_many :projects
994
+ # accepts_nested_attributes_for :projects, allow_destroy: true
995
+ # end
996
+ #
997
+ # This will allow you to specify which models to destroy in the
998
+ # attributes hash by adding a form element for the <tt>_destroy</tt>
999
+ # parameter with a value that evaluates to +true+
1000
+ # (e.g. 1, '1', true, or 'true'):
1001
+ #
1002
+ # <%= form_with model: @person do |person_form| %>
1003
+ # ...
1004
+ # <%= person_form.fields_for :projects do |project_fields| %>
1005
+ # Delete: <%= project_fields.checkbox :_destroy %>
1006
+ # <% end %>
1007
+ # ...
1008
+ # <% end %>
1009
+ #
1010
+ # When a collection is used you might want to know the index of each
1011
+ # object in the array. For this purpose, the <tt>index</tt> method is
1012
+ # available in the FormBuilder object.
1013
+ #
1014
+ # <%= form_with model: @person do |person_form| %>
1015
+ # ...
1016
+ # <%= person_form.fields_for :projects do |project_fields| %>
1017
+ # Project #<%= project_fields.index %>
1018
+ # ...
1019
+ # <% end %>
1020
+ # ...
1021
+ # <% end %>
1022
+ #
1023
+ # Note that +fields_for+ will automatically generate a hidden field
1024
+ # to store the ID of the record if it responds to <tt>persisted?</tt>.
1025
+ # There are circumstances where this hidden field is not needed and you
1026
+ # can pass <tt>include_id: false</tt> to prevent +fields_for+ from
1027
+ # rendering it automatically.
1028
+ def fields_for(record_name, record_object = nil, options = {}, &block)
1029
+ options = { model: record_object, allow_method_names_outside_object: false, skip_default_ids: false }.merge!(options)
1030
+
1031
+ fields(record_name, **options, &block)
1032
+ end
1033
+
1034
+ # Scopes input fields with either an explicit scope or model.
1035
+ # Like #form_with does with <tt>:scope</tt> or <tt>:model</tt>,
1036
+ # except it doesn't output the form tags.
1037
+ #
1038
+ # # Using a scope prefixes the input field names:
1039
+ # <%= fields :comment do |fields| %>
1040
+ # <%= fields.text_field :body %>
1041
+ # <% end %>
1042
+ # # => <input type="text" name="comment[body]">
1043
+ #
1044
+ # # Using a model infers the scope and assigns field values:
1045
+ # <%= fields model: Comment.new(body: "full bodied") do |fields| %>
1046
+ # <%= fields.text_field :body %>
1047
+ # <% end %>
1048
+ # # => <input type="text" name="comment[body]" value="full bodied">
1049
+ #
1050
+ # # Using `fields` with `form_with`:
1051
+ # <%= form_with model: @article do |form| %>
1052
+ # <%= form.text_field :title %>
1053
+ #
1054
+ # <%= form.fields :comment do |fields| %>
1055
+ # <%= fields.text_field :body %>
1056
+ # <% end %>
1057
+ # <% end %>
1058
+ #
1059
+ # Much like #form_with a FormBuilder instance associated with the scope
1060
+ # or model is yielded, so any generated field names are prefixed with
1061
+ # either the passed scope or the scope inferred from the <tt>:model</tt>.
1062
+ #
1063
+ # === Mixing with other form helpers
1064
+ #
1065
+ # While #form_with uses a FormBuilder object it's possible to mix and
1066
+ # match the stand-alone FormHelper methods and methods
1067
+ # from FormTagHelper:
1068
+ #
1069
+ # <%= fields model: @comment do |fields| %>
1070
+ # <%= fields.text_field :body %>
1071
+ #
1072
+ # <%= textarea :commenter, :biography %>
1073
+ # <%= checkbox_tag "comment[all_caps]", "1", @comment.commenter.hulk_mode? %>
1074
+ # <% end %>
1075
+ #
1076
+ # Same goes for the methods in FormOptionsHelper and DateHelper designed
1077
+ # to work with an object as a base, like
1078
+ # FormOptionsHelper#collection_select and DateHelper#datetime_select.
1079
+ def fields(scope = nil, model: nil, **options, &block)
1080
+ options = { allow_method_names_outside_object: true, skip_default_ids: !form_with_generates_ids }.merge!(options)
1081
+
1082
+ if model
1083
+ model = _object_for_form_builder(model)
1084
+ scope ||= model_name_from_record_or_class(model).param_key
1085
+ end
1086
+
1087
+ builder = instantiate_builder(scope, model, options)
1088
+ capture(builder, &block)
1089
+ end
1090
+
1091
+ # Returns a label tag tailored for labelling an input field for a specified attribute (identified by +method+) on an object
1092
+ # assigned to the template (identified by +object+). The text of label will default to the attribute name unless a translation
1093
+ # is found in the current I18n locale (through <tt>helpers.label.<modelname>.<attribute></tt>) or you specify it explicitly.
1094
+ # Additional options on the label tag can be passed as a hash with +options+. These options will be tagged
1095
+ # onto the HTML as an HTML element attribute as in the example shown, except for the <tt>:value</tt> option, which is designed to
1096
+ # target labels for radio_button tags (where the value is used in the ID of the input tag).
1097
+ #
1098
+ # ==== Examples
1099
+ # label(:article, :title)
1100
+ # # => <label for="article_title">Title</label>
1101
+ #
1102
+ # You can localize your labels based on model and attribute names.
1103
+ # For example you can define the following in your locale (e.g. en.yml)
1104
+ #
1105
+ # helpers:
1106
+ # label:
1107
+ # article:
1108
+ # body: "Write your entire text here"
1109
+ #
1110
+ # Which then will result in
1111
+ #
1112
+ # label(:article, :body)
1113
+ # # => <label for="article_body">Write your entire text here</label>
1114
+ #
1115
+ # Localization can also be based purely on the translation of the attribute-name
1116
+ # (if you are using ActiveRecord):
1117
+ #
1118
+ # activerecord:
1119
+ # attributes:
1120
+ # article:
1121
+ # cost: "Total cost"
1122
+ #
1123
+ # <code></code>
1124
+ #
1125
+ # label(:article, :cost)
1126
+ # # => <label for="article_cost">Total cost</label>
1127
+ #
1128
+ # label(:article, :title, "A short title")
1129
+ # # => <label for="article_title">A short title</label>
1130
+ #
1131
+ # label(:article, :title, "A short title", class: "title_label")
1132
+ # # => <label for="article_title" class="title_label">A short title</label>
1133
+ #
1134
+ # label(:article, :privacy, "Public Article", value: "public")
1135
+ # # => <label for="article_privacy_public">Public Article</label>
1136
+ #
1137
+ # label(:article, :cost) do |translation|
1138
+ # content_tag(:span, translation, class: "cost_label")
1139
+ # end
1140
+ # # => <label for="article_cost"><span class="cost_label">Total cost</span></label>
1141
+ #
1142
+ # label(:article, :cost) do |builder|
1143
+ # content_tag(:span, builder.translation, class: "cost_label")
1144
+ # end
1145
+ # # => <label for="article_cost"><span class="cost_label">Total cost</span></label>
1146
+ #
1147
+ # label(:article, :terms) do
1148
+ # raw('Accept <a href="/terms">Terms</a>.')
1149
+ # end
1150
+ # # => <label for="article_terms">Accept <a href="/terms">Terms</a>.</label>
1151
+ def label(object_name, method, content_or_options = nil, options = nil, &block)
1152
+ Tags::Label.new(object_name, method, self, content_or_options, options).render(&block)
1153
+ end
1154
+
1155
+ # Returns an input tag of the "text" type tailored for accessing a specified attribute (identified by +method+) on an object
1156
+ # assigned to the template (identified by +object+). Additional options on the input tag can be passed as a
1157
+ # hash with +options+. These options will be tagged onto the HTML as an HTML element attribute as in the example
1158
+ # shown.
1159
+ #
1160
+ # ==== Examples
1161
+ # text_field(:article, :title, size: 20)
1162
+ # # => <input type="text" id="article_title" name="article[title]" size="20" value="#{@article.title}" />
1163
+ #
1164
+ # text_field(:article, :title, class: "create_input")
1165
+ # # => <input type="text" id="article_title" name="article[title]" value="#{@article.title}" class="create_input" />
1166
+ #
1167
+ # text_field(:article, :title, maxlength: 30, class: "title_input")
1168
+ # # => <input type="text" id="article_title" name="article[title]" maxlength="30" size="30" value="#{@article.title}" class="title_input" />
1169
+ #
1170
+ # text_field(:session, :user, onchange: "if ($('#session_user').val() === 'admin') { alert('Your login cannot be admin!'); }")
1171
+ # # => <input type="text" id="session_user" name="session[user]" value="#{@session.user}" onchange="if ($('#session_user').val() === 'admin') { alert('Your login cannot be admin!'); }"/>
1172
+ #
1173
+ # text_field(:snippet, :code, size: 20, class: 'code_input')
1174
+ # # => <input type="text" id="snippet_code" name="snippet[code]" size="20" value="#{@snippet.code}" class="code_input" />
1175
+ def text_field(object_name, method, options = {})
1176
+ Tags::TextField.new(object_name, method, self, options).render
1177
+ end
1178
+
1179
+ # Returns an input tag of the "password" type tailored for accessing a specified attribute (identified by +method+) on an object
1180
+ # assigned to the template (identified by +object+). Additional options on the input tag can be passed as a
1181
+ # hash with +options+. These options will be tagged onto the HTML as an HTML element attribute as in the example
1182
+ # shown. For security reasons this field is blank by default; pass in a value via +options+ if this is not desired.
1183
+ #
1184
+ # ==== Examples
1185
+ # password_field(:login, :pass, size: 20)
1186
+ # # => <input type="password" id="login_pass" name="login[pass]" size="20" />
1187
+ #
1188
+ # password_field(:account, :secret, class: "form_input", value: @account.secret)
1189
+ # # => <input type="password" id="account_secret" name="account[secret]" value="#{@account.secret}" class="form_input" />
1190
+ #
1191
+ # password_field(:user, :password, onchange: "if ($('#user_password').val().length > 30) { alert('Your password needs to be shorter!'); }")
1192
+ # # => <input type="password" id="user_password" name="user[password]" onchange="if ($('#user_password').val().length > 30) { alert('Your password needs to be shorter!'); }"/>
1193
+ #
1194
+ # password_field(:account, :pin, size: 20, class: 'form_input')
1195
+ # # => <input type="password" id="account_pin" name="account[pin]" size="20" class="form_input" />
1196
+ def password_field(object_name, method, options = {})
1197
+ Tags::PasswordField.new(object_name, method, self, options).render
1198
+ end
1199
+
1200
+ # Returns a hidden input tag tailored for accessing a specified attribute (identified by +method+) on an object
1201
+ # assigned to the template (identified by +object+). Additional options on the input tag can be passed as a
1202
+ # hash with +options+. These options will be tagged onto the HTML as an HTML element attribute as in the example
1203
+ # shown.
1204
+ #
1205
+ # ==== Examples
1206
+ # hidden_field(:signup, :pass_confirm)
1207
+ # # => <input type="hidden" id="signup_pass_confirm" name="signup[pass_confirm]" value="#{@signup.pass_confirm}" />
1208
+ #
1209
+ # hidden_field(:article, :tag_list)
1210
+ # # => <input type="hidden" id="article_tag_list" name="article[tag_list]" value="#{@article.tag_list}" />
1211
+ #
1212
+ # hidden_field(:user, :token)
1213
+ # # => <input type="hidden" id="user_token" name="user[token]" value="#{@user.token}" />
1214
+ def hidden_field(object_name, method, options = {})
1215
+ Tags::HiddenField.new(object_name, method, self, options).render
1216
+ end
1217
+
1218
+ # Returns a file upload input tag tailored for accessing a specified attribute (identified by +method+) on an object
1219
+ # assigned to the template (identified by +object+). Additional options on the input tag can be passed as a
1220
+ # hash with +options+. These options will be tagged onto the HTML as an HTML element attribute as in the example
1221
+ # shown.
1222
+ #
1223
+ # Using this method inside a #form_with block will set the enclosing form's encoding to <tt>multipart/form-data</tt>.
1224
+ #
1225
+ # ==== Options
1226
+ # * Creates standard HTML attributes for the tag.
1227
+ # * <tt>:disabled</tt> - If set to true, the user will not be able to use this input.
1228
+ # * <tt>:multiple</tt> - If set to true, *in most updated browsers* the user will be allowed to select multiple files.
1229
+ # * <tt>:include_hidden</tt> - When <tt>multiple: true</tt> and <tt>include_hidden: true</tt>, the field will be prefixed with an <tt><input type="hidden"></tt> field with an empty value to support submitting an empty collection of files.
1230
+ # * <tt>:accept</tt> - If set to one or multiple mime-types, the user will be suggested a filter when choosing a file. You still need to set up model validations.
1231
+ #
1232
+ # ==== Examples
1233
+ # file_field(:user, :avatar)
1234
+ # # => <input type="file" id="user_avatar" name="user[avatar]" />
1235
+ #
1236
+ # file_field(:article, :image, multiple: true)
1237
+ # # => <input type="file" id="article_image" name="article[image][]" multiple="multiple" />
1238
+ #
1239
+ # file_field(:article, :attached, accept: 'text/html')
1240
+ # # => <input accept="text/html" type="file" id="article_attached" name="article[attached]" />
1241
+ #
1242
+ # file_field(:article, :image, accept: 'image/png,image/gif,image/jpeg')
1243
+ # # => <input type="file" id="article_image" name="article[image]" accept="image/png,image/gif,image/jpeg" />
1244
+ #
1245
+ # file_field(:attachment, :file, class: 'file_input')
1246
+ # # => <input type="file" id="attachment_file" name="attachment[file]" class="file_input" />
1247
+ def file_field(object_name, method, options = {})
1248
+ options = { include_hidden: multiple_file_field_include_hidden }.merge!(options)
1249
+
1250
+ Tags::FileField.new(object_name, method, self, convert_direct_upload_option_to_url(options.dup)).render
1251
+ end
1252
+
1253
+ # Returns a textarea opening and closing tag set tailored for accessing a specified attribute (identified by +method+)
1254
+ # on an object assigned to the template (identified by +object+). Additional options on the input tag can be passed as a
1255
+ # hash with +options+.
1256
+ #
1257
+ # ==== Examples
1258
+ # textarea(:article, :body, cols: 20, rows: 40)
1259
+ # # => <textarea cols="20" rows="40" id="article_body" name="article[body]">
1260
+ # # #{@article.body}
1261
+ # # </textarea>
1262
+ #
1263
+ # textarea(:comment, :text, size: "20x30")
1264
+ # # => <textarea cols="20" rows="30" id="comment_text" name="comment[text]">
1265
+ # # #{@comment.text}
1266
+ # # </textarea>
1267
+ #
1268
+ # textarea(:application, :notes, cols: 40, rows: 15, class: 'app_input')
1269
+ # # => <textarea cols="40" rows="15" id="application_notes" name="application[notes]" class="app_input">
1270
+ # # #{@application.notes}
1271
+ # # </textarea>
1272
+ #
1273
+ # textarea(:entry, :body, size: "20x20", disabled: 'disabled')
1274
+ # # => <textarea cols="20" rows="20" id="entry_body" name="entry[body]" disabled="disabled">
1275
+ # # #{@entry.body}
1276
+ # # </textarea>
1277
+ def textarea(object_name, method, options = {})
1278
+ Tags::TextArea.new(object_name, method, self, options).render
1279
+ end
1280
+ alias_method :text_area, :textarea
1281
+
1282
+ # Returns a checkbox tag tailored for accessing a specified attribute (identified by +method+) on an object
1283
+ # assigned to the template (identified by +object+). This object must be an instance object (@object) and not a local object.
1284
+ # It's intended that +method+ returns an integer and if that integer is above zero, then the checkbox is checked.
1285
+ # Additional options on the input tag can be passed as a hash with +options+. The +checked_value+ defaults to 1
1286
+ # while the default +unchecked_value+ is set to 0 which is convenient for boolean values.
1287
+ #
1288
+ # ==== Options
1289
+ #
1290
+ # * Any standard HTML attributes for the tag can be passed in, for example +:class+.
1291
+ # * <tt>:checked</tt> - +true+ or +false+ forces the state of the checkbox to be checked or not.
1292
+ # * <tt>:include_hidden</tt> - If set to false, the auxiliary hidden field described below will not be generated.
1293
+ #
1294
+ # ==== Gotcha
1295
+ #
1296
+ # The HTML specification says unchecked check boxes are not successful, and
1297
+ # thus web browsers do not send them. Unfortunately this introduces a gotcha:
1298
+ # if an +Invoice+ model has a +paid+ flag, and in the form that edits a paid
1299
+ # invoice the user unchecks its check box, no +paid+ parameter is sent. So,
1300
+ # any mass-assignment idiom like
1301
+ #
1302
+ # @invoice.update(params[:invoice])
1303
+ #
1304
+ # wouldn't update the flag.
1305
+ #
1306
+ # To prevent this the helper generates an auxiliary hidden field before
1307
+ # every check box. The hidden field has the same name and its
1308
+ # attributes mimic an unchecked check box.
1309
+ #
1310
+ # This way, the client either sends only the hidden field (representing
1311
+ # the check box is unchecked), or both fields. Since the HTML specification
1312
+ # says key/value pairs have to be sent in the same order they appear in the
1313
+ # form, and parameters extraction gets the last occurrence of any repeated
1314
+ # key in the query string, that works for ordinary forms.
1315
+ #
1316
+ # Unfortunately that workaround does not work when the check box goes
1317
+ # within an array-like parameter, as in
1318
+ #
1319
+ # <%= fields_for "project[invoice_attributes][]", invoice, index: nil do |form| %>
1320
+ # <%= form.checkbox :paid %>
1321
+ # ...
1322
+ # <% end %>
1323
+ #
1324
+ # because parameter name repetition is precisely what \Rails seeks to distinguish
1325
+ # the elements of the array. For each item with a checked check box you
1326
+ # get an extra ghost item with only that attribute, assigned to "0".
1327
+ #
1328
+ # In that case it is preferable to either use FormTagHelper#checkbox_tag or to use
1329
+ # hashes instead of arrays.
1330
+ #
1331
+ # ==== Examples
1332
+ #
1333
+ # # Let's say that @article.validated? is 1:
1334
+ # checkbox("article", "validated")
1335
+ # # => <input name="article[validated]" type="hidden" value="0" />
1336
+ # # <input checked="checked" type="checkbox" id="article_validated" name="article[validated]" value="1" />
1337
+ #
1338
+ # # Let's say that @puppy.gooddog is "no":
1339
+ # checkbox("puppy", "gooddog", {}, "yes", "no")
1340
+ # # => <input name="puppy[gooddog]" type="hidden" value="no" />
1341
+ # # <input type="checkbox" id="puppy_gooddog" name="puppy[gooddog]" value="yes" />
1342
+ #
1343
+ # checkbox("eula", "accepted", { class: 'eula_check' }, "yes", "no")
1344
+ # # => <input name="eula[accepted]" type="hidden" value="no" />
1345
+ # # <input type="checkbox" class="eula_check" id="eula_accepted" name="eula[accepted]" value="yes" />
1346
+ def checkbox(object_name, method, options = {}, checked_value = "1", unchecked_value = "0")
1347
+ Tags::CheckBox.new(object_name, method, self, checked_value, unchecked_value, options).render
1348
+ end
1349
+ alias_method :check_box, :checkbox
1350
+
1351
+ # Returns a radio button tag for accessing a specified attribute (identified by +method+) on an object
1352
+ # assigned to the template (identified by +object+). If the current value of +method+ is +tag_value+ the
1353
+ # radio button will be checked.
1354
+ #
1355
+ # To force the radio button to be checked pass <tt>checked: true</tt> in the
1356
+ # +options+ hash. You may pass HTML options there as well.
1357
+ #
1358
+ # # Let's say that @article.category returns "rails":
1359
+ # radio_button("article", "category", "rails")
1360
+ # radio_button("article", "category", "java")
1361
+ # # => <input type="radio" id="article_category_rails" name="article[category]" value="rails" checked="checked" />
1362
+ # # <input type="radio" id="article_category_java" name="article[category]" value="java" />
1363
+ #
1364
+ # # Let's say that @user.receive_newsletter returns "no":
1365
+ # radio_button("user", "receive_newsletter", "yes")
1366
+ # radio_button("user", "receive_newsletter", "no")
1367
+ # # => <input type="radio" id="user_receive_newsletter_yes" name="user[receive_newsletter]" value="yes" />
1368
+ # # <input type="radio" id="user_receive_newsletter_no" name="user[receive_newsletter]" value="no" checked="checked" />
1369
+ def radio_button(object_name, method, tag_value, options = {})
1370
+ Tags::RadioButton.new(object_name, method, self, tag_value, options).render
1371
+ end
1372
+
1373
+ # Returns a text_field of type "color".
1374
+ #
1375
+ # color_field("car", "color")
1376
+ # # => <input id="car_color" name="car[color]" type="color" value="#000000" />
1377
+ def color_field(object_name, method, options = {})
1378
+ Tags::ColorField.new(object_name, method, self, options).render
1379
+ end
1380
+
1381
+ # Returns an input of type "search" for accessing a specified attribute (identified by +method+) on an object
1382
+ # assigned to the template (identified by +object_name+). Inputs of type "search" may be styled differently by
1383
+ # some browsers.
1384
+ #
1385
+ # search_field(:user, :name)
1386
+ # # => <input id="user_name" name="user[name]" type="search" />
1387
+ # search_field(:user, :name, autosave: false)
1388
+ # # => <input autosave="false" id="user_name" name="user[name]" type="search" />
1389
+ # search_field(:user, :name, results: 3)
1390
+ # # => <input id="user_name" name="user[name]" results="3" type="search" />
1391
+ # # Assume request.host returns "www.example.com"
1392
+ # search_field(:user, :name, autosave: true)
1393
+ # # => <input autosave="com.example.www" id="user_name" name="user[name]" results="10" type="search" />
1394
+ # search_field(:user, :name, onsearch: true)
1395
+ # # => <input id="user_name" incremental="true" name="user[name]" onsearch="true" type="search" />
1396
+ # search_field(:user, :name, autosave: false, onsearch: true)
1397
+ # # => <input autosave="false" id="user_name" incremental="true" name="user[name]" onsearch="true" type="search" />
1398
+ # search_field(:user, :name, autosave: true, onsearch: true)
1399
+ # # => <input autosave="com.example.www" id="user_name" incremental="true" name="user[name]" onsearch="true" results="10" type="search" />
1400
+ def search_field(object_name, method, options = {})
1401
+ Tags::SearchField.new(object_name, method, self, options).render
1402
+ end
1403
+
1404
+ # Returns a text_field of type "tel".
1405
+ #
1406
+ # telephone_field("user", "phone")
1407
+ # # => <input id="user_phone" name="user[phone]" type="tel" />
1408
+ #
1409
+ def telephone_field(object_name, method, options = {})
1410
+ Tags::TelField.new(object_name, method, self, options).render
1411
+ end
1412
+ # aliases telephone_field
1413
+ alias phone_field telephone_field
1414
+
1415
+ # Returns a text_field of type "date".
1416
+ #
1417
+ # date_field("user", "born_on")
1418
+ # # => <input id="user_born_on" name="user[born_on]" type="date" />
1419
+ #
1420
+ # The default value is generated by trying to call +strftime+ with "%Y-%m-%d"
1421
+ # on the object's value, which makes it behave as expected for instances
1422
+ # of DateTime and ActiveSupport::TimeWithZone. You can still override that
1423
+ # by passing the "value" option explicitly, e.g.
1424
+ #
1425
+ # @user.born_on = Date.new(1984, 1, 27)
1426
+ # date_field("user", "born_on", value: "1984-05-12")
1427
+ # # => <input id="user_born_on" name="user[born_on]" type="date" value="1984-05-12" />
1428
+ #
1429
+ # You can create values for the "min" and "max" attributes by passing
1430
+ # instances of Date or Time to the options hash.
1431
+ #
1432
+ # date_field("user", "born_on", min: Date.today)
1433
+ # # => <input id="user_born_on" name="user[born_on]" type="date" min="2014-05-20" />
1434
+ #
1435
+ # Alternatively, you can pass a String formatted as an ISO8601 date as the
1436
+ # values for "min" and "max."
1437
+ #
1438
+ # date_field("user", "born_on", min: "2014-05-20")
1439
+ # # => <input id="user_born_on" name="user[born_on]" type="date" min="2014-05-20" />
1440
+ #
1441
+ def date_field(object_name, method, options = {})
1442
+ Tags::DateField.new(object_name, method, self, options).render
1443
+ end
1444
+
1445
+ # Returns a text_field of type "time".
1446
+ #
1447
+ # The default value is generated by trying to call +strftime+ with "%T.%L"
1448
+ # on the object's value. If you pass <tt>include_seconds: false</tt>, it will be
1449
+ # formatted by trying to call +strftime+ with "%H:%M" on the object's value.
1450
+ # It is also possible to override this by passing the "value" option.
1451
+ #
1452
+ # ==== Options
1453
+ #
1454
+ # Supports the same options as FormTagHelper#time_field_tag.
1455
+ #
1456
+ # ==== Examples
1457
+ #
1458
+ # time_field("task", "started_at")
1459
+ # # => <input id="task_started_at" name="task[started_at]" type="time" />
1460
+ #
1461
+ # You can create values for the "min" and "max" attributes by passing
1462
+ # instances of Date or Time to the options hash.
1463
+ #
1464
+ # time_field("task", "started_at", min: Time.now)
1465
+ # # => <input id="task_started_at" name="task[started_at]" type="time" min="01:00:00.000" />
1466
+ #
1467
+ # Alternatively, you can pass a String formatted as an ISO8601 time as the
1468
+ # values for "min" and "max."
1469
+ #
1470
+ # time_field("task", "started_at", min: "01:00:00")
1471
+ # # => <input id="task_started_at" name="task[started_at]" type="time" min="01:00:00.000" />
1472
+ #
1473
+ # By default, provided times will be formatted including seconds. You can render just the hour
1474
+ # and minute by passing <tt>include_seconds: false</tt>. Some browsers will render a simpler UI
1475
+ # if you exclude seconds in the timestamp format.
1476
+ #
1477
+ # time_field("task", "started_at", value: Time.now, include_seconds: false)
1478
+ # # => <input id="task_started_at" name="task[started_at]" type="time" value="01:00" />
1479
+ def time_field(object_name, method, options = {})
1480
+ Tags::TimeField.new(object_name, method, self, options).render
1481
+ end
1482
+
1483
+ # Returns a text_field of type "datetime-local".
1484
+ #
1485
+ # datetime_field("user", "born_on")
1486
+ # # => <input id="user_born_on" name="user[born_on]" type="datetime-local" />
1487
+ #
1488
+ # The default value is generated by trying to call +strftime+ with "%Y-%m-%dT%T"
1489
+ # on the object's value, which makes it behave as expected for instances
1490
+ # of DateTime and ActiveSupport::TimeWithZone.
1491
+ #
1492
+ # @user.born_on = Date.new(1984, 1, 12)
1493
+ # datetime_field("user", "born_on")
1494
+ # # => <input id="user_born_on" name="user[born_on]" type="datetime-local" value="1984-01-12T00:00:00" />
1495
+ #
1496
+ # You can create values for the "min" and "max" attributes by passing
1497
+ # instances of Date or Time to the options hash.
1498
+ #
1499
+ # datetime_field("user", "born_on", min: Date.today)
1500
+ # # => <input id="user_born_on" name="user[born_on]" type="datetime-local" min="2014-05-20T00:00:00.000" />
1501
+ #
1502
+ # Alternatively, you can pass a String formatted as an ISO8601 datetime as
1503
+ # the values for "min" and "max."
1504
+ #
1505
+ # datetime_field("user", "born_on", min: "2014-05-20T00:00:00")
1506
+ # # => <input id="user_born_on" name="user[born_on]" type="datetime-local" min="2014-05-20T00:00:00.000" />
1507
+ #
1508
+ # By default, provided datetimes will be formatted including seconds. You can render just the date, hour,
1509
+ # and minute by passing <tt>include_seconds: false</tt>.
1510
+ #
1511
+ # @user.born_on = Time.current
1512
+ # datetime_field("user", "born_on", include_seconds: false)
1513
+ # # => <input id="user_born_on" name="user[born_on]" type="datetime-local" value="2014-05-20T14:35" />
1514
+ def datetime_field(object_name, method, options = {})
1515
+ Tags::DatetimeLocalField.new(object_name, method, self, options).render
1516
+ end
1517
+
1518
+ alias datetime_local_field datetime_field
1519
+
1520
+ # Returns a text_field of type "month".
1521
+ #
1522
+ # month_field("user", "born_on")
1523
+ # # => <input id="user_born_on" name="user[born_on]" type="month" />
1524
+ #
1525
+ # The default value is generated by trying to call +strftime+ with "%Y-%m"
1526
+ # on the object's value, which makes it behave as expected for instances
1527
+ # of DateTime and ActiveSupport::TimeWithZone.
1528
+ #
1529
+ # @user.born_on = Date.new(1984, 1, 27)
1530
+ # month_field("user", "born_on")
1531
+ # # => <input id="user_born_on" name="user[born_on]" type="date" value="1984-01" />
1532
+ #
1533
+ def month_field(object_name, method, options = {})
1534
+ Tags::MonthField.new(object_name, method, self, options).render
1535
+ end
1536
+
1537
+ # Returns a text_field of type "week".
1538
+ #
1539
+ # week_field("user", "born_on")
1540
+ # # => <input id="user_born_on" name="user[born_on]" type="week" />
1541
+ #
1542
+ # The default value is generated by trying to call +strftime+ with "%Y-W%W"
1543
+ # on the object's value, which makes it behave as expected for instances
1544
+ # of DateTime and ActiveSupport::TimeWithZone.
1545
+ #
1546
+ # @user.born_on = Date.new(1984, 5, 12)
1547
+ # week_field("user", "born_on")
1548
+ # # => <input id="user_born_on" name="user[born_on]" type="date" value="1984-W19" />
1549
+ #
1550
+ def week_field(object_name, method, options = {})
1551
+ Tags::WeekField.new(object_name, method, self, options).render
1552
+ end
1553
+
1554
+ # Returns a text_field of type "url".
1555
+ #
1556
+ # url_field("user", "homepage")
1557
+ # # => <input id="user_homepage" name="user[homepage]" type="url" />
1558
+ #
1559
+ def url_field(object_name, method, options = {})
1560
+ Tags::UrlField.new(object_name, method, self, options).render
1561
+ end
1562
+
1563
+ # Returns a text_field of type "email".
1564
+ #
1565
+ # email_field("user", "address")
1566
+ # # => <input id="user_address" name="user[address]" type="email" />
1567
+ #
1568
+ def email_field(object_name, method, options = {})
1569
+ Tags::EmailField.new(object_name, method, self, options).render
1570
+ end
1571
+
1572
+ # Returns an input tag of type "number".
1573
+ #
1574
+ # ==== Options
1575
+ #
1576
+ # Supports the same options as FormTagHelper#number_field_tag.
1577
+ def number_field(object_name, method, options = {})
1578
+ Tags::NumberField.new(object_name, method, self, options).render
1579
+ end
1580
+
1581
+ # Returns an input tag of type "range".
1582
+ #
1583
+ # ==== Options
1584
+ #
1585
+ # Supports the same options as FormTagHelper#range_field_tag.
1586
+ def range_field(object_name, method, options = {})
1587
+ Tags::RangeField.new(object_name, method, self, options).render
1588
+ end
1589
+
1590
+ def _object_for_form_builder(object) # :nodoc:
1591
+ object.is_a?(Array) ? object.last : object
1592
+ end
1593
+
1594
+ private
1595
+ def html_options_for_form_with(url_for_options = nil, model = nil, html: {}, local: !form_with_generates_remote_forms,
1596
+ skip_enforcing_utf8: nil, **options)
1597
+ html_options = options.slice(:id, :class, :multipart, :method, :data, :authenticity_token).merge!(html)
1598
+ html_options[:remote] = html.delete(:remote) || !local
1599
+ html_options[:method] ||= :patch if model.respond_to?(:persisted?) && model.persisted?
1600
+ if skip_enforcing_utf8.nil?
1601
+ if options.key?(:enforce_utf8)
1602
+ html_options[:enforce_utf8] = options[:enforce_utf8]
1603
+ end
1604
+ else
1605
+ html_options[:enforce_utf8] = !skip_enforcing_utf8
1606
+ end
1607
+ html_options_for_form(url_for_options.nil? ? {} : url_for_options, html_options)
1608
+ end
1609
+
1610
+ def instantiate_builder(record_name, record_object, options)
1611
+ case record_name
1612
+ when String, Symbol
1613
+ object = record_object
1614
+ object_name = record_name
1615
+ else
1616
+ object = record_name
1617
+ object_name = model_name_from_record_or_class(object).param_key if object
1618
+ end
1619
+
1620
+ builder = options[:builder] || default_form_builder_class
1621
+ builder.new(object_name, object, self, options)
1622
+ end
1623
+
1624
+ def default_form_builder_class
1625
+ builder = default_form_builder || ActionView::Base.default_form_builder
1626
+ builder.respond_to?(:constantize) ? builder.constantize : builder
1627
+ end
1628
+ end
1629
+
1630
+ # = Action View Form Builder
1631
+ #
1632
+ # A +FormBuilder+ object is associated with a particular model object and
1633
+ # allows you to generate fields associated with the model object. The
1634
+ # +FormBuilder+ object is yielded when using
1635
+ # {form_with}[rdof-ref:ActionView::Helpers::FormHelper#form_with] or #fields_for.
1636
+ # For example:
1637
+ #
1638
+ # <%= form_with model: @person do |person_form| %>
1639
+ # Name: <%= person_form.text_field :name %>
1640
+ # Admin: <%= person_form.checkbox :admin %>
1641
+ # <% end %>
1642
+ #
1643
+ # In the above block, a +FormBuilder+ object is yielded as the
1644
+ # +person_form+ variable. This allows you to generate the +text_field+
1645
+ # and +checkbox+ fields by specifying their eponymous methods, which
1646
+ # modify the underlying template and associates the <tt>@person</tt> model object
1647
+ # with the form.
1648
+ #
1649
+ # The +FormBuilder+ object can be thought of as serving as a proxy for the
1650
+ # methods in the +FormHelper+ module. This class, however, allows you to
1651
+ # call methods with the model object you are building the form for.
1652
+ #
1653
+ # You can create your own custom FormBuilder templates by subclassing this
1654
+ # class. For example:
1655
+ #
1656
+ # class MyFormBuilder < ActionView::Helpers::FormBuilder
1657
+ # def div_radio_button(method, tag_value, options = {})
1658
+ # @template.content_tag(:div,
1659
+ # @template.radio_button(
1660
+ # @object_name, method, tag_value, objectify_options(options)
1661
+ # )
1662
+ # )
1663
+ # end
1664
+ # end
1665
+ #
1666
+ # The above code creates a new method +div_radio_button+ which wraps a div
1667
+ # around the new radio button. Note that when options are passed in, you
1668
+ # must call +objectify_options+ in order for the model object to get
1669
+ # correctly passed to the method. If +objectify_options+ is not called,
1670
+ # then the newly created helper will not be linked back to the model.
1671
+ #
1672
+ # The +div_radio_button+ code from above can now be used as follows:
1673
+ #
1674
+ # <%= form_with model: @person, :builder => MyFormBuilder do |f| %>
1675
+ # I am a child: <%= f.div_radio_button(:admin, "child") %>
1676
+ # I am an adult: <%= f.div_radio_button(:admin, "adult") %>
1677
+ # <% end -%>
1678
+ #
1679
+ # The standard set of helper methods for form building are located in the
1680
+ # +field_helpers+ class attribute.
1681
+ class FormBuilder
1682
+ include ModelNaming
1683
+
1684
+ # The methods which wrap a form helper call.
1685
+ class_attribute :field_helpers, default: [
1686
+ :fields_for, :fields, :label, :text_field, :password_field,
1687
+ :hidden_field, :file_field, :textarea, :checkbox,
1688
+ :radio_button, :color_field, :search_field,
1689
+ :telephone_field, :phone_field, :date_field,
1690
+ :time_field, :datetime_field, :datetime_local_field,
1691
+ :month_field, :week_field, :url_field, :email_field,
1692
+ :number_field, :range_field
1693
+ ]
1694
+
1695
+ attr_accessor :object_name, :object, :options
1696
+
1697
+ attr_reader :multipart, :index
1698
+ alias :multipart? :multipart
1699
+
1700
+ def multipart=(multipart)
1701
+ @multipart = multipart
1702
+
1703
+ if parent_builder = @options[:parent_builder]
1704
+ parent_builder.multipart = multipart
1705
+ end
1706
+ end
1707
+
1708
+ def self._to_partial_path
1709
+ @_to_partial_path ||= name.demodulize.underscore.sub!(/_builder$/, "")
1710
+ end
1711
+
1712
+ def to_partial_path
1713
+ self.class._to_partial_path
1714
+ end
1715
+
1716
+ def to_model
1717
+ self
1718
+ end
1719
+
1720
+ def initialize(object_name, object, template, options)
1721
+ @nested_child_index = {}
1722
+ @object_name, @object, @template, @options = object_name, object, template, options
1723
+ @default_options = @options ? @options.slice(:index, :namespace, :skip_default_ids, :allow_method_names_outside_object) : {}
1724
+ @default_html_options = @default_options.except(:skip_default_ids, :allow_method_names_outside_object)
1725
+
1726
+ convert_to_legacy_options(@options)
1727
+
1728
+ if @object_name&.end_with?("[]")
1729
+ if (object ||= @template.instance_variable_get("@#{@object_name[0..-3]}")) && object.respond_to?(:to_param)
1730
+ @auto_index = object.to_param
1731
+ else
1732
+ raise ArgumentError, "object[] naming but object param and @object var don't exist or don't respond to to_param: #{object.inspect}"
1733
+ end
1734
+ end
1735
+
1736
+ @multipart = nil
1737
+ @index = options[:index] || options[:child_index]
1738
+ end
1739
+
1740
+ # Generate an HTML <tt>id</tt> attribute value.
1741
+ #
1742
+ # return the <tt><form></tt> element's <tt>id</tt> attribute.
1743
+ #
1744
+ # <%= form_with model: @article do |f| %>
1745
+ # <%# ... %>
1746
+ #
1747
+ # <% content_for :sticky_footer do %>
1748
+ # <%= form.button(form: f.id) %>
1749
+ # <% end %>
1750
+ # <% end %>
1751
+ #
1752
+ # In the example above, the <tt>:sticky_footer</tt> content area will
1753
+ # exist outside of the <tt><form></tt> element. By declaring the
1754
+ # <tt>form</tt> HTML attribute, we hint to the browser that the generated
1755
+ # <tt><button></tt> element should be treated as the <tt><form></tt>
1756
+ # element's submit button, regardless of where it exists in the DOM.
1757
+ def id
1758
+ options.dig(:html, :id) || options[:id]
1759
+ end
1760
+
1761
+ # Generate an HTML <tt>id</tt> attribute value for the given field
1762
+ #
1763
+ # Return the value generated by the <tt>FormBuilder</tt> for the given
1764
+ # attribute name.
1765
+ #
1766
+ # <%= form_with model: @article do |f| %>
1767
+ # <%= f.label :title %>
1768
+ # <%= f.text_field :title, aria: { describedby: f.field_id(:title, :error) } %>
1769
+ # <%= tag.span("is blank", id: f.field_id(:title, :error) %>
1770
+ # <% end %>
1771
+ #
1772
+ # In the example above, the <tt><input type="text"></tt> element built by
1773
+ # the call to #text_field declares an
1774
+ # <tt>aria-describedby</tt> attribute referencing the <tt><span></tt>
1775
+ # element, sharing a common <tt>id</tt> root (<tt>article_title</tt>, in this
1776
+ # case).
1777
+ def field_id(method, *suffixes, namespace: @options[:namespace], index: @options[:index])
1778
+ @template.field_id(@object_name, method, *suffixes, namespace: namespace, index: index)
1779
+ end
1780
+
1781
+ # Generate an HTML <tt>name</tt> attribute value for the given name and
1782
+ # field combination
1783
+ #
1784
+ # Return the value generated by the <tt>FormBuilder</tt> for the given
1785
+ # attribute name.
1786
+ #
1787
+ # <%= form_with model: @article do |f| %>
1788
+ # <%= f.text_field :title, name: f.field_name(:title, :subtitle) %>
1789
+ # <%# => <input type="text" name="article[title][subtitle]"> %>
1790
+ # <% end %>
1791
+ #
1792
+ # <%= form_with model: @article do |f| %>
1793
+ # <%= f.text_field :tag, name: f.field_name(:tag, multiple: true) %>
1794
+ # <%# => <input type="text" name="article[tag][]"> %>
1795
+ # <% end %>
1796
+ #
1797
+ def field_name(method, *methods, multiple: false, index: @options[:index])
1798
+ object_name = @options.fetch(:as) { @object_name }
1799
+
1800
+ @template.field_name(object_name, method, *methods, index: index, multiple: multiple)
1801
+ end
1802
+
1803
+ ##
1804
+ # :method: text_field
1805
+ #
1806
+ # :call-seq: text_field(method, options = {})
1807
+ #
1808
+ # Wraps ActionView::Helpers::FormHelper#text_field for form builders:
1809
+ #
1810
+ # <%= form_with model: @user do |f| %>
1811
+ # <%= f.text_field :name %>
1812
+ # <% end %>
1813
+ #
1814
+ # Please refer to the documentation of the base helper for details.
1815
+
1816
+ ##
1817
+ # :method: password_field
1818
+ #
1819
+ # :call-seq: password_field(method, options = {})
1820
+ #
1821
+ # Wraps ActionView::Helpers::FormHelper#password_field for form builders:
1822
+ #
1823
+ # <%= form_with model: @user do |f| %>
1824
+ # <%= f.password_field :password %>
1825
+ # <% end %>
1826
+ #
1827
+ # Please refer to the documentation of the base helper for details.
1828
+
1829
+ ##
1830
+ # :method: textarea
1831
+ #
1832
+ # :call-seq: textarea(method, options = {})
1833
+ #
1834
+ # Wraps ActionView::Helpers::FormHelper#textarea for form builders:
1835
+ #
1836
+ # <%= form_with model: @user do |f| %>
1837
+ # <%= f.textarea :detail %>
1838
+ # <% end %>
1839
+ #
1840
+ # Please refer to the documentation of the base helper for details.
1841
+
1842
+ ##
1843
+ # :method: color_field
1844
+ #
1845
+ # :call-seq: color_field(method, options = {})
1846
+ #
1847
+ # Wraps ActionView::Helpers::FormHelper#color_field for form builders:
1848
+ #
1849
+ # <%= form_with model: @user do |f| %>
1850
+ # <%= f.color_field :favorite_color %>
1851
+ # <% end %>
1852
+ #
1853
+ # Please refer to the documentation of the base helper for details.
1854
+
1855
+ ##
1856
+ # :method: search_field
1857
+ #
1858
+ # :call-seq: search_field(method, options = {})
1859
+ #
1860
+ # Wraps ActionView::Helpers::FormHelper#search_field for form builders:
1861
+ #
1862
+ # <%= form_with model: @user do |f| %>
1863
+ # <%= f.search_field :name %>
1864
+ # <% end %>
1865
+ #
1866
+ # Please refer to the documentation of the base helper for details.
1867
+
1868
+ ##
1869
+ # :method: telephone_field
1870
+ #
1871
+ # :call-seq: telephone_field(method, options = {})
1872
+ #
1873
+ # Wraps ActionView::Helpers::FormHelper#telephone_field for form builders:
1874
+ #
1875
+ # <%= form_with model: @user do |f| %>
1876
+ # <%= f.telephone_field :phone %>
1877
+ # <% end %>
1878
+ #
1879
+ # Please refer to the documentation of the base helper for details.
1880
+
1881
+ ##
1882
+ # :method: phone_field
1883
+ #
1884
+ # :call-seq: phone_field(method, options = {})
1885
+ #
1886
+ # Wraps ActionView::Helpers::FormHelper#phone_field for form builders:
1887
+ #
1888
+ # <%= form_with model: @user do |f| %>
1889
+ # <%= f.phone_field :phone %>
1890
+ # <% end %>
1891
+ #
1892
+ # Please refer to the documentation of the base helper for details.
1893
+
1894
+ ##
1895
+ # :method: date_field
1896
+ #
1897
+ # :call-seq: date_field(method, options = {})
1898
+ #
1899
+ # Wraps ActionView::Helpers::FormHelper#date_field for form builders:
1900
+ #
1901
+ # <%= form_with model: @user do |f| %>
1902
+ # <%= f.date_field :born_on %>
1903
+ # <% end %>
1904
+ #
1905
+ # Please refer to the documentation of the base helper for details.
1906
+
1907
+ ##
1908
+ # :method: time_field
1909
+ #
1910
+ # :call-seq: time_field(method, options = {})
1911
+ #
1912
+ # Wraps ActionView::Helpers::FormHelper#time_field for form builders:
1913
+ #
1914
+ # <%= form_with model: @user do |f| %>
1915
+ # <%= f.time_field :born_at %>
1916
+ # <% end %>
1917
+ #
1918
+ # Please refer to the documentation of the base helper for details.
1919
+
1920
+ ##
1921
+ # :method: datetime_field
1922
+ #
1923
+ # :call-seq: datetime_field(method, options = {})
1924
+ #
1925
+ # Wraps ActionView::Helpers::FormHelper#datetime_field for form builders:
1926
+ #
1927
+ # <%= form_with model: @user do |f| %>
1928
+ # <%= f.datetime_field :graduation_day %>
1929
+ # <% end %>
1930
+ #
1931
+ # Please refer to the documentation of the base helper for details.
1932
+
1933
+ ##
1934
+ # :method: datetime_local_field
1935
+ #
1936
+ # :call-seq: datetime_local_field(method, options = {})
1937
+ #
1938
+ # Wraps ActionView::Helpers::FormHelper#datetime_local_field for form builders:
1939
+ #
1940
+ # <%= form_with model: @user do |f| %>
1941
+ # <%= f.datetime_local_field :graduation_day %>
1942
+ # <% end %>
1943
+ #
1944
+ # Please refer to the documentation of the base helper for details.
1945
+
1946
+ ##
1947
+ # :method: month_field
1948
+ #
1949
+ # :call-seq: month_field(method, options = {})
1950
+ #
1951
+ # Wraps ActionView::Helpers::FormHelper#month_field for form builders:
1952
+ #
1953
+ # <%= form_with model: @user do |f| %>
1954
+ # <%= f.month_field :birthday_month %>
1955
+ # <% end %>
1956
+ #
1957
+ # Please refer to the documentation of the base helper for details.
1958
+
1959
+ ##
1960
+ # :method: week_field
1961
+ #
1962
+ # :call-seq: week_field(method, options = {})
1963
+ #
1964
+ # Wraps ActionView::Helpers::FormHelper#week_field for form builders:
1965
+ #
1966
+ # <%= form_with model: @user do |f| %>
1967
+ # <%= f.week_field :birthday_week %>
1968
+ # <% end %>
1969
+ #
1970
+ # Please refer to the documentation of the base helper for details.
1971
+
1972
+ ##
1973
+ # :method: url_field
1974
+ #
1975
+ # :call-seq: url_field(method, options = {})
1976
+ #
1977
+ # Wraps ActionView::Helpers::FormHelper#url_field for form builders:
1978
+ #
1979
+ # <%= form_with model: @user do |f| %>
1980
+ # <%= f.url_field :homepage %>
1981
+ # <% end %>
1982
+ #
1983
+ # Please refer to the documentation of the base helper for details.
1984
+
1985
+ ##
1986
+ # :method: email_field
1987
+ #
1988
+ # :call-seq: email_field(method, options = {})
1989
+ #
1990
+ # Wraps ActionView::Helpers::FormHelper#email_field for form builders:
1991
+ #
1992
+ # <%= form_with model: @user do |f| %>
1993
+ # <%= f.email_field :address %>
1994
+ # <% end %>
1995
+ #
1996
+ # Please refer to the documentation of the base helper for details.
1997
+
1998
+ ##
1999
+ # :method: number_field
2000
+ #
2001
+ # :call-seq: number_field(method, options = {})
2002
+ #
2003
+ # Wraps ActionView::Helpers::FormHelper#number_field for form builders:
2004
+ #
2005
+ # <%= form_with model: @user do |f| %>
2006
+ # <%= f.number_field :age %>
2007
+ # <% end %>
2008
+ #
2009
+ # Please refer to the documentation of the base helper for details.
2010
+
2011
+ ##
2012
+ # :method: range_field
2013
+ #
2014
+ # :call-seq: range_field(method, options = {})
2015
+ #
2016
+ # Wraps ActionView::Helpers::FormHelper#range_field for form builders:
2017
+ #
2018
+ # <%= form_with model: @user do |f| %>
2019
+ # <%= f.range_field :age %>
2020
+ # <% end %>
2021
+ #
2022
+ # Please refer to the documentation of the base helper for details.
2023
+
2024
+ ActiveSupport::CodeGenerator.batch(self, __FILE__, __LINE__) do |code_generator|
2025
+ (field_helpers - [:label, :checkbox, :radio_button, :fields_for, :fields, :hidden_field, :file_field]).each do |selector|
2026
+ code_generator.class_eval do |batch|
2027
+ batch <<
2028
+ "def #{selector}(method, options = {})" <<
2029
+ " @template.#{selector}(@object_name, method, objectify_options(options))" <<
2030
+ "end"
2031
+ end
2032
+ end
2033
+ end
2034
+ alias_method :text_area, :textarea
2035
+
2036
+ # Creates a scope around a specific model object like #form_with, but
2037
+ # doesn't create the form tags themselves. This makes +fields_for+
2038
+ # suitable for specifying additional model objects in the same form.
2039
+ #
2040
+ # Although the usage and purpose of +fields_for+ is similar to #form_with's,
2041
+ # its method signature is slightly different. Like #form_with, it yields
2042
+ # a FormBuilder object associated with a particular model object to a block,
2043
+ # and within the block allows methods to be called on the builder to
2044
+ # generate fields associated with the model object. Fields may reflect
2045
+ # a model object in two ways - how they are named (hence how submitted
2046
+ # values appear within the +params+ hash in the controller) and what
2047
+ # default values are shown when the form fields are first displayed.
2048
+ # In order for both of these features to be specified independently,
2049
+ # both an object name (represented by either a symbol or string) and the
2050
+ # object itself can be passed to the method separately -
2051
+ #
2052
+ # <%= form_with model: @person do |person_form| %>
2053
+ # First name: <%= person_form.text_field :first_name %>
2054
+ # Last name : <%= person_form.text_field :last_name %>
2055
+ #
2056
+ # <%= fields_for :permission, @person.permission do |permission_fields| %>
2057
+ # Admin? : <%= permission_fields.checkbox :admin %>
2058
+ # <% end %>
2059
+ #
2060
+ # <%= person_form.submit %>
2061
+ # <% end %>
2062
+ #
2063
+ # In this case, the checkbox field will be represented by an HTML +input+
2064
+ # tag with the +name+ attribute <tt>permission[admin]</tt>, and the submitted
2065
+ # value will appear in the controller as <tt>params[:permission][:admin]</tt>.
2066
+ # If <tt>@person.permission</tt> is an existing record with an attribute
2067
+ # +admin+, the initial state of the checkbox when first displayed will
2068
+ # reflect the value of <tt>@person.permission.admin</tt>.
2069
+ #
2070
+ # Often this can be simplified by passing just the name of the model
2071
+ # object to +fields_for+ -
2072
+ #
2073
+ # <%= fields_for :permission do |permission_fields| %>
2074
+ # Admin?: <%= permission_fields.checkbox :admin %>
2075
+ # <% end %>
2076
+ #
2077
+ # ...in which case, if <tt>:permission</tt> also happens to be the name of an
2078
+ # instance variable <tt>@permission</tt>, the initial state of the input
2079
+ # field will reflect the value of that variable's attribute <tt>@permission.admin</tt>.
2080
+ #
2081
+ # Alternatively, you can pass just the model object itself (if the first
2082
+ # argument isn't a string or symbol +fields_for+ will realize that the
2083
+ # name has been omitted) -
2084
+ #
2085
+ # <%= fields_for @person.permission do |permission_fields| %>
2086
+ # Admin?: <%= permission_fields.checkbox :admin %>
2087
+ # <% end %>
2088
+ #
2089
+ # and +fields_for+ will derive the required name of the field from the
2090
+ # _class_ of the model object, e.g. if <tt>@person.permission</tt>, is
2091
+ # of class +Permission+, the field will still be named <tt>permission[admin]</tt>.
2092
+ #
2093
+ # Note: This also works for the methods in FormOptionsHelper and
2094
+ # DateHelper that are designed to work with an object as base, like
2095
+ # FormOptionsHelper#collection_select and DateHelper#datetime_select.
2096
+ #
2097
+ # +fields_for+ tries to be smart about parameters, but it can be confused if both
2098
+ # name and value parameters are provided and the provided value has the shape of an
2099
+ # option Hash. To remove the ambiguity, explicitly pass an option Hash, even if empty.
2100
+ #
2101
+ # <%= form_with model: @person do |person_form| %>
2102
+ # ...
2103
+ # <%= fields_for :permission, @person.permission, {} do |permission_fields| %>
2104
+ # Admin?: <%= checkbox_tag permission_fields.field_name(:admin), @person.permission[:admin] %>
2105
+ # <% end %>
2106
+ # ...
2107
+ # <% end %>
2108
+ #
2109
+ # === Nested Attributes Examples
2110
+ #
2111
+ # When the object belonging to the current scope has a nested attribute
2112
+ # writer for a certain attribute, +fields_for+ will yield a new scope
2113
+ # for that attribute. This allows you to create forms that set or change
2114
+ # the attributes of a parent object and its associations in one go.
2115
+ #
2116
+ # Nested attribute writers are normal setter methods named after an
2117
+ # association. The most common way of defining these writers is either
2118
+ # with +accepts_nested_attributes_for+ in a model definition or by
2119
+ # defining a method with the proper name. For example: the attribute
2120
+ # writer for the association <tt>:address</tt> is called
2121
+ # <tt>address_attributes=</tt>.
2122
+ #
2123
+ # Whether a one-to-one or one-to-many style form builder will be yielded
2124
+ # depends on whether the normal reader method returns a _single_ object
2125
+ # or an _array_ of objects.
2126
+ #
2127
+ # ==== One-to-one
2128
+ #
2129
+ # Consider a Person class which returns a _single_ Address from the
2130
+ # <tt>address</tt> reader method and responds to the
2131
+ # <tt>address_attributes=</tt> writer method:
2132
+ #
2133
+ # class Person
2134
+ # def address
2135
+ # @address
2136
+ # end
2137
+ #
2138
+ # def address_attributes=(attributes)
2139
+ # # Process the attributes hash
2140
+ # end
2141
+ # end
2142
+ #
2143
+ # This model can now be used with a nested +fields_for+, like so:
2144
+ #
2145
+ # <%= form_with model: @person do |person_form| %>
2146
+ # ...
2147
+ # <%= person_form.fields_for :address do |address_fields| %>
2148
+ # Street : <%= address_fields.text_field :street %>
2149
+ # Zip code: <%= address_fields.text_field :zip_code %>
2150
+ # <% end %>
2151
+ # ...
2152
+ # <% end %>
2153
+ #
2154
+ # When address is already an association on a Person you can use
2155
+ # +accepts_nested_attributes_for+ to define the writer method for you:
2156
+ #
2157
+ # class Person < ActiveRecord::Base
2158
+ # has_one :address
2159
+ # accepts_nested_attributes_for :address
2160
+ # end
2161
+ #
2162
+ # If you want to destroy the associated model through the form, you have
2163
+ # to enable it first using the <tt>:allow_destroy</tt> option for
2164
+ # +accepts_nested_attributes_for+:
2165
+ #
2166
+ # class Person < ActiveRecord::Base
2167
+ # has_one :address
2168
+ # accepts_nested_attributes_for :address, allow_destroy: true
2169
+ # end
2170
+ #
2171
+ # Now, when you use a form element with the <tt>_destroy</tt> parameter,
2172
+ # with a value that evaluates to +true+, you will destroy the associated
2173
+ # model (e.g. 1, '1', true, or 'true'):
2174
+ #
2175
+ # <%= form_with model: @person do |person_form| %>
2176
+ # ...
2177
+ # <%= person_form.fields_for :address do |address_fields| %>
2178
+ # ...
2179
+ # Delete: <%= address_fields.checkbox :_destroy %>
2180
+ # <% end %>
2181
+ # ...
2182
+ # <% end %>
2183
+ #
2184
+ # ==== One-to-many
2185
+ #
2186
+ # Consider a Person class which returns an _array_ of Project instances
2187
+ # from the <tt>projects</tt> reader method and responds to the
2188
+ # <tt>projects_attributes=</tt> writer method:
2189
+ #
2190
+ # class Person
2191
+ # def projects
2192
+ # [@project1, @project2]
2193
+ # end
2194
+ #
2195
+ # def projects_attributes=(attributes)
2196
+ # # Process the attributes hash
2197
+ # end
2198
+ # end
2199
+ #
2200
+ # Note that the <tt>projects_attributes=</tt> writer method is in fact
2201
+ # required for +fields_for+ to correctly identify <tt>:projects</tt> as a
2202
+ # collection, and the correct indices to be set in the form markup.
2203
+ #
2204
+ # When projects is already an association on Person you can use
2205
+ # +accepts_nested_attributes_for+ to define the writer method for you:
2206
+ #
2207
+ # class Person < ActiveRecord::Base
2208
+ # has_many :projects
2209
+ # accepts_nested_attributes_for :projects
2210
+ # end
2211
+ #
2212
+ # This model can now be used with a nested +fields_for+. The block given to
2213
+ # the nested +fields_for+ call will be repeated for each instance in the
2214
+ # collection:
2215
+ #
2216
+ # <%= form_with model: @person do |person_form| %>
2217
+ # ...
2218
+ # <%= person_form.fields_for :projects do |project_fields| %>
2219
+ # <% if project_fields.object.active? %>
2220
+ # Name: <%= project_fields.text_field :name %>
2221
+ # <% end %>
2222
+ # <% end %>
2223
+ # ...
2224
+ # <% end %>
2225
+ #
2226
+ # It's also possible to specify the instance to be used:
2227
+ #
2228
+ # <%= form_with model: @person do |person_form| %>
2229
+ # ...
2230
+ # <% @person.projects.each do |project| %>
2231
+ # <% if project.active? %>
2232
+ # <%= person_form.fields_for :projects, project do |project_fields| %>
2233
+ # Name: <%= project_fields.text_field :name %>
2234
+ # <% end %>
2235
+ # <% end %>
2236
+ # <% end %>
2237
+ # ...
2238
+ # <% end %>
2239
+ #
2240
+ # Or a collection to be used:
2241
+ #
2242
+ # <%= form_with model: @person do |person_form| %>
2243
+ # ...
2244
+ # <%= person_form.fields_for :projects, @active_projects do |project_fields| %>
2245
+ # Name: <%= project_fields.text_field :name %>
2246
+ # <% end %>
2247
+ # ...
2248
+ # <% end %>
2249
+ #
2250
+ # If you want to destroy any of the associated models through the
2251
+ # form, you have to enable it first using the <tt>:allow_destroy</tt>
2252
+ # option for +accepts_nested_attributes_for+:
2253
+ #
2254
+ # class Person < ActiveRecord::Base
2255
+ # has_many :projects
2256
+ # accepts_nested_attributes_for :projects, allow_destroy: true
2257
+ # end
2258
+ #
2259
+ # This will allow you to specify which models to destroy in the
2260
+ # attributes hash by adding a form element for the <tt>_destroy</tt>
2261
+ # parameter with a value that evaluates to +true+
2262
+ # (e.g. 1, '1', true, or 'true'):
2263
+ #
2264
+ # <%= form_with model: @person do |person_form| %>
2265
+ # ...
2266
+ # <%= person_form.fields_for :projects do |project_fields| %>
2267
+ # Delete: <%= project_fields.checkbox :_destroy %>
2268
+ # <% end %>
2269
+ # ...
2270
+ # <% end %>
2271
+ #
2272
+ # When a collection is used you might want to know the index of each
2273
+ # object in the array. For this purpose, the <tt>index</tt> method
2274
+ # is available in the FormBuilder object.
2275
+ #
2276
+ # <%= form_with model: @person do |person_form| %>
2277
+ # ...
2278
+ # <%= person_form.fields_for :projects do |project_fields| %>
2279
+ # Project #<%= project_fields.index %>
2280
+ # ...
2281
+ # <% end %>
2282
+ # ...
2283
+ # <% end %>
2284
+ #
2285
+ # Note that +fields_for+ will automatically generate a hidden field
2286
+ # to store the ID of the record. There are circumstances where this
2287
+ # hidden field is not needed and you can pass <tt>include_id: false</tt>
2288
+ # to prevent +fields_for+ from rendering it automatically.
2289
+ def fields_for(record_name, record_object = nil, fields_options = nil, &block)
2290
+ fields_options, record_object = record_object, nil if fields_options.nil? && record_object.is_a?(Hash) && record_object.extractable_options?
2291
+ fields_options ||= {}
2292
+ fields_options[:builder] ||= options[:builder]
2293
+ fields_options[:namespace] = options[:namespace]
2294
+ fields_options[:parent_builder] = self
2295
+
2296
+ case record_name
2297
+ when String, Symbol
2298
+ if nested_attributes_association?(record_name)
2299
+ return fields_for_with_nested_attributes(record_name, record_object, fields_options, block)
2300
+ end
2301
+ else
2302
+ record_object = @template._object_for_form_builder(record_name)
2303
+ record_name = model_name_from_record_or_class(record_object).param_key
2304
+ end
2305
+
2306
+ object_name = @object_name
2307
+ index = if options.has_key?(:index)
2308
+ options[:index]
2309
+ elsif defined?(@auto_index)
2310
+ object_name = object_name.to_s.delete_suffix("[]")
2311
+ @auto_index
2312
+ end
2313
+
2314
+ record_name = if index
2315
+ "#{object_name}[#{index}][#{record_name}]"
2316
+ elsif record_name.end_with?("[]")
2317
+ "#{object_name}[#{record_name[0..-3]}][#{record_object.id}]"
2318
+ else
2319
+ "#{object_name}[#{record_name}]"
2320
+ end
2321
+ fields_options[:child_index] = index
2322
+
2323
+ @template.fields_for(record_name, record_object, fields_options, &block)
2324
+ end
2325
+
2326
+ # See the docs for the ActionView::Helpers::FormHelper#fields helper method.
2327
+ def fields(scope = nil, model: nil, **options, &block)
2328
+ options[:allow_method_names_outside_object] = true
2329
+ options[:skip_default_ids] = !FormHelper.form_with_generates_ids
2330
+
2331
+ convert_to_legacy_options(options)
2332
+
2333
+ fields_for(scope || model, model, options, &block)
2334
+ end
2335
+
2336
+ # Returns a label tag tailored for labelling an input field for a specified attribute (identified by +method+) on an object
2337
+ # assigned to the template (identified by +object+). The text of label will default to the attribute name unless a translation
2338
+ # is found in the current I18n locale (through <tt>helpers.label.<modelname>.<attribute></tt>) or you specify it explicitly.
2339
+ # Additional options on the label tag can be passed as a hash with +options+. These options will be tagged
2340
+ # onto the HTML as an HTML element attribute as in the example shown, except for the <tt>:value</tt> option, which is designed to
2341
+ # target labels for radio_button tags (where the value is used in the ID of the input tag).
2342
+ #
2343
+ # ==== Examples
2344
+ # label(:title)
2345
+ # # => <label for="article_title">Title</label>
2346
+ #
2347
+ # You can localize your labels based on model and attribute names.
2348
+ # For example you can define the following in your locale (e.g. en.yml)
2349
+ #
2350
+ # helpers:
2351
+ # label:
2352
+ # article:
2353
+ # body: "Write your entire text here"
2354
+ #
2355
+ # Which then will result in
2356
+ #
2357
+ # label(:body)
2358
+ # # => <label for="article_body">Write your entire text here</label>
2359
+ #
2360
+ # Localization can also be based purely on the translation of the attribute-name
2361
+ # (if you are using ActiveRecord):
2362
+ #
2363
+ # activerecord:
2364
+ # attributes:
2365
+ # article:
2366
+ # cost: "Total cost"
2367
+ #
2368
+ # <code></code>
2369
+ #
2370
+ # label(:cost)
2371
+ # # => <label for="article_cost">Total cost</label>
2372
+ #
2373
+ # label(:title, "A short title")
2374
+ # # => <label for="article_title">A short title</label>
2375
+ #
2376
+ # label(:title, "A short title", class: "title_label")
2377
+ # # => <label for="article_title" class="title_label">A short title</label>
2378
+ #
2379
+ # label(:privacy, "Public Article", value: "public")
2380
+ # # => <label for="article_privacy_public">Public Article</label>
2381
+ #
2382
+ # label(:cost) do |translation|
2383
+ # content_tag(:span, translation, class: "cost_label")
2384
+ # end
2385
+ # # => <label for="article_cost"><span class="cost_label">Total cost</span></label>
2386
+ #
2387
+ # label(:cost) do |builder|
2388
+ # content_tag(:span, builder.translation, class: "cost_label")
2389
+ # end
2390
+ # # => <label for="article_cost"><span class="cost_label">Total cost</span></label>
2391
+ #
2392
+ # label(:cost) do |builder|
2393
+ # content_tag(:span, builder.translation, class: [
2394
+ # "cost_label",
2395
+ # ("error_label" if builder.object.errors.include?(:cost))
2396
+ # ])
2397
+ # end
2398
+ # # => <label for="article_cost"><span class="cost_label error_label">Total cost</span></label>
2399
+ #
2400
+ # label(:terms) do
2401
+ # raw('Accept <a href="/terms">Terms</a>.')
2402
+ # end
2403
+ # # => <label for="article_terms">Accept <a href="/terms">Terms</a>.</label>
2404
+ def label(method, text = nil, options = {}, &block)
2405
+ @template.label(@object_name, method, text, objectify_options(options), &block)
2406
+ end
2407
+
2408
+ # Returns a checkbox tag tailored for accessing a specified attribute (identified by +method+) on an object
2409
+ # assigned to the template (identified by +object+). This object must be an instance object (@object) and not a local object.
2410
+ # It's intended that +method+ returns an integer and if that integer is above zero, then the checkbox is checked.
2411
+ # Additional options on the input tag can be passed as a hash with +options+. The +checked_value+ defaults to 1
2412
+ # while the default +unchecked_value+ is set to 0 which is convenient for boolean values.
2413
+ #
2414
+ # ==== Options
2415
+ #
2416
+ # * Any standard HTML attributes for the tag can be passed in, for example +:class+.
2417
+ # * <tt>:checked</tt> - +true+ or +false+ forces the state of the checkbox to be checked or not.
2418
+ # * <tt>:include_hidden</tt> - If set to false, the auxiliary hidden field described below will not be generated.
2419
+ #
2420
+ # ==== Gotcha
2421
+ #
2422
+ # The HTML specification says unchecked check boxes are not successful, and
2423
+ # thus web browsers do not send them. Unfortunately this introduces a gotcha:
2424
+ # if an +Invoice+ model has a +paid+ flag, and in the form that edits a paid
2425
+ # invoice the user unchecks its check box, no +paid+ parameter is sent. So,
2426
+ # any mass-assignment idiom like
2427
+ #
2428
+ # @invoice.update(params[:invoice])
2429
+ #
2430
+ # wouldn't update the flag.
2431
+ #
2432
+ # To prevent this the helper generates an auxiliary hidden field before
2433
+ # every check box. The hidden field has the same name and its
2434
+ # attributes mimic an unchecked check box.
2435
+ #
2436
+ # This way, the client either sends only the hidden field (representing
2437
+ # the check box is unchecked), or both fields. Since the HTML specification
2438
+ # says key/value pairs have to be sent in the same order they appear in the
2439
+ # form, and parameters extraction gets the last occurrence of any repeated
2440
+ # key in the query string, that works for ordinary forms.
2441
+ #
2442
+ # Unfortunately that workaround does not work when the check box goes
2443
+ # within an array-like parameter, as in
2444
+ #
2445
+ # <%= fields_for "project[invoice_attributes][]", invoice, index: nil do |form| %>
2446
+ # <%= form.checkbox :paid %>
2447
+ # ...
2448
+ # <% end %>
2449
+ #
2450
+ # because parameter name repetition is precisely what \Rails seeks to distinguish
2451
+ # the elements of the array. For each item with a checked check box you
2452
+ # get an extra ghost item with only that attribute, assigned to "0".
2453
+ #
2454
+ # In that case it is preferable to either use FormTagHelper#checkbox_tag or to use
2455
+ # hashes instead of arrays.
2456
+ #
2457
+ # ==== Examples
2458
+ #
2459
+ # # Let's say that @article.validated? is 1:
2460
+ # checkbox("validated")
2461
+ # # => <input name="article[validated]" type="hidden" value="0" />
2462
+ # # <input checked="checked" type="checkbox" id="article_validated" name="article[validated]" value="1" />
2463
+ #
2464
+ # # Let's say that @puppy.gooddog is "no":
2465
+ # checkbox("gooddog", {}, "yes", "no")
2466
+ # # => <input name="puppy[gooddog]" type="hidden" value="no" />
2467
+ # # <input type="checkbox" id="puppy_gooddog" name="puppy[gooddog]" value="yes" />
2468
+ #
2469
+ # # Let's say that @eula.accepted is "no":
2470
+ # checkbox("accepted", { class: 'eula_check' }, "yes", "no")
2471
+ # # => <input name="eula[accepted]" type="hidden" value="no" />
2472
+ # # <input type="checkbox" class="eula_check" id="eula_accepted" name="eula[accepted]" value="yes" />
2473
+ def checkbox(method, options = {}, checked_value = "1", unchecked_value = "0")
2474
+ @template.checkbox(@object_name, method, objectify_options(options), checked_value, unchecked_value)
2475
+ end
2476
+ alias_method :check_box, :checkbox
2477
+
2478
+ # Returns a radio button tag for accessing a specified attribute (identified by +method+) on an object
2479
+ # assigned to the template (identified by +object+). If the current value of +method+ is +tag_value+ the
2480
+ # radio button will be checked.
2481
+ #
2482
+ # To force the radio button to be checked pass <tt>checked: true</tt> in the
2483
+ # +options+ hash. You may pass HTML options there as well.
2484
+ #
2485
+ # # Let's say that @article.category returns "rails":
2486
+ # radio_button("category", "rails")
2487
+ # radio_button("category", "java")
2488
+ # # => <input type="radio" id="article_category_rails" name="article[category]" value="rails" checked="checked" />
2489
+ # # <input type="radio" id="article_category_java" name="article[category]" value="java" />
2490
+ #
2491
+ # # Let's say that @user.receive_newsletter returns "no":
2492
+ # radio_button("receive_newsletter", "yes")
2493
+ # radio_button("receive_newsletter", "no")
2494
+ # # => <input type="radio" id="user_receive_newsletter_yes" name="user[receive_newsletter]" value="yes" />
2495
+ # # <input type="radio" id="user_receive_newsletter_no" name="user[receive_newsletter]" value="no" checked="checked" />
2496
+ def radio_button(method, tag_value, options = {})
2497
+ @template.radio_button(@object_name, method, tag_value, objectify_options(options))
2498
+ end
2499
+
2500
+ # Returns a hidden input tag tailored for accessing a specified attribute (identified by +method+) on an object
2501
+ # assigned to the template (identified by +object+). Additional options on the input tag can be passed as a
2502
+ # hash with +options+. These options will be tagged onto the HTML as an HTML element attribute as in the example
2503
+ # shown.
2504
+ #
2505
+ # ==== Examples
2506
+ # # Let's say that @signup.pass_confirm returns true:
2507
+ # hidden_field(:pass_confirm)
2508
+ # # => <input type="hidden" id="signup_pass_confirm" name="signup[pass_confirm]" value="true" />
2509
+ #
2510
+ # # Let's say that @article.tag_list returns "blog, ruby":
2511
+ # hidden_field(:tag_list)
2512
+ # # => <input type="hidden" id="article_tag_list" name="article[tag_list]" value="blog, ruby" />
2513
+ #
2514
+ # # Let's say that @user.token returns "abcde":
2515
+ # hidden_field(:token)
2516
+ # # => <input type="hidden" id="user_token" name="user[token]" value="abcde" />
2517
+ #
2518
+ def hidden_field(method, options = {})
2519
+ @emitted_hidden_id = true if method == :id
2520
+ @template.hidden_field(@object_name, method, objectify_options(options))
2521
+ end
2522
+
2523
+ # Returns a file upload input tag tailored for accessing a specified attribute (identified by +method+) on an object
2524
+ # assigned to the template (identified by +object+). Additional options on the input tag can be passed as a
2525
+ # hash with +options+. These options will be tagged onto the HTML as an HTML element attribute as in the example
2526
+ # shown.
2527
+ #
2528
+ # Using this method inside a #form_with block will set the enclosing form's encoding to <tt>multipart/form-data</tt>.
2529
+ #
2530
+ # ==== Options
2531
+ # * Creates standard HTML attributes for the tag.
2532
+ # * <tt>:disabled</tt> - If set to true, the user will not be able to use this input.
2533
+ # * <tt>:multiple</tt> - If set to true, *in most updated browsers* the user will be allowed to select multiple files.
2534
+ # * <tt>:include_hidden</tt> - When <tt>multiple: true</tt> and <tt>include_hidden: true</tt>, the field will be prefixed with an <tt><input type="hidden"></tt> field with an empty value to support submitting an empty collection of files. Since <tt>include_hidden</tt> will default to <tt>config.active_storage.multiple_file_field_include_hidden</tt> if you don't specify <tt>include_hidden</tt>, you will need to pass <tt>include_hidden: false</tt> to prevent submitting an empty collection of files when passing <tt>multiple: true</tt>.
2535
+ # * <tt>:accept</tt> - If set to one or multiple mime-types, the user will be suggested a filter when choosing a file. You still need to set up model validations.
2536
+ #
2537
+ # ==== Examples
2538
+ # # Let's say that @user has avatar:
2539
+ # file_field(:avatar)
2540
+ # # => <input type="file" id="user_avatar" name="user[avatar]" />
2541
+ #
2542
+ # # Let's say that @article has image:
2543
+ # file_field(:image, :multiple => true)
2544
+ # # => <input type="file" id="article_image" name="article[image][]" multiple="multiple" />
2545
+ #
2546
+ # # Let's say that @article has attached:
2547
+ # file_field(:attached, accept: 'text/html')
2548
+ # # => <input accept="text/html" type="file" id="article_attached" name="article[attached]" />
2549
+ #
2550
+ # # Let's say that @article has image:
2551
+ # file_field(:image, accept: 'image/png,image/gif,image/jpeg')
2552
+ # # => <input type="file" id="article_image" name="article[image]" accept="image/png,image/gif,image/jpeg" />
2553
+ #
2554
+ # # Let's say that @attachment has file:
2555
+ # file_field(:file, class: 'file_input')
2556
+ # # => <input type="file" id="attachment_file" name="attachment[file]" class="file_input" />
2557
+ def file_field(method, options = {})
2558
+ self.multipart = true
2559
+ @template.file_field(@object_name, method, objectify_options(options))
2560
+ end
2561
+
2562
+ # Add the submit button for the given form. When no value is given, it checks
2563
+ # if the object is a new resource or not to create the proper label:
2564
+ #
2565
+ # <%= form_with model: @article do |f| %>
2566
+ # <%= f.submit %>
2567
+ # <% end %>
2568
+ #
2569
+ # In the example above, if <tt>@article</tt> is a new record, it will use "Create Article" as
2570
+ # submit button label; otherwise, it uses "Update Article".
2571
+ #
2572
+ # Those labels can be customized using I18n under the +helpers.submit+ key and using
2573
+ # <tt>%{model}</tt> for translation interpolation:
2574
+ #
2575
+ # en:
2576
+ # helpers:
2577
+ # submit:
2578
+ # create: "Create a %{model}"
2579
+ # update: "Confirm changes to %{model}"
2580
+ #
2581
+ # It also searches for a key specific to the given object:
2582
+ #
2583
+ # en:
2584
+ # helpers:
2585
+ # submit:
2586
+ # article:
2587
+ # create: "Add %{model}"
2588
+ #
2589
+ def submit(value = nil, options = {})
2590
+ value, options = nil, value if value.is_a?(Hash)
2591
+ value ||= submit_default_value
2592
+ @template.submit_tag(value, options)
2593
+ end
2594
+
2595
+ # Add the submit button for the given form. When no value is given, it checks
2596
+ # if the object is a new resource or not to create the proper label:
2597
+ #
2598
+ # <%= form_with model: @article do |f| %>
2599
+ # <%= f.button %>
2600
+ # <% end %>
2601
+ # In the example above, if <tt>@article</tt> is a new record, it will use "Create Article" as
2602
+ # button label; otherwise, it uses "Update Article".
2603
+ #
2604
+ # Those labels can be customized using I18n under the +helpers.submit+ key
2605
+ # (the same as submit helper) and using <tt>%{model}</tt> for translation interpolation:
2606
+ #
2607
+ # en:
2608
+ # helpers:
2609
+ # submit:
2610
+ # create: "Create a %{model}"
2611
+ # update: "Confirm changes to %{model}"
2612
+ #
2613
+ # It also searches for a key specific to the given object:
2614
+ #
2615
+ # en:
2616
+ # helpers:
2617
+ # submit:
2618
+ # article:
2619
+ # create: "Add %{model}"
2620
+ #
2621
+ # ==== Examples
2622
+ # button("Create article")
2623
+ # # => <button name='button' type='submit'>Create article</button>
2624
+ #
2625
+ # button(:draft, value: true)
2626
+ # # => <button id="article_draft" name="article[draft]" value="true" type="submit">Create article</button>
2627
+ #
2628
+ # button do
2629
+ # content_tag(:strong, 'Ask me!')
2630
+ # end
2631
+ # # => <button name='button' type='submit'>
2632
+ # # <strong>Ask me!</strong>
2633
+ # # </button>
2634
+ #
2635
+ # button do |text|
2636
+ # content_tag(:strong, text)
2637
+ # end
2638
+ # # => <button name='button' type='submit'>
2639
+ # # <strong>Create article</strong>
2640
+ # # </button>
2641
+ #
2642
+ # button(:draft, value: true) do
2643
+ # content_tag(:strong, "Save as draft")
2644
+ # end
2645
+ # # => <button id="article_draft" name="article[draft]" value="true" type="submit">
2646
+ # # <strong>Save as draft</strong>
2647
+ # # </button>
2648
+ #
2649
+ def button(value = nil, options = {}, &block)
2650
+ case value
2651
+ when Hash
2652
+ value, options = nil, value
2653
+ when Symbol
2654
+ value, options = nil, { name: field_name(value), id: field_id(value) }.merge!(options.to_h)
2655
+ end
2656
+ value ||= submit_default_value
2657
+
2658
+ if block_given?
2659
+ value = @template.capture { yield(value) }
2660
+ end
2661
+
2662
+ formmethod = options[:formmethod]
2663
+ if formmethod.present? && !/post|get/i.match?(formmethod) && !options.key?(:name) && !options.key?(:value)
2664
+ options.merge! formmethod: :post, name: "_method", value: formmethod
2665
+ end
2666
+
2667
+ @template.button_tag(value, options)
2668
+ end
2669
+
2670
+ def emitted_hidden_id? # :nodoc:
2671
+ @emitted_hidden_id ||= nil
2672
+ end
2673
+
2674
+ private
2675
+ def objectify_options(options)
2676
+ result = @default_options.merge(options)
2677
+ result[:object] = @object
2678
+ result
2679
+ end
2680
+
2681
+ def submit_default_value
2682
+ object = convert_to_model(@object)
2683
+ key = object ? (object.persisted? ? :update : :create) : :submit
2684
+
2685
+ model = if object.respond_to?(:model_name)
2686
+ object.model_name.human
2687
+ else
2688
+ @object_name.to_s.humanize
2689
+ end
2690
+
2691
+ defaults = []
2692
+ # Object is a model and it is not overwritten by as and scope option.
2693
+ if object.respond_to?(:model_name) && object_name.to_s == model.downcase
2694
+ defaults << :"helpers.submit.#{object.model_name.i18n_key}.#{key}"
2695
+ else
2696
+ defaults << :"helpers.submit.#{object_name}.#{key}"
2697
+ end
2698
+ defaults << :"helpers.submit.#{key}"
2699
+ defaults << "#{key.to_s.humanize} #{model}"
2700
+
2701
+ I18n.t(defaults.shift, model: model, default: defaults)
2702
+ end
2703
+
2704
+ def nested_attributes_association?(association_name)
2705
+ @object.respond_to?("#{association_name}_attributes=")
2706
+ end
2707
+
2708
+ def fields_for_with_nested_attributes(association_name, association, options, block)
2709
+ name = "#{object_name}[#{association_name}_attributes]"
2710
+ association = convert_to_model(association)
2711
+
2712
+ if association.respond_to?(:persisted?)
2713
+ association = [association] if @object.public_send(association_name).respond_to?(:to_ary)
2714
+ elsif !association.respond_to?(:to_ary)
2715
+ association = @object.public_send(association_name)
2716
+ end
2717
+
2718
+ if association.respond_to?(:to_ary)
2719
+ explicit_child_index = options[:child_index]
2720
+ output = ActiveSupport::SafeBuffer.new
2721
+ association.each do |child|
2722
+ if explicit_child_index
2723
+ options[:child_index] = explicit_child_index.call if explicit_child_index.respond_to?(:call)
2724
+ else
2725
+ options[:child_index] = nested_child_index(name)
2726
+ end
2727
+ if content = fields_for_nested_model("#{name}[#{options[:child_index]}]", child, options, block)
2728
+ output << content
2729
+ end
2730
+ end
2731
+ output
2732
+ elsif association
2733
+ fields_for_nested_model(name, association, options, block)
2734
+ end
2735
+ end
2736
+
2737
+ def fields_for_nested_model(name, object, fields_options, block)
2738
+ object = convert_to_model(object)
2739
+ emit_hidden_id = object.persisted? && fields_options.fetch(:include_id) {
2740
+ options.fetch(:include_id, true)
2741
+ }
2742
+
2743
+ @template.fields_for(name, object, fields_options) do |f|
2744
+ output = @template.capture(f, &block)
2745
+ output.concat f.hidden_field(:id) if output && emit_hidden_id && !f.emitted_hidden_id?
2746
+ output
2747
+ end
2748
+ end
2749
+
2750
+ def nested_child_index(name)
2751
+ @nested_child_index[name] ||= -1
2752
+ @nested_child_index[name] += 1
2753
+ end
2754
+
2755
+ def convert_to_legacy_options(options)
2756
+ if options.key?(:skip_id)
2757
+ options[:include_id] = !options.delete(:skip_id)
2758
+ end
2759
+ end
2760
+ end
2761
+ end
2762
+
2763
+ ActiveSupport.on_load(:action_view) do
2764
+ cattr_accessor :default_form_builder, instance_writer: false, instance_reader: false, default: ::ActionView::Helpers::FormBuilder
2765
+ end
2766
+ end