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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +13 -0
- data/README.md +4 -4
- data/lib/gettext_i18n_rails_js/parser/base.rb +4 -11
- data/lib/gettext_i18n_rails_js/parser/handlebars.rb +1 -8
- data/lib/gettext_i18n_rails_js/parser.rb +4 -3
- data/lib/gettext_i18n_rails_js/version.rb +1 -1
- data/lib/gettext_i18n_rails_js.rb +0 -5
- data/lib/tasks/gettext_i18n_rails_js_tasks.rake +7 -0
- data/vendor/bundle/ruby/3.4.0/cache/action_text-trix-2.1.15.gem +0 -0
- data/vendor/bundle/ruby/3.4.0/cache/actioncable-8.1.0.gem +0 -0
- data/vendor/bundle/ruby/3.4.0/cache/actionmailbox-8.1.0.gem +0 -0
- data/vendor/bundle/ruby/3.4.0/cache/actionmailer-8.1.0.gem +0 -0
- data/vendor/bundle/ruby/3.4.0/cache/actionpack-8.1.0.gem +0 -0
- data/vendor/bundle/ruby/3.4.0/cache/actiontext-8.1.0.gem +0 -0
- data/vendor/bundle/ruby/3.4.0/cache/actionview-8.1.0.gem +0 -0
- data/vendor/bundle/ruby/3.4.0/cache/activejob-8.1.0.gem +0 -0
- data/vendor/bundle/ruby/3.4.0/cache/activemodel-8.1.0.gem +0 -0
- data/vendor/bundle/ruby/3.4.0/cache/activerecord-8.1.0.gem +0 -0
- data/vendor/bundle/ruby/3.4.0/cache/activestorage-8.1.0.gem +0 -0
- data/vendor/bundle/ruby/3.4.0/cache/activesupport-8.1.0.gem +0 -0
- data/vendor/bundle/ruby/3.4.0/cache/fast_gettext-4.1.1.gem +0 -0
- data/vendor/bundle/ruby/3.4.0/cache/json-2.15.2.gem +0 -0
- data/vendor/bundle/ruby/3.4.0/cache/mail-2.9.0.gem +0 -0
- data/vendor/bundle/ruby/3.4.0/cache/parser-3.3.10.0.gem +0 -0
- data/vendor/bundle/ruby/3.4.0/cache/po_to_json-2.1.2.gem +0 -0
- data/vendor/bundle/ruby/3.4.0/cache/prism-1.6.0.gem +0 -0
- data/vendor/bundle/ruby/3.4.0/cache/rails-8.1.0.gem +0 -0
- data/vendor/bundle/ruby/3.4.0/cache/railties-8.1.0.gem +0 -0
- data/vendor/bundle/ruby/3.4.0/cache/rspec-3.13.2.gem +0 -0
- data/vendor/bundle/ruby/3.4.0/cache/rspec-core-3.13.6.gem +0 -0
- data/vendor/bundle/ruby/3.4.0/cache/rspec-mocks-3.13.6.gem +0 -0
- data/vendor/bundle/ruby/3.4.0/cache/rubocop-1.81.6.gem +0 -0
- data/vendor/bundle/ruby/3.4.0/extensions/x86_64-linux/3.4.0/json-2.15.2/gem_make.out +25 -0
- data/vendor/bundle/ruby/3.4.0/extensions/x86_64-linux/3.4.0/json-2.15.2/json/ext/generator.so +0 -0
- data/vendor/bundle/ruby/3.4.0/extensions/x86_64-linux/3.4.0/json-2.15.2/json/ext/parser.so +0 -0
- data/vendor/bundle/ruby/3.4.0/extensions/x86_64-linux/3.4.0/prism-1.6.0/gem_make.out +44 -0
- data/vendor/bundle/ruby/3.4.0/extensions/x86_64-linux/3.4.0/prism-1.6.0/mkmf.log +74 -0
- data/vendor/bundle/ruby/3.4.0/extensions/x86_64-linux/3.4.0/prism-1.6.0/prism/prism.so +0 -0
- data/vendor/bundle/ruby/3.4.0/gems/action_text-trix-2.1.15/LICENSE +20 -0
- data/vendor/bundle/ruby/3.4.0/gems/action_text-trix-2.1.15/app/assets/javascripts/trix.js +13787 -0
- data/vendor/bundle/ruby/3.4.0/gems/action_text-trix-2.1.15/lib/action_text/trix/engine.rb +9 -0
- data/vendor/bundle/ruby/3.4.0/gems/action_text-trix-2.1.15/lib/action_text/trix/version.rb +3 -0
- data/vendor/bundle/ruby/3.4.0/gems/action_text-trix-2.1.15/lib/action_text/trix.rb +2 -0
- data/vendor/bundle/ruby/3.4.0/gems/actioncable-8.1.0/CHANGELOG.md +11 -0
- data/vendor/bundle/ruby/3.4.0/gems/actioncable-8.1.0/lib/action_cable/channel/base.rb +343 -0
- data/vendor/bundle/ruby/3.4.0/gems/actioncable-8.1.0/lib/action_cable/channel/broadcasting.rb +50 -0
- data/vendor/bundle/ruby/3.4.0/gems/actioncable-8.1.0/lib/action_cable/channel/streams.rb +217 -0
- data/vendor/bundle/ruby/3.4.0/gems/actioncable-8.1.0/lib/action_cable/connection/stream_event_loop.rb +137 -0
- data/vendor/bundle/ruby/3.4.0/gems/actioncable-8.1.0/lib/action_cable/gem_version.rb +19 -0
- data/vendor/bundle/ruby/3.4.0/gems/actioncable-8.1.0/lib/action_cable/server/broadcasting.rb +64 -0
- data/vendor/bundle/ruby/3.4.0/gems/actioncable-8.1.0/lib/action_cable/server/worker.rb +75 -0
- data/vendor/bundle/ruby/3.4.0/gems/actioncable-8.1.0/lib/action_cable/subscription_adapter/base.rb +37 -0
- data/vendor/bundle/ruby/3.4.0/gems/actioncable-8.1.0/lib/rails/generators/channel/channel_generator.rb +127 -0
- data/vendor/bundle/ruby/3.4.0/gems/actionmailbox-8.1.0/CHANGELOG.md +7 -0
- data/vendor/bundle/ruby/3.4.0/gems/actionmailbox-8.1.0/lib/action_mailbox/engine.rb +40 -0
- data/vendor/bundle/ruby/3.4.0/gems/actionmailbox-8.1.0/lib/action_mailbox/gem_version.rb +17 -0
- data/vendor/bundle/ruby/3.4.0/gems/actionmailbox-8.1.0/lib/action_mailbox/mail_ext/addresses.rb +48 -0
- data/vendor/bundle/ruby/3.4.0/gems/actionmailer-8.1.0/CHANGELOG.md +25 -0
- data/vendor/bundle/ruby/3.4.0/gems/actionmailer-8.1.0/lib/action_mailer/base.rb +1072 -0
- data/vendor/bundle/ruby/3.4.0/gems/actionmailer-8.1.0/lib/action_mailer/form_builder.rb +37 -0
- data/vendor/bundle/ruby/3.4.0/gems/actionmailer-8.1.0/lib/action_mailer/gem_version.rb +17 -0
- data/vendor/bundle/ruby/3.4.0/gems/actionmailer-8.1.0/lib/action_mailer/log_subscriber.rb +40 -0
- data/vendor/bundle/ruby/3.4.0/gems/actionmailer-8.1.0/lib/action_mailer/message_delivery.rb +190 -0
- data/vendor/bundle/ruby/3.4.0/gems/actionmailer-8.1.0/lib/action_mailer/railtie.rb +88 -0
- data/vendor/bundle/ruby/3.4.0/gems/actionmailer-8.1.0/lib/action_mailer/structured_event_subscriber.rb +38 -0
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/CHANGELOG.md +464 -0
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/abstract_controller/asset_paths.rb +16 -0
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/abstract_controller/base.rb +297 -0
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/abstract_controller/caching.rb +71 -0
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/abstract_controller/helpers.rb +245 -0
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/abstract_controller/logger.rb +17 -0
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_controller/api.rb +156 -0
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_controller/base.rb +333 -0
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_controller/caching.rb +48 -0
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_controller/form_builder.rb +55 -0
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_controller/log_subscriber.rb +111 -0
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_controller/metal/allow_browser.rb +133 -0
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_controller/metal/conditional_get.rb +365 -0
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_controller/metal/data_streaming.rb +154 -0
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_controller/metal/exceptions.rb +111 -0
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_controller/metal/flash.rb +64 -0
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_controller/metal/head.rb +69 -0
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_controller/metal/live.rb +391 -0
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_controller/metal/permissions_policy.rb +47 -0
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_controller/metal/rate_limiting.rb +92 -0
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_controller/metal/redirecting.rb +344 -0
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_controller/metal/renderers.rb +201 -0
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_controller/metal/rendering.rb +266 -0
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_controller/metal/request_forgery_protection.rb +677 -0
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_controller/metal/rescue.rb +42 -0
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_controller/railtie.rb +162 -0
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_controller/structured_event_subscriber.rb +112 -0
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_dispatch/http/cache.rb +359 -0
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_dispatch/http/filter_parameters.rb +87 -0
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_dispatch/http/mime_negotiation.rb +246 -0
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_dispatch/http/mime_types.rb +55 -0
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_dispatch/http/param_builder.rb +187 -0
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_dispatch/http/parameters.rb +119 -0
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_dispatch/http/permissions_policy.rb +193 -0
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_dispatch/http/query_parser.rb +55 -0
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_dispatch/http/request.rb +546 -0
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_dispatch/http/response.rb +604 -0
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_dispatch/http/url.rb +440 -0
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_dispatch/journey/gtg/simulator.rb +71 -0
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_dispatch/journey/gtg/transition_table.rb +209 -0
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_dispatch/journey/nodes/node.rb +209 -0
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_dispatch/journey/route.rb +203 -0
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_dispatch/journey/router/utils.rb +99 -0
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_dispatch/journey/router.rb +129 -0
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_dispatch/journey/routes.rb +89 -0
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_dispatch/journey/visitors.rb +299 -0
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_dispatch/journey/visualizer/fsm.js +157 -0
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_dispatch/log_subscriber.rb +29 -0
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_dispatch/middleware/cookies.rb +721 -0
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_dispatch/middleware/debug_exceptions.rb +214 -0
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_dispatch/middleware/debug_view.rb +79 -0
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_dispatch/middleware/exception_wrapper.rb +350 -0
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_dispatch/middleware/executor.rb +45 -0
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_dispatch/middleware/public_exceptions.rb +64 -0
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_dispatch/middleware/remote_ip.rb +203 -0
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_dispatch/middleware/session/cache_store.rb +83 -0
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_dispatch/middleware/templates/rescues/_copy_button.html.erb +1 -0
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_dispatch/middleware/templates/rescues/_source.html.erb +34 -0
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb +66 -0
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_dispatch/middleware/templates/rescues/blocked_host.html.erb +13 -0
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb +36 -0
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_dispatch/middleware/templates/rescues/invalid_statement.html.erb +28 -0
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_dispatch/middleware/templates/rescues/invalid_statement.text.erb +19 -0
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_dispatch/middleware/templates/rescues/layout.erb +334 -0
- 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
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_dispatch/middleware/templates/rescues/missing_template.html.erb +12 -0
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb +33 -0
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb +21 -0
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_dispatch/middleware/templates/rescues/unknown_action.html.erb +7 -0
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_dispatch/railtie.rb +95 -0
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_dispatch/routing/inspector.rb +346 -0
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_dispatch/routing/mapper.rb +2546 -0
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_dispatch/routing/redirection.rb +221 -0
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_dispatch/routing/route_set.rb +955 -0
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_dispatch/structured_event_subscriber.rb +20 -0
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_dispatch/system_testing/test_helpers/screenshot_helper.rb +164 -0
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_dispatch/testing/assertions/response.rb +138 -0
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_dispatch/testing/assertions/routing.rb +355 -0
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_dispatch/testing/integration.rb +703 -0
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_dispatch/testing/request_encoder.rb +60 -0
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_dispatch.rb +161 -0
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.1.0/lib/action_pack/gem_version.rb +19 -0
- data/vendor/bundle/ruby/3.4.0/gems/actiontext-8.1.0/CHANGELOG.md +63 -0
- data/vendor/bundle/ruby/3.4.0/gems/actiontext-8.1.0/app/assets/javascripts/actiontext.esm.js +989 -0
- data/vendor/bundle/ruby/3.4.0/gems/actiontext-8.1.0/app/assets/javascripts/actiontext.js +965 -0
- data/vendor/bundle/ruby/3.4.0/gems/actiontext-8.1.0/app/helpers/action_text/tag_helper.rb +119 -0
- data/vendor/bundle/ruby/3.4.0/gems/actiontext-8.1.0/app/javascript/actiontext/attachment_upload.js +111 -0
- data/vendor/bundle/ruby/3.4.0/gems/actiontext-8.1.0/app/javascript/actiontext/index.js +19 -0
- data/vendor/bundle/ruby/3.4.0/gems/actiontext-8.1.0/app/models/action_text/rich_text.rb +96 -0
- data/vendor/bundle/ruby/3.4.0/gems/actiontext-8.1.0/lib/action_text/content.rb +198 -0
- data/vendor/bundle/ruby/3.4.0/gems/actiontext-8.1.0/lib/action_text/engine.rb +97 -0
- data/vendor/bundle/ruby/3.4.0/gems/actiontext-8.1.0/lib/action_text/fixture_set.rb +68 -0
- data/vendor/bundle/ruby/3.4.0/gems/actiontext-8.1.0/lib/action_text/gem_version.rb +19 -0
- data/vendor/bundle/ruby/3.4.0/gems/actiontext-8.1.0/lib/action_text/plain_text_conversion.rb +154 -0
- data/vendor/bundle/ruby/3.4.0/gems/actiontext-8.1.0/lib/action_text/rendering.rb +34 -0
- data/vendor/bundle/ruby/3.4.0/gems/actiontext-8.1.0/lib/action_text/system_test_helper.rb +74 -0
- data/vendor/bundle/ruby/3.4.0/gems/actiontext-8.1.0/lib/generators/action_text/install/install_generator.rb +72 -0
- data/vendor/bundle/ruby/3.4.0/gems/actiontext-8.1.0/package.json +40 -0
- data/vendor/bundle/ruby/3.4.0/gems/actionview-8.1.0/CHANGELOG.md +132 -0
- data/vendor/bundle/ruby/3.4.0/gems/actionview-8.1.0/lib/action_view/base.rb +316 -0
- data/vendor/bundle/ruby/3.4.0/gems/actionview-8.1.0/lib/action_view/buffers.rb +165 -0
- data/vendor/bundle/ruby/3.4.0/gems/actionview-8.1.0/lib/action_view/dependency_tracker/erb_tracker.rb +163 -0
- data/vendor/bundle/ruby/3.4.0/gems/actionview-8.1.0/lib/action_view/dependency_tracker.rb +46 -0
- data/vendor/bundle/ruby/3.4.0/gems/actionview-8.1.0/lib/action_view/gem_version.rb +17 -0
- data/vendor/bundle/ruby/3.4.0/gems/actionview-8.1.0/lib/action_view/helpers/asset_tag_helper.rb +699 -0
- data/vendor/bundle/ruby/3.4.0/gems/actionview-8.1.0/lib/action_view/helpers/capture_helper.rb +236 -0
- data/vendor/bundle/ruby/3.4.0/gems/actionview-8.1.0/lib/action_view/helpers/controller_helper.rb +46 -0
- data/vendor/bundle/ruby/3.4.0/gems/actionview-8.1.0/lib/action_view/helpers/date_helper.rb +1290 -0
- data/vendor/bundle/ruby/3.4.0/gems/actionview-8.1.0/lib/action_view/helpers/form_helper.rb +2766 -0
- data/vendor/bundle/ruby/3.4.0/gems/actionview-8.1.0/lib/action_view/helpers/form_options_helper.rb +929 -0
- data/vendor/bundle/ruby/3.4.0/gems/actionview-8.1.0/lib/action_view/helpers/form_tag_helper.rb +1096 -0
- data/vendor/bundle/ruby/3.4.0/gems/actionview-8.1.0/lib/action_view/helpers/javascript_helper.rb +100 -0
- data/vendor/bundle/ruby/3.4.0/gems/actionview-8.1.0/lib/action_view/helpers/number_helper.rb +179 -0
- data/vendor/bundle/ruby/3.4.0/gems/actionview-8.1.0/lib/action_view/helpers/tag_helper.rb +602 -0
- data/vendor/bundle/ruby/3.4.0/gems/actionview-8.1.0/lib/action_view/helpers/tags/base.rb +140 -0
- data/vendor/bundle/ruby/3.4.0/gems/actionview-8.1.0/lib/action_view/helpers/tags/check_box.rb +71 -0
- data/vendor/bundle/ruby/3.4.0/gems/actionview-8.1.0/lib/action_view/helpers/tags/datetime_field.rb +39 -0
- data/vendor/bundle/ruby/3.4.0/gems/actionview-8.1.0/lib/action_view/helpers/tags/file_field.rb +28 -0
- data/vendor/bundle/ruby/3.4.0/gems/actionview-8.1.0/lib/action_view/helpers/tags/hidden_field.rb +14 -0
- data/vendor/bundle/ruby/3.4.0/gems/actionview-8.1.0/lib/action_view/helpers/tags/select.rb +50 -0
- data/vendor/bundle/ruby/3.4.0/gems/actionview-8.1.0/lib/action_view/helpers/tags/select_renderer.rb +58 -0
- data/vendor/bundle/ruby/3.4.0/gems/actionview-8.1.0/lib/action_view/helpers/translation_helper.rb +166 -0
- data/vendor/bundle/ruby/3.4.0/gems/actionview-8.1.0/lib/action_view/helpers/url_helper.rb +840 -0
- data/vendor/bundle/ruby/3.4.0/gems/actionview-8.1.0/lib/action_view/locale/en.yml +59 -0
- data/vendor/bundle/ruby/3.4.0/gems/actionview-8.1.0/lib/action_view/log_subscriber.rb +129 -0
- data/vendor/bundle/ruby/3.4.0/gems/actionview-8.1.0/lib/action_view/railtie.rb +143 -0
- data/vendor/bundle/ruby/3.4.0/gems/actionview-8.1.0/lib/action_view/record_identifier.rb +139 -0
- data/vendor/bundle/ruby/3.4.0/gems/actionview-8.1.0/lib/action_view/renderer/partial_renderer.rb +283 -0
- data/vendor/bundle/ruby/3.4.0/gems/actionview-8.1.0/lib/action_view/structured_event_subscriber.rb +97 -0
- data/vendor/bundle/ruby/3.4.0/gems/actionview-8.1.0/lib/action_view/template/error.rb +279 -0
- data/vendor/bundle/ruby/3.4.0/gems/actionview-8.1.0/lib/action_view/template/handlers/erb.rb +190 -0
- data/vendor/bundle/ruby/3.4.0/gems/actionview-8.1.0/lib/action_view/test_case.rb +446 -0
- data/vendor/bundle/ruby/3.4.0/gems/actionview-8.1.0/lib/action_view.rb +108 -0
- data/vendor/bundle/ruby/3.4.0/gems/activejob-8.1.0/CHANGELOG.md +109 -0
- data/vendor/bundle/ruby/3.4.0/gems/activejob-8.1.0/README.md +133 -0
- data/vendor/bundle/ruby/3.4.0/gems/activejob-8.1.0/lib/active_job/arguments.rb +200 -0
- data/vendor/bundle/ruby/3.4.0/gems/activejob-8.1.0/lib/active_job/base.rb +78 -0
- data/vendor/bundle/ruby/3.4.0/gems/activejob-8.1.0/lib/active_job/configured_job.rb +23 -0
- data/vendor/bundle/ruby/3.4.0/gems/activejob-8.1.0/lib/active_job/continuable.rb +102 -0
- data/vendor/bundle/ruby/3.4.0/gems/activejob-8.1.0/lib/active_job/continuation/step.rb +83 -0
- data/vendor/bundle/ruby/3.4.0/gems/activejob-8.1.0/lib/active_job/continuation/test_helper.rb +89 -0
- data/vendor/bundle/ruby/3.4.0/gems/activejob-8.1.0/lib/active_job/continuation/validation.rb +50 -0
- data/vendor/bundle/ruby/3.4.0/gems/activejob-8.1.0/lib/active_job/continuation.rb +332 -0
- data/vendor/bundle/ruby/3.4.0/gems/activejob-8.1.0/lib/active_job/core.rb +220 -0
- data/vendor/bundle/ruby/3.4.0/gems/activejob-8.1.0/lib/active_job/enqueue_after_transaction_commit.rb +19 -0
- data/vendor/bundle/ruby/3.4.0/gems/activejob-8.1.0/lib/active_job/enqueuing.rb +144 -0
- data/vendor/bundle/ruby/3.4.0/gems/activejob-8.1.0/lib/active_job/exceptions.rb +216 -0
- data/vendor/bundle/ruby/3.4.0/gems/activejob-8.1.0/lib/active_job/execution_state.rb +11 -0
- data/vendor/bundle/ruby/3.4.0/gems/activejob-8.1.0/lib/active_job/gem_version.rb +17 -0
- data/vendor/bundle/ruby/3.4.0/gems/activejob-8.1.0/lib/active_job/instrumentation.rb +52 -0
- data/vendor/bundle/ruby/3.4.0/gems/activejob-8.1.0/lib/active_job/log_subscriber.rb +271 -0
- data/vendor/bundle/ruby/3.4.0/gems/activejob-8.1.0/lib/active_job/queue_adapters/abstract_adapter.rb +25 -0
- data/vendor/bundle/ruby/3.4.0/gems/activejob-8.1.0/lib/active_job/queue_adapters/async_adapter.rb +120 -0
- data/vendor/bundle/ruby/3.4.0/gems/activejob-8.1.0/lib/active_job/queue_adapters/sidekiq_adapter.rb +94 -0
- data/vendor/bundle/ruby/3.4.0/gems/activejob-8.1.0/lib/active_job/queue_adapters/test_adapter.rb +90 -0
- data/vendor/bundle/ruby/3.4.0/gems/activejob-8.1.0/lib/active_job/railtie.rb +113 -0
- data/vendor/bundle/ruby/3.4.0/gems/activejob-8.1.0/lib/active_job/serializers/action_controller_parameters_serializer.rb +25 -0
- data/vendor/bundle/ruby/3.4.0/gems/activejob-8.1.0/lib/active_job/serializers/big_decimal_serializer.rb +21 -0
- data/vendor/bundle/ruby/3.4.0/gems/activejob-8.1.0/lib/active_job/serializers/date_serializer.rb +19 -0
- data/vendor/bundle/ruby/3.4.0/gems/activejob-8.1.0/lib/active_job/serializers/date_time_serializer.rb +15 -0
- data/vendor/bundle/ruby/3.4.0/gems/activejob-8.1.0/lib/active_job/serializers/duration_serializer.rb +24 -0
- data/vendor/bundle/ruby/3.4.0/gems/activejob-8.1.0/lib/active_job/serializers/module_serializer.rb +20 -0
- data/vendor/bundle/ruby/3.4.0/gems/activejob-8.1.0/lib/active_job/serializers/object_serializer.rb +52 -0
- data/vendor/bundle/ruby/3.4.0/gems/activejob-8.1.0/lib/active_job/serializers/range_serializer.rb +23 -0
- data/vendor/bundle/ruby/3.4.0/gems/activejob-8.1.0/lib/active_job/serializers/symbol_serializer.rb +19 -0
- data/vendor/bundle/ruby/3.4.0/gems/activejob-8.1.0/lib/active_job/serializers/time_serializer.rb +15 -0
- data/vendor/bundle/ruby/3.4.0/gems/activejob-8.1.0/lib/active_job/serializers/time_with_zone_serializer.rb +24 -0
- data/vendor/bundle/ruby/3.4.0/gems/activejob-8.1.0/lib/active_job/serializers.rb +109 -0
- data/vendor/bundle/ruby/3.4.0/gems/activejob-8.1.0/lib/active_job/structured_event_subscriber.rb +220 -0
- data/vendor/bundle/ruby/3.4.0/gems/activejob-8.1.0/lib/active_job.rb +62 -0
- data/vendor/bundle/ruby/3.4.0/gems/activemodel-8.1.0/CHANGELOG.md +36 -0
- data/vendor/bundle/ruby/3.4.0/gems/activemodel-8.1.0/lib/active_model/attribute/user_provided_default.rb +65 -0
- data/vendor/bundle/ruby/3.4.0/gems/activemodel-8.1.0/lib/active_model/attribute.rb +285 -0
- data/vendor/bundle/ruby/3.4.0/gems/activemodel-8.1.0/lib/active_model/attribute_methods.rb +592 -0
- data/vendor/bundle/ruby/3.4.0/gems/activemodel-8.1.0/lib/active_model/attribute_mutation_tracker.rb +189 -0
- data/vendor/bundle/ruby/3.4.0/gems/activemodel-8.1.0/lib/active_model/attribute_set.rb +118 -0
- data/vendor/bundle/ruby/3.4.0/gems/activemodel-8.1.0/lib/active_model/attributes/normalization.rb +192 -0
- data/vendor/bundle/ruby/3.4.0/gems/activemodel-8.1.0/lib/active_model/dirty.rb +422 -0
- data/vendor/bundle/ruby/3.4.0/gems/activemodel-8.1.0/lib/active_model/error.rb +209 -0
- data/vendor/bundle/ruby/3.4.0/gems/activemodel-8.1.0/lib/active_model/errors.rb +544 -0
- data/vendor/bundle/ruby/3.4.0/gems/activemodel-8.1.0/lib/active_model/gem_version.rb +17 -0
- data/vendor/bundle/ruby/3.4.0/gems/activemodel-8.1.0/lib/active_model/lint.rb +122 -0
- data/vendor/bundle/ruby/3.4.0/gems/activemodel-8.1.0/lib/active_model/naming.rb +358 -0
- data/vendor/bundle/ruby/3.4.0/gems/activemodel-8.1.0/lib/active_model/nested_error.rb +20 -0
- data/vendor/bundle/ruby/3.4.0/gems/activemodel-8.1.0/lib/active_model/railtie.rb +28 -0
- data/vendor/bundle/ruby/3.4.0/gems/activemodel-8.1.0/lib/active_model/secure_password.rb +245 -0
- data/vendor/bundle/ruby/3.4.0/gems/activemodel-8.1.0/lib/active_model/type/big_integer.rb +57 -0
- data/vendor/bundle/ruby/3.4.0/gems/activemodel-8.1.0/lib/active_model/type/boolean.rb +49 -0
- data/vendor/bundle/ruby/3.4.0/gems/activemodel-8.1.0/lib/active_model/type/date.rb +79 -0
- data/vendor/bundle/ruby/3.4.0/gems/activemodel-8.1.0/lib/active_model/type/date_time.rb +96 -0
- data/vendor/bundle/ruby/3.4.0/gems/activemodel-8.1.0/lib/active_model/type/decimal.rb +108 -0
- data/vendor/bundle/ruby/3.4.0/gems/activemodel-8.1.0/lib/active_model/type/float.rb +65 -0
- data/vendor/bundle/ruby/3.4.0/gems/activemodel-8.1.0/lib/active_model/type/helpers/immutable.rb +13 -0
- data/vendor/bundle/ruby/3.4.0/gems/activemodel-8.1.0/lib/active_model/type/helpers.rb +8 -0
- data/vendor/bundle/ruby/3.4.0/gems/activemodel-8.1.0/lib/active_model/type/immutable_string.rb +73 -0
- data/vendor/bundle/ruby/3.4.0/gems/activemodel-8.1.0/lib/active_model/type/integer.rb +125 -0
- data/vendor/bundle/ruby/3.4.0/gems/activemodel-8.1.0/lib/active_model/type/string.rb +47 -0
- data/vendor/bundle/ruby/3.4.0/gems/activemodel-8.1.0/lib/active_model/type/value.rb +157 -0
- data/vendor/bundle/ruby/3.4.0/gems/activemodel-8.1.0/lib/active_model/validations/callbacks.rb +129 -0
- data/vendor/bundle/ruby/3.4.0/gems/activemodel-8.1.0/lib/active_model/validations.rb +496 -0
- data/vendor/bundle/ruby/3.4.0/gems/activemodel-8.1.0/lib/active_model.rb +90 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/CHANGELOG.md +834 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/README.rdoc +219 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/association_relation.rb +51 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/associations/association.rb +421 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/associations/belongs_to_association.rb +179 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/associations/builder/association.rb +181 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/associations/builder/belongs_to.rb +173 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/associations/builder/collection_association.rb +84 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/associations/builder/has_one.rb +61 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/associations/builder/singular_association.rb +76 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/associations/collection_proxy.rb +1181 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/associations/deprecation.rb +88 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/associations/errors.rb +268 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/associations/join_dependency.rb +303 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/associations/preloader/branch.rb +154 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/associations.rb +2047 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/attribute_methods/serialization.rb +245 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/attribute_methods/time_zone_conversion.rb +92 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/attributes.rb +320 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/autosave_association.rb +596 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/base.rb +336 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/coders/json.rb +24 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/connection_adapters/abstract/connection_handler.rb +291 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/connection_adapters/abstract/connection_pool/queue.rb +223 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/connection_adapters/abstract/connection_pool/reaper.rb +117 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/connection_adapters/abstract/connection_pool.rb +1291 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/connection_adapters/abstract/database_statements.rb +762 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/connection_adapters/abstract/query_cache.rb +348 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/connection_adapters/abstract/quoting.rb +230 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/connection_adapters/abstract/schema_creation.rb +194 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/connection_adapters/abstract/schema_definitions.rb +962 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/connection_adapters/abstract/schema_dumper.rb +107 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/connection_adapters/abstract/schema_statements.rb +1965 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/connection_adapters/abstract/transaction.rb +698 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/connection_adapters/abstract_adapter.rb +1302 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/connection_adapters/abstract_mysql_adapter.rb +1057 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/connection_adapters/column.rb +135 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/connection_adapters/mysql/database_statements.rb +95 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/connection_adapters/mysql/schema_creation.rb +108 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/connection_adapters/mysql/schema_definitions.rb +143 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/connection_adapters/mysql/schema_statements.rb +329 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/connection_adapters/mysql2/database_statements.rb +147 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/connection_adapters/mysql2_adapter.rb +202 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/connection_adapters/postgresql/column.rb +86 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/connection_adapters/postgresql/database_statements.rb +240 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/connection_adapters/postgresql/oid/array.rb +91 -0
- 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
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/connection_adapters/postgresql/quoting.rb +249 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/connection_adapters/postgresql/schema_creation.rb +162 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/connection_adapters/postgresql/schema_definitions.rb +375 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/connection_adapters/postgresql/schema_dumper.rb +164 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/connection_adapters/postgresql/schema_statements.rb +1196 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/connection_adapters/postgresql_adapter.rb +1205 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/connection_adapters/schema_cache.rb +478 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/connection_adapters/sqlite3/database_statements.rb +161 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/connection_adapters/sqlite3/quoting.rb +121 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/connection_adapters/sqlite3/schema_statements.rb +214 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/connection_adapters/sqlite3_adapter.rb +873 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/connection_adapters/trilogy/database_statements.rb +70 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/connection_adapters/trilogy_adapter.rb +212 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/connection_adapters.rb +121 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/connection_handling.rb +418 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/core.rb +897 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/counter_cache.rb +255 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/database_configurations/database_config.rb +112 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/database_configurations/hash_config.rb +230 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/database_configurations/url_config.rb +88 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/database_configurations.rb +313 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/delegated_type.rb +279 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/dynamic_matchers.rb +106 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/encryption/encryptable_record.rb +230 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/encryption/encrypted_attribute_type.rb +184 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/encryption/encryptor.rb +191 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/encryption/scheme.rb +107 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/enum.rb +428 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/errors.rb +630 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/explain.rb +63 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/explain_registry.rb +86 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/filter_attribute_handler.rb +73 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/fixtures.rb +849 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/gem_version.rb +17 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/inheritance.rb +366 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/insert_all.rb +333 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/locking/optimistic.rb +235 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/locking/pessimistic.rb +107 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/log_subscriber.rb +139 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/middleware/shard_selector.rb +79 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/migration/command_recorder.rb +422 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/migration/compatibility.rb +500 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/migration/default_schema_versions_formatter.rb +30 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/migration.rb +1631 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/model_schema.rb +659 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/nested_attributes.rb +635 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/persistence.rb +999 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/query_cache.rb +62 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/query_logs.rb +241 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/railtie.rb +446 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/railties/controller_runtime.rb +70 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/railties/databases.rake +630 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/railties/job_checkpoints.rb +15 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/railties/job_runtime.rb +22 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/reflection.rb +1317 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/relation/batches.rb +505 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/relation/calculations.rb +691 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/relation/delegation.rb +153 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/relation/finder_methods.rb +678 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/relation/predicate_builder/association_query_value.rb +78 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/relation/predicate_builder/polymorphic_array_value.rb +60 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/relation/predicate_builder.rb +191 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/relation/query_attribute.rb +70 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/relation/query_methods.rb +2290 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/relation/where_clause.rb +217 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/relation.rb +1524 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/result.rb +273 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/runtime_registry.rb +65 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/sanitization.rb +256 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/schema_dumper.rb +384 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/scoping.rb +135 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/signed_id.rb +166 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/statement_cache.rb +168 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/store.rb +324 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/structured_event_subscriber.rb +85 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/table_metadata.rb +68 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/tasks/abstract_tasks.rb +76 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/tasks/database_tasks.rb +672 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/tasks/mysql_database_tasks.rb +83 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/tasks/postgresql_database_tasks.rb +121 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/tasks/sqlite_database_tasks.rb +77 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/test_databases.rb +34 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/test_fixtures.rb +346 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/testing/query_assertions.rb +127 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/timestamp.rb +179 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/transaction.rb +129 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/transactions.rb +546 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/type/hash_lookup_type_map.rb +58 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/type/internal/timezone.rb +29 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/type/json.rb +43 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/type/serialized.rb +83 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/type/type_map.rb +58 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/type_caster/connection.rb +34 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record/validations/associated.rb +65 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/active_record.rb +636 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/arel/alias_predication.rb +11 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/arel/crud.rb +45 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/arel/nodes/count.rb +12 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/arel/nodes/function.rb +39 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/arel/nodes/named_function.rb +23 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/arel/nodes/node.rb +161 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/arel/nodes.rb +73 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/arel/select_manager.rb +285 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/arel/visitors/dot.rb +298 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/arel/visitors/postgresql.rb +154 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/arel/visitors/sqlite.rb +110 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/arel/visitors/to_sql.rb +1017 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/arel.rb +75 -0
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.1.0/lib/rails/generators/active_record/application_record/USAGE +8 -0
- data/vendor/bundle/ruby/3.4.0/gems/activestorage-8.1.0/CHANGELOG.md +90 -0
- data/vendor/bundle/ruby/3.4.0/gems/activestorage-8.1.0/README.md +211 -0
- data/vendor/bundle/ruby/3.4.0/gems/activestorage-8.1.0/app/assets/javascripts/activestorage.esm.js +884 -0
- data/vendor/bundle/ruby/3.4.0/gems/activestorage-8.1.0/app/assets/javascripts/activestorage.js +866 -0
- data/vendor/bundle/ruby/3.4.0/gems/activestorage-8.1.0/app/javascript/activestorage/direct_upload_controller.js +114 -0
- data/vendor/bundle/ruby/3.4.0/gems/activestorage-8.1.0/app/models/active_storage/filename.rb +76 -0
- data/vendor/bundle/ruby/3.4.0/gems/activestorage-8.1.0/app/models/active_storage/variant.rb +118 -0
- data/vendor/bundle/ruby/3.4.0/gems/activestorage-8.1.0/app/models/active_storage/variation.rb +87 -0
- data/vendor/bundle/ruby/3.4.0/gems/activestorage-8.1.0/lib/active_storage/analyzer/image_analyzer/image_magick.rb +48 -0
- data/vendor/bundle/ruby/3.4.0/gems/activestorage-8.1.0/lib/active_storage/analyzer/image_analyzer/vips.rb +65 -0
- data/vendor/bundle/ruby/3.4.0/gems/activestorage-8.1.0/lib/active_storage/analyzer/image_analyzer.rb +34 -0
- data/vendor/bundle/ruby/3.4.0/gems/activestorage-8.1.0/lib/active_storage/attached.rb +26 -0
- data/vendor/bundle/ruby/3.4.0/gems/activestorage-8.1.0/lib/active_storage/engine.rb +235 -0
- data/vendor/bundle/ruby/3.4.0/gems/activestorage-8.1.0/lib/active_storage/gem_version.rb +17 -0
- data/vendor/bundle/ruby/3.4.0/gems/activestorage-8.1.0/lib/active_storage/log_subscriber.rb +76 -0
- data/vendor/bundle/ruby/3.4.0/gems/activestorage-8.1.0/lib/active_storage/service/configurator.rb +42 -0
- data/vendor/bundle/ruby/3.4.0/gems/activestorage-8.1.0/lib/active_storage/service/gcs_service.rb +240 -0
- data/vendor/bundle/ruby/3.4.0/gems/activestorage-8.1.0/lib/active_storage/service/mirror_service.rb +93 -0
- data/vendor/bundle/ruby/3.4.0/gems/activestorage-8.1.0/lib/active_storage/service/registry.rb +38 -0
- data/vendor/bundle/ruby/3.4.0/gems/activestorage-8.1.0/lib/active_storage/service.rb +184 -0
- data/vendor/bundle/ruby/3.4.0/gems/activestorage-8.1.0/lib/active_storage/structured_event_subscriber.rb +79 -0
- data/vendor/bundle/ruby/3.4.0/gems/activestorage-8.1.0/lib/active_storage/transformers/image_magick.rb +72 -0
- data/vendor/bundle/ruby/3.4.0/gems/activestorage-8.1.0/lib/active_storage/transformers/image_processing_transformer.rb +48 -0
- data/vendor/bundle/ruby/3.4.0/gems/activestorage-8.1.0/lib/active_storage/transformers/null_transformer.rb +12 -0
- data/vendor/bundle/ruby/3.4.0/gems/activestorage-8.1.0/lib/active_storage/transformers/vips.rb +11 -0
- data/vendor/bundle/ruby/3.4.0/gems/activestorage-8.1.0/lib/active_storage.rb +376 -0
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/CHANGELOG.md +460 -0
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/backtrace_cleaner.rb +234 -0
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/cache/mem_cache_store.rb +288 -0
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/cache/redis_cache_store.rb +498 -0
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/cache/strategy/local_cache.rb +246 -0
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/cache/strategy/local_cache_middleware.rb +45 -0
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/cache.rb +1170 -0
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/callbacks.rb +960 -0
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/concurrency/load_interlock_aware_monitor.rb +18 -0
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/concurrency/thread_monitor.rb +55 -0
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/configurable.rb +193 -0
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/continuous_integration.rb +145 -0
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/core_ext/array.rb +9 -0
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/core_ext/benchmark.rb +6 -0
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/core_ext/big_decimal.rb +3 -0
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/core_ext/class/attribute.rb +137 -0
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/core_ext/class.rb +4 -0
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/core_ext/date.rb +7 -0
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/core_ext/date_and_time/compatibility.rb +23 -0
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/core_ext/date_time/compatibility.rb +16 -0
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/core_ext/date_time.rb +7 -0
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/core_ext/digest.rb +3 -0
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/core_ext/enumerable.rb +279 -0
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/core_ext/erb/util.rb +201 -0
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/core_ext/file.rb +3 -0
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/core_ext/hash.rb +10 -0
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/core_ext/integer.rb +5 -0
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/core_ext/kernel.rb +5 -0
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/core_ext/module.rb +13 -0
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/core_ext/numeric.rb +5 -0
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/core_ext/object/json.rb +267 -0
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/core_ext/object/to_query.rb +93 -0
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/core_ext/object.rb +17 -0
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/core_ext/pathname.rb +4 -0
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/core_ext/range.rb +6 -0
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/core_ext/string/multibyte.rb +67 -0
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/core_ext/string/output_safety.rb +235 -0
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/core_ext/string.rb +15 -0
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/core_ext/symbol.rb +3 -0
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/core_ext/time/calculations.rb +379 -0
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/core_ext/time/compatibility.rb +15 -0
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/core_ext/time.rb +7 -0
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/core_ext.rb +5 -0
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/current_attributes/test_helper.rb +13 -0
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/current_attributes.rb +243 -0
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/dependencies/interlock.rb +55 -0
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/dependencies.rb +102 -0
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/deprecation/reporting.rb +162 -0
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/deprecation.rb +81 -0
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/editor.rb +70 -0
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/error_reporter.rb +318 -0
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/event_reporter/test_helper.rb +32 -0
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/event_reporter.rb +592 -0
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/evented_file_update_checker.rb +185 -0
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/execution_context.rb +110 -0
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/file_update_checker.rb +166 -0
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/gem_version.rb +17 -0
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/gzip.rb +41 -0
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/hash_with_indifferent_access.rb +464 -0
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/i18n_railtie.rb +139 -0
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/inflector/inflections.rb +289 -0
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/inflector/transliterate.rb +147 -0
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/isolated_execution_state.rb +71 -0
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/json/decoding.rb +78 -0
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/json/encoding.rb +256 -0
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/log_subscriber.rb +188 -0
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/message_encryptors.rb +193 -0
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/message_pack/extensions.rb +310 -0
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/message_verifiers.rb +189 -0
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/messages/rotation_coordinator.rb +102 -0
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/messages/rotator.rb +69 -0
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/multibyte/chars.rb +188 -0
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/multibyte.rb +27 -0
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/notifications/fanout.rb +467 -0
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/notifications/instrumenter.rb +240 -0
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/railtie.rb +180 -0
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/structured_event_subscriber.rb +99 -0
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/subscriber.rb +141 -0
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/syntax_error_proxy.rb +63 -0
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/test_case.rb +359 -0
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/testing/assertions.rb +367 -0
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/testing/error_reporter_assertions.rb +124 -0
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/testing/event_reporter_assertions.rb +227 -0
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/testing/notification_assertions.rb +92 -0
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/testing/parallelization/server.rb +98 -0
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/testing/parallelization/worker.rb +105 -0
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/testing/parallelization.rb +79 -0
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/testing/tests_without_assertions.rb +19 -0
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/testing/time_helpers.rb +273 -0
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/time_with_zone.rb +609 -0
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/values/time_zone.rb +621 -0
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support/xml_mini.rb +212 -0
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.1.0/lib/active_support.rb +148 -0
- data/vendor/bundle/ruby/3.4.0/gems/fast_gettext-4.1.1/lib/fast_gettext/vendor/mofile.rb +350 -0
- data/vendor/bundle/ruby/3.4.0/gems/fast_gettext-4.1.1/lib/fast_gettext/version.rb +5 -0
- data/vendor/bundle/ruby/3.4.0/gems/json-2.15.2/CHANGES.md +698 -0
- data/vendor/bundle/ruby/3.4.0/gems/json-2.15.2/ext/json/ext/generator/generator.c +2198 -0
- data/vendor/bundle/ruby/3.4.0/gems/json-2.15.2/lib/json/ext/generator.so +0 -0
- data/vendor/bundle/ruby/3.4.0/gems/json-2.15.2/lib/json/ext/parser.so +0 -0
- data/vendor/bundle/ruby/3.4.0/gems/json-2.15.2/lib/json/truffle_ruby/generator.rb +712 -0
- data/vendor/bundle/ruby/3.4.0/gems/json-2.15.2/lib/json/version.rb +5 -0
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/README.md +771 -0
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/attachments_list.rb +109 -0
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/body.rb +305 -0
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/encodings/quoted_printable.rb +45 -0
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/encodings/unix_to_unix.rb +20 -0
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/encodings.rb +314 -0
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/field.rb +313 -0
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/field_list.rb +87 -0
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/fields/bcc_field.rb +49 -0
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/fields/cc_field.rb +33 -0
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/fields/comments_field.rb +31 -0
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/fields/common_address_field.rb +162 -0
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/fields/common_date_field.rb +56 -0
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/fields/common_message_id_field.rb +41 -0
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/fields/content_description_field.rb +12 -0
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/fields/content_disposition_field.rb +44 -0
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/fields/content_id_field.rb +35 -0
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/fields/content_location_field.rb +28 -0
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/fields/content_transfer_encoding_field.rb +44 -0
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/fields/content_type_field.rb +171 -0
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/fields/date_field.rb +28 -0
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/fields/from_field.rb +33 -0
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/fields/in_reply_to_field.rb +45 -0
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/fields/keywords_field.rb +30 -0
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/fields/message_id_field.rb +36 -0
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/fields/mime_version_field.rb +42 -0
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/fields/named_structured_field.rb +10 -0
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/fields/named_unstructured_field.rb +10 -0
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/fields/optional_field.rb +15 -0
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/fields/received_field.rb +61 -0
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/fields/references_field.rb +42 -0
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/fields/reply_to_field.rb +33 -0
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/fields/resent_bcc_field.rb +33 -0
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/fields/resent_cc_field.rb +33 -0
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/fields/resent_date_field.rb +10 -0
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/fields/resent_from_field.rb +33 -0
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/fields/resent_message_id_field.rb +10 -0
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/fields/resent_sender_field.rb +32 -0
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/fields/resent_to_field.rb +33 -0
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/fields/return_path_field.rb +60 -0
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/fields/sender_field.rb +45 -0
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/fields/structured_field.rb +24 -0
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/fields/subject_field.rb +14 -0
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/fields/to_field.rb +33 -0
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/fields/unstructured_field.rb +189 -0
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/fields.rb +45 -0
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/header.rb +237 -0
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/mail.rb +267 -0
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/message.rb +2159 -0
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/multibyte/chars.rb +318 -0
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/multibyte/unicode.rb +405 -0
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/network/delivery_methods/file_delivery.rb +43 -0
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/network/delivery_methods/sendmail.rb +87 -0
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/network/delivery_methods/smtp.rb +200 -0
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/network/delivery_methods/smtp_connection.rb +57 -0
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/network/delivery_methods/test_mailer.rb +44 -0
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/network/retriever_methods/base.rb +64 -0
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/network/retriever_methods/imap.rb +190 -0
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/network/retriever_methods/pop3.rb +143 -0
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/parsers/address_lists_parser.rb +33245 -0
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/parsers/address_lists_parser.rl +183 -0
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/parsers/content_disposition_parser.rb +904 -0
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/parsers/content_disposition_parser.rl +93 -0
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/parsers/content_location_parser.rb +825 -0
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/parsers/content_location_parser.rl +82 -0
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/parsers/content_transfer_encoding_parser.rb +525 -0
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/parsers/content_transfer_encoding_parser.rl +75 -0
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/parsers/content_type_parser.rb +1051 -0
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/parsers/content_type_parser.rl +94 -0
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/parsers/date_time_parser.rb +894 -0
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/parsers/date_time_parser.rl +73 -0
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/parsers/envelope_from_parser.rb +3678 -0
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/parsers/envelope_from_parser.rl +93 -0
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/parsers/message_ids_parser.rb +5164 -0
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/parsers/message_ids_parser.rl +97 -0
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/parsers/mime_version_parser.rb +516 -0
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/parsers/mime_version_parser.rl +72 -0
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/parsers/phrase_lists_parser.rb +887 -0
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/parsers/phrase_lists_parser.rl +94 -0
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/parsers/received_parser.rb +8785 -0
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/parsers/received_parser.rl +95 -0
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/part.rb +119 -0
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/smtp_envelope.rb +57 -0
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/utilities.rb +566 -0
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail/version.rb +17 -0
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.0/lib/mail.rb +65 -0
- data/vendor/bundle/ruby/3.4.0/gems/parser-3.3.10.0/lib/parser/current.rb +146 -0
- data/vendor/bundle/ruby/3.4.0/gems/parser-3.3.10.0/lib/parser/version.rb +5 -0
- data/vendor/bundle/ruby/3.4.0/gems/po_to_json-2.1.2/CHANGELOG.md +51 -0
- data/vendor/bundle/ruby/3.4.0/gems/po_to_json-2.1.2/README.md +112 -0
- data/vendor/bundle/ruby/3.4.0/gems/po_to_json-2.1.2/lib/po_to_json/version.rb +29 -0
- data/vendor/bundle/ruby/3.4.0/gems/prism-1.6.0/CHANGELOG.md +734 -0
- data/vendor/bundle/ruby/3.4.0/gems/prism-1.6.0/docs/design.md +53 -0
- data/vendor/bundle/ruby/3.4.0/gems/prism-1.6.0/docs/releasing.md +77 -0
- data/vendor/bundle/ruby/3.4.0/gems/prism-1.6.0/ext/prism/Makefile +273 -0
- data/vendor/bundle/ruby/3.4.0/gems/prism-1.6.0/ext/prism/extension.c +1428 -0
- data/vendor/bundle/ruby/3.4.0/gems/prism-1.6.0/ext/prism/extension.h +19 -0
- data/vendor/bundle/ruby/3.4.0/gems/prism-1.6.0/include/prism/version.h +29 -0
- data/vendor/bundle/ruby/3.4.0/gems/prism-1.6.0/lib/prism/ffi.rb +576 -0
- data/vendor/bundle/ruby/3.4.0/gems/prism-1.6.0/lib/prism/prism.so +0 -0
- data/vendor/bundle/ruby/3.4.0/gems/prism-1.6.0/lib/prism/serialize.rb +2398 -0
- data/vendor/bundle/ruby/3.4.0/gems/prism-1.6.0/lib/prism.rb +112 -0
- data/vendor/bundle/ruby/3.4.0/gems/prism-1.6.0/prism.gemspec +174 -0
- data/vendor/bundle/ruby/3.4.0/gems/prism-1.6.0/sig/prism.rbs +258 -0
- data/vendor/bundle/ruby/3.4.0/gems/prism-1.6.0/src/prism.c +23361 -0
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/CHANGELOG.md +184 -0
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/minitest/rails_plugin.rb +176 -0
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/application/bootstrap.rb +120 -0
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/application/configuration.rb +669 -0
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/application/default_middleware_stack.rb +140 -0
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/application/finisher.rb +238 -0
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/application/routes_reloader.rb +82 -0
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/application.rb +663 -0
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/code_statistics.rb +162 -0
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/command/base.rb +183 -0
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/command/environment_argument.rb +55 -0
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/command.rb +166 -0
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/commands/app/update_command.rb +99 -0
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/commands/console/irb_console.rb +130 -0
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/commands/credentials/credentials_command.rb +159 -0
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/commands/encrypted/encrypted_command.rb +97 -0
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/engine.rb +758 -0
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/gem_version.rb +17 -0
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/generators/actions.rb +531 -0
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/generators/app_base.rb +815 -0
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/generators/database.rb +287 -0
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/generators/erb/authentication/authentication_generator.rb +17 -0
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/generators/erb/scaffold/templates/partial.html.erb.tt +17 -0
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/generators/generated_attribute.rb +274 -0
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/generators/migration.rb +70 -0
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/generators/rails/app/app_generator.rb +698 -0
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/generators/rails/app/templates/Dockerfile.tt +130 -0
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/generators/rails/app/templates/Gemfile.tt +88 -0
- 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
- 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
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/generators/rails/app/templates/bin/bundler-audit.tt +5 -0
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/generators/rails/app/templates/bin/ci.tt +5 -0
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/generators/rails/app/templates/bin/rubocop.tt +7 -0
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/generators/rails/app/templates/bin/setup.tt +45 -0
- 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
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/generators/rails/app/templates/config/ci.rb.tt +38 -0
- 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
- 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
- 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
- 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
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/generators/rails/app/templates/config/deploy.yml.tt +133 -0
- 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
- 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
- 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
- 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
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/generators/rails/app/templates/config/puma.rb.tt +44 -0
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/generators/rails/app/templates/config/storage.yml.tt +27 -0
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/generators/rails/app/templates/docker-entrypoint.tt +10 -0
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/generators/rails/app/templates/github/ci.yml.tt +232 -0
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/generators/rails/app/templates/github/dependabot.yml +12 -0
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/generators/rails/app/templates/kamal-secrets.tt +20 -0
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/generators/rails/app/templates/public/400.html +135 -0
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/generators/rails/app/templates/public/404.html +135 -0
- 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
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/generators/rails/app/templates/public/422.html +135 -0
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/generators/rails/app/templates/public/500.html +135 -0
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/generators/rails/authentication/authentication_generator.rb +62 -0
- 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
- 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
- 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
- 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
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/generators/rails/benchmark/USAGE +19 -0
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/generators/rails/benchmark/templates/benchmark.rb.tt +13 -0
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/generators/rails/devcontainer/devcontainer_generator.rb +176 -0
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/generators/rails/devcontainer/templates/devcontainer/Dockerfile.tt +7 -0
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/generators/rails/devcontainer/templates/devcontainer/compose.yaml.tt +47 -0
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/generators/rails/devcontainer/templates/devcontainer/devcontainer.json.tt +37 -0
- 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
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/generators/rails/master_key/master_key_generator.rb +41 -0
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/generators/rails/plugin/plugin_generator.rb +502 -0
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/generators/rails/plugin/templates/Rakefile.tt +10 -0
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/generators/rails/plugin/templates/github/ci.yml.tt +115 -0
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/generators/rails/plugin/templates/github/dependabot.yml +12 -0
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/generators/rails/script/USAGE +18 -0
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/generators/test_unit/authentication/authentication_generator.rb +31 -0
- 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
- 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
- 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
- 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
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/generators/test_unit/model/templates/fixtures.yml.tt +29 -0
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/generators/test_unit/scaffold/scaffold_generator.rb +84 -0
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/generators/testing/behavior.rb +113 -0
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/generators.rb +330 -0
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/health_controller.rb +63 -0
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/info.rb +105 -0
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/info_controller.rb +70 -0
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/initializable.rb +139 -0
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/rack/silence_request.rb +36 -0
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/railtie/configurable.rb +35 -0
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/railtie.rb +301 -0
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/tasks/statistics.rake +5 -0
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/tasks.rb +15 -0
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/templates/rails/info/notes.html.erb +88 -0
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/templates/rails/mailers/email.html.erb +202 -0
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/templates/rails/welcome/index.html.erb +109 -0
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/test_unit/reporter.rb +122 -0
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails/test_unit/runner.rb +217 -0
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.1.0/lib/rails.rb +137 -0
- data/vendor/bundle/ruby/3.4.0/gems/rspec-3.13.2/lib/rspec/version.rb +5 -0
- data/vendor/bundle/ruby/3.4.0/gems/rspec-core-3.13.6/Changelog.md +2447 -0
- data/vendor/bundle/ruby/3.4.0/gems/rspec-core-3.13.6/lib/rspec/core/version.rb +9 -0
- data/vendor/bundle/ruby/3.4.0/gems/rspec-core-3.13.6/lib/rspec/core/world.rb +287 -0
- data/vendor/bundle/ruby/3.4.0/gems/rspec-mocks-3.13.6/Changelog.md +1336 -0
- data/vendor/bundle/ruby/3.4.0/gems/rspec-mocks-3.13.6/lib/rspec/mocks/error_generator.rb +390 -0
- data/vendor/bundle/ruby/3.4.0/gems/rspec-mocks-3.13.6/lib/rspec/mocks/proxy.rb +517 -0
- data/vendor/bundle/ruby/3.4.0/gems/rspec-mocks-3.13.6/lib/rspec/mocks/version.rb +9 -0
- data/vendor/bundle/ruby/3.4.0/gems/rubocop-1.81.6/config/default.yml +6083 -0
- data/vendor/bundle/ruby/3.4.0/gems/rubocop-1.81.6/lib/rubocop/cop/layout/hash_alignment.rb +393 -0
- data/vendor/bundle/ruby/3.4.0/gems/rubocop-1.81.6/lib/rubocop/cop/lint/constant_overwritten_in_rescue.rb +52 -0
- data/vendor/bundle/ruby/3.4.0/gems/rubocop-1.81.6/lib/rubocop/cop/lint/cop_directive_syntax.rb +90 -0
- data/vendor/bundle/ruby/3.4.0/gems/rubocop-1.81.6/lib/rubocop/cop/lint/empty_interpolation.rb +42 -0
- data/vendor/bundle/ruby/3.4.0/gems/rubocop-1.81.6/lib/rubocop/cop/lint/rescue_exception.rb +38 -0
- data/vendor/bundle/ruby/3.4.0/gems/rubocop-1.81.6/lib/rubocop/cop/lint/self_assignment.rb +140 -0
- data/vendor/bundle/ruby/3.4.0/gems/rubocop-1.81.6/lib/rubocop/cop/security/json_load.rb +69 -0
- data/vendor/bundle/ruby/3.4.0/gems/rubocop-1.81.6/lib/rubocop/cop/style/array_intersect.rb +195 -0
- data/vendor/bundle/ruby/3.4.0/gems/rubocop-1.81.6/lib/rubocop/cop/style/conditional_assignment.rb +680 -0
- data/vendor/bundle/ruby/3.4.0/gems/rubocop-1.81.6/lib/rubocop/cop/style/endless_method.rb +246 -0
- data/vendor/bundle/ruby/3.4.0/gems/rubocop-1.81.6/lib/rubocop/cop/style/one_line_conditional.rb +156 -0
- data/vendor/bundle/ruby/3.4.0/gems/rubocop-1.81.6/lib/rubocop/cop/style/redundant_format.rb +283 -0
- data/vendor/bundle/ruby/3.4.0/gems/rubocop-1.81.6/lib/rubocop/cop/style/redundant_interpolation.rb +147 -0
- data/vendor/bundle/ruby/3.4.0/gems/rubocop-1.81.6/lib/rubocop/cop/style/semicolon.rb +187 -0
- data/vendor/bundle/ruby/3.4.0/gems/rubocop-1.81.6/lib/rubocop/cops_documentation_generator.rb +406 -0
- data/vendor/bundle/ruby/3.4.0/gems/rubocop-1.81.6/lib/rubocop/version.rb +160 -0
- data/vendor/bundle/ruby/3.4.0/specifications/action_text-trix-2.1.15.gemspec +23 -0
- data/vendor/bundle/ruby/3.4.0/specifications/actioncable-8.1.0.gemspec +30 -0
- data/vendor/bundle/ruby/3.4.0/specifications/actionmailbox-8.1.0.gemspec +31 -0
- data/vendor/bundle/ruby/3.4.0/specifications/actionmailer-8.1.0.gemspec +32 -0
- data/vendor/bundle/ruby/3.4.0/specifications/actionpack-8.1.0.gemspec +36 -0
- data/vendor/bundle/ruby/3.4.0/specifications/actiontext-8.1.0.gemspec +32 -0
- data/vendor/bundle/ruby/3.4.0/specifications/actionview-8.1.0.gemspec +33 -0
- data/vendor/bundle/ruby/3.4.0/specifications/activejob-8.1.0.gemspec +27 -0
- data/vendor/bundle/ruby/3.4.0/specifications/activemodel-8.1.0.gemspec +26 -0
- data/vendor/bundle/ruby/3.4.0/specifications/activerecord-8.1.0.gemspec +31 -0
- data/vendor/bundle/ruby/3.4.0/specifications/activestorage-8.1.0.gemspec +30 -0
- data/vendor/bundle/ruby/3.4.0/specifications/activesupport-8.1.0.gemspec +38 -0
- data/vendor/bundle/ruby/3.4.0/specifications/fast_gettext-4.1.1.gemspec +35 -0
- data/vendor/bundle/ruby/3.4.0/specifications/json-2.15.2.gemspec +0 -0
- data/vendor/bundle/ruby/3.4.0/specifications/mail-2.9.0.gemspec +38 -0
- data/vendor/bundle/ruby/3.4.0/specifications/parser-3.3.10.0.gemspec +37 -0
- data/vendor/bundle/ruby/3.4.0/specifications/po_to_json-2.1.2.gemspec +26 -0
- data/vendor/bundle/ruby/3.4.0/specifications/prism-1.6.0.gemspec +24 -0
- data/vendor/bundle/ruby/3.4.0/specifications/rails-8.1.0.gemspec +38 -0
- data/vendor/bundle/ruby/3.4.0/specifications/railties-8.1.0.gemspec +38 -0
- data/vendor/bundle/ruby/3.4.0/specifications/rspec-3.13.2.gemspec +31 -0
- data/vendor/bundle/ruby/3.4.0/specifications/rspec-core-3.13.6.gemspec +31 -0
- data/vendor/bundle/ruby/3.4.0/specifications/rspec-mocks-3.13.6.gemspec +29 -0
- data/vendor/bundle/ruby/3.4.0/specifications/rubocop-1.81.6.gemspec +39 -0
- metadata +3349 -3326
- data/vendor/bundle/ruby/3.4.0/cache/actioncable-8.0.3.gem +0 -0
- data/vendor/bundle/ruby/3.4.0/cache/actionmailbox-8.0.3.gem +0 -0
- data/vendor/bundle/ruby/3.4.0/cache/actionmailer-8.0.3.gem +0 -0
- data/vendor/bundle/ruby/3.4.0/cache/actionpack-8.0.3.gem +0 -0
- data/vendor/bundle/ruby/3.4.0/cache/actiontext-8.0.3.gem +0 -0
- data/vendor/bundle/ruby/3.4.0/cache/actionview-8.0.3.gem +0 -0
- data/vendor/bundle/ruby/3.4.0/cache/activejob-8.0.3.gem +0 -0
- data/vendor/bundle/ruby/3.4.0/cache/activemodel-8.0.3.gem +0 -0
- data/vendor/bundle/ruby/3.4.0/cache/activerecord-8.0.3.gem +0 -0
- data/vendor/bundle/ruby/3.4.0/cache/activestorage-8.0.3.gem +0 -0
- data/vendor/bundle/ruby/3.4.0/cache/activesupport-8.0.3.gem +0 -0
- data/vendor/bundle/ruby/3.4.0/cache/benchmark-0.4.1.gem +0 -0
- data/vendor/bundle/ruby/3.4.0/cache/fast_gettext-4.1.0.gem +0 -0
- data/vendor/bundle/ruby/3.4.0/cache/json-2.15.1.gem +0 -0
- data/vendor/bundle/ruby/3.4.0/cache/mail-2.8.1.gem +0 -0
- data/vendor/bundle/ruby/3.4.0/cache/parser-3.3.9.0.gem +0 -0
- data/vendor/bundle/ruby/3.4.0/cache/po_to_json-2.1.1.gem +0 -0
- data/vendor/bundle/ruby/3.4.0/cache/prism-1.5.2.gem +0 -0
- data/vendor/bundle/ruby/3.4.0/cache/rails-8.0.3.gem +0 -0
- data/vendor/bundle/ruby/3.4.0/cache/railties-8.0.3.gem +0 -0
- data/vendor/bundle/ruby/3.4.0/cache/rspec-3.13.1.gem +0 -0
- data/vendor/bundle/ruby/3.4.0/cache/rspec-core-3.13.5.gem +0 -0
- data/vendor/bundle/ruby/3.4.0/cache/rspec-mocks-3.13.5.gem +0 -0
- data/vendor/bundle/ruby/3.4.0/cache/rubocop-1.81.1.gem +0 -0
- data/vendor/bundle/ruby/3.4.0/extensions/x86_64-linux/3.4.0/json-2.15.1/gem_make.out +0 -25
- data/vendor/bundle/ruby/3.4.0/extensions/x86_64-linux/3.4.0/json-2.15.1/json/ext/generator.so +0 -0
- data/vendor/bundle/ruby/3.4.0/extensions/x86_64-linux/3.4.0/json-2.15.1/json/ext/parser.so +0 -0
- data/vendor/bundle/ruby/3.4.0/extensions/x86_64-linux/3.4.0/prism-1.5.2/gem_make.out +0 -44
- data/vendor/bundle/ruby/3.4.0/extensions/x86_64-linux/3.4.0/prism-1.5.2/mkmf.log +0 -74
- data/vendor/bundle/ruby/3.4.0/extensions/x86_64-linux/3.4.0/prism-1.5.2/prism/prism.so +0 -0
- data/vendor/bundle/ruby/3.4.0/gems/actioncable-8.0.3/CHANGELOG.md +0 -58
- data/vendor/bundle/ruby/3.4.0/gems/actioncable-8.0.3/lib/action_cable/channel/base.rb +0 -340
- data/vendor/bundle/ruby/3.4.0/gems/actioncable-8.0.3/lib/action_cable/channel/broadcasting.rb +0 -50
- data/vendor/bundle/ruby/3.4.0/gems/actioncable-8.0.3/lib/action_cable/channel/streams.rb +0 -217
- data/vendor/bundle/ruby/3.4.0/gems/actioncable-8.0.3/lib/action_cable/connection/stream_event_loop.rb +0 -136
- data/vendor/bundle/ruby/3.4.0/gems/actioncable-8.0.3/lib/action_cable/gem_version.rb +0 -19
- data/vendor/bundle/ruby/3.4.0/gems/actioncable-8.0.3/lib/action_cable/server/broadcasting.rb +0 -62
- data/vendor/bundle/ruby/3.4.0/gems/actioncable-8.0.3/lib/action_cable/server/worker.rb +0 -75
- data/vendor/bundle/ruby/3.4.0/gems/actioncable-8.0.3/lib/action_cable/subscription_adapter/base.rb +0 -36
- data/vendor/bundle/ruby/3.4.0/gems/actioncable-8.0.3/lib/rails/generators/channel/channel_generator.rb +0 -127
- data/vendor/bundle/ruby/3.4.0/gems/actionmailbox-8.0.3/CHANGELOG.md +0 -44
- data/vendor/bundle/ruby/3.4.0/gems/actionmailbox-8.0.3/lib/action_mailbox/engine.rb +0 -40
- data/vendor/bundle/ruby/3.4.0/gems/actionmailbox-8.0.3/lib/action_mailbox/gem_version.rb +0 -17
- data/vendor/bundle/ruby/3.4.0/gems/actionmailbox-8.0.3/lib/action_mailbox/mail_ext/addresses.rb +0 -44
- data/vendor/bundle/ruby/3.4.0/gems/actionmailer-8.0.3/CHANGELOG.md +0 -44
- data/vendor/bundle/ruby/3.4.0/gems/actionmailer-8.0.3/lib/action_mailer/base.rb +0 -1071
- data/vendor/bundle/ruby/3.4.0/gems/actionmailer-8.0.3/lib/action_mailer/form_builder.rb +0 -37
- data/vendor/bundle/ruby/3.4.0/gems/actionmailer-8.0.3/lib/action_mailer/gem_version.rb +0 -17
- data/vendor/bundle/ruby/3.4.0/gems/actionmailer-8.0.3/lib/action_mailer/log_subscriber.rb +0 -44
- data/vendor/bundle/ruby/3.4.0/gems/actionmailer-8.0.3/lib/action_mailer/message_delivery.rb +0 -156
- data/vendor/bundle/ruby/3.4.0/gems/actionmailer-8.0.3/lib/action_mailer/railtie.rb +0 -94
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/CHANGELOG.md +0 -285
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/abstract_controller/asset_paths.rb +0 -14
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/abstract_controller/base.rb +0 -288
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/abstract_controller/caching.rb +0 -68
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/abstract_controller/helpers.rb +0 -245
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/abstract_controller/logger.rb +0 -16
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_controller/api.rb +0 -155
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_controller/base.rb +0 -332
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_controller/caching.rb +0 -49
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_controller/form_builder.rb +0 -55
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_controller/log_subscriber.rb +0 -96
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_controller/metal/allow_browser.rb +0 -133
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_controller/metal/conditional_get.rb +0 -340
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_controller/metal/data_streaming.rb +0 -156
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_controller/metal/exceptions.rb +0 -106
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_controller/metal/flash.rb +0 -67
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_controller/metal/head.rb +0 -67
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_controller/metal/live.rb +0 -400
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_controller/metal/permissions_policy.rb +0 -38
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_controller/metal/rate_limiting.rb +0 -71
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_controller/metal/redirecting.rb +0 -252
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_controller/metal/renderers.rb +0 -180
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_controller/metal/rendering.rb +0 -260
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_controller/metal/request_forgery_protection.rb +0 -669
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_controller/metal/rescue.rb +0 -33
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_controller/railtie.rb +0 -143
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_dispatch/http/cache.rb +0 -249
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_dispatch/http/filter_parameters.rb +0 -85
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_dispatch/http/mime_negotiation.rb +0 -192
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_dispatch/http/mime_types.rb +0 -54
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_dispatch/http/param_builder.rb +0 -186
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_dispatch/http/parameters.rb +0 -119
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_dispatch/http/permissions_policy.rb +0 -189
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_dispatch/http/query_parser.rb +0 -53
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_dispatch/http/request.rb +0 -541
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_dispatch/http/response.rb +0 -591
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_dispatch/http/url.rb +0 -344
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_dispatch/journey/gtg/simulator.rb +0 -50
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_dispatch/journey/gtg/transition_table.rb +0 -217
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_dispatch/journey/nodes/node.rb +0 -208
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_dispatch/journey/route.rb +0 -189
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_dispatch/journey/router/utils.rb +0 -105
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_dispatch/journey/router.rb +0 -151
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_dispatch/journey/routes.rb +0 -82
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_dispatch/journey/visitors.rb +0 -267
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_dispatch/journey/visualizer/fsm.js +0 -159
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_dispatch/log_subscriber.rb +0 -25
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_dispatch/middleware/cookies.rb +0 -719
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_dispatch/middleware/debug_exceptions.rb +0 -208
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_dispatch/middleware/debug_view.rb +0 -68
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_dispatch/middleware/exception_wrapper.rb +0 -344
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_dispatch/middleware/executor.rb +0 -35
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_dispatch/middleware/public_exceptions.rb +0 -68
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_dispatch/middleware/remote_ip.rb +0 -198
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_dispatch/middleware/session/cache_store.rb +0 -66
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_dispatch/middleware/templates/rescues/_source.html.erb +0 -33
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb +0 -62
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_dispatch/middleware/templates/rescues/blocked_host.html.erb +0 -12
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb +0 -35
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_dispatch/middleware/templates/rescues/invalid_statement.html.erb +0 -24
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_dispatch/middleware/templates/rescues/invalid_statement.text.erb +0 -16
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_dispatch/middleware/templates/rescues/layout.erb +0 -284
- 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
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_dispatch/middleware/templates/rescues/missing_template.html.erb +0 -11
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb +0 -32
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb +0 -20
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_dispatch/middleware/templates/rescues/unknown_action.html.erb +0 -6
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_dispatch/railtie.rb +0 -83
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_dispatch/routing/inspector.rb +0 -323
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_dispatch/routing/mapper.rb +0 -2394
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_dispatch/routing/redirection.rb +0 -218
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_dispatch/routing/route_set.rb +0 -957
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_dispatch/system_testing/test_helpers/screenshot_helper.rb +0 -164
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_dispatch/testing/assertions/response.rb +0 -124
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_dispatch/testing/assertions/routing.rb +0 -347
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_dispatch/testing/integration.rb +0 -703
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_dispatch/testing/request_encoder.rb +0 -60
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_dispatch.rb +0 -153
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/lib/action_pack/gem_version.rb +0 -19
- data/vendor/bundle/ruby/3.4.0/gems/actiontext-8.0.3/CHANGELOG.md +0 -92
- data/vendor/bundle/ruby/3.4.0/gems/actiontext-8.0.3/app/assets/javascripts/actiontext.esm.js +0 -911
- data/vendor/bundle/ruby/3.4.0/gems/actiontext-8.0.3/app/assets/javascripts/actiontext.js +0 -884
- data/vendor/bundle/ruby/3.4.0/gems/actiontext-8.0.3/app/assets/javascripts/trix.js +0 -13743
- data/vendor/bundle/ruby/3.4.0/gems/actiontext-8.0.3/app/helpers/action_text/tag_helper.rb +0 -106
- data/vendor/bundle/ruby/3.4.0/gems/actiontext-8.0.3/app/javascript/actiontext/attachment_upload.js +0 -62
- data/vendor/bundle/ruby/3.4.0/gems/actiontext-8.0.3/app/javascript/actiontext/index.js +0 -10
- data/vendor/bundle/ruby/3.4.0/gems/actiontext-8.0.3/app/models/action_text/rich_text.rb +0 -93
- data/vendor/bundle/ruby/3.4.0/gems/actiontext-8.0.3/lib/action_text/content.rb +0 -197
- data/vendor/bundle/ruby/3.4.0/gems/actiontext-8.0.3/lib/action_text/engine.rb +0 -94
- data/vendor/bundle/ruby/3.4.0/gems/actiontext-8.0.3/lib/action_text/fixture_set.rb +0 -68
- data/vendor/bundle/ruby/3.4.0/gems/actiontext-8.0.3/lib/action_text/gem_version.rb +0 -19
- data/vendor/bundle/ruby/3.4.0/gems/actiontext-8.0.3/lib/action_text/plain_text_conversion.rb +0 -119
- data/vendor/bundle/ruby/3.4.0/gems/actiontext-8.0.3/lib/action_text/rendering.rb +0 -35
- data/vendor/bundle/ruby/3.4.0/gems/actiontext-8.0.3/lib/action_text/system_test_helper.rb +0 -61
- data/vendor/bundle/ruby/3.4.0/gems/actiontext-8.0.3/lib/generators/action_text/install/install_generator.rb +0 -84
- data/vendor/bundle/ruby/3.4.0/gems/actiontext-8.0.3/package.json +0 -40
- data/vendor/bundle/ruby/3.4.0/gems/actionview-8.0.3/CHANGELOG.md +0 -129
- data/vendor/bundle/ruby/3.4.0/gems/actionview-8.0.3/lib/action_view/base.rb +0 -313
- data/vendor/bundle/ruby/3.4.0/gems/actionview-8.0.3/lib/action_view/buffers.rb +0 -165
- data/vendor/bundle/ruby/3.4.0/gems/actionview-8.0.3/lib/action_view/dependency_tracker/erb_tracker.rb +0 -163
- data/vendor/bundle/ruby/3.4.0/gems/actionview-8.0.3/lib/action_view/dependency_tracker.rb +0 -41
- data/vendor/bundle/ruby/3.4.0/gems/actionview-8.0.3/lib/action_view/gem_version.rb +0 -17
- data/vendor/bundle/ruby/3.4.0/gems/actionview-8.0.3/lib/action_view/helpers/asset_tag_helper.rb +0 -680
- data/vendor/bundle/ruby/3.4.0/gems/actionview-8.0.3/lib/action_view/helpers/capture_helper.rb +0 -236
- data/vendor/bundle/ruby/3.4.0/gems/actionview-8.0.3/lib/action_view/helpers/controller_helper.rb +0 -42
- data/vendor/bundle/ruby/3.4.0/gems/actionview-8.0.3/lib/action_view/helpers/date_helper.rb +0 -1273
- data/vendor/bundle/ruby/3.4.0/gems/actionview-8.0.3/lib/action_view/helpers/form_helper.rb +0 -2767
- data/vendor/bundle/ruby/3.4.0/gems/actionview-8.0.3/lib/action_view/helpers/form_options_helper.rb +0 -931
- data/vendor/bundle/ruby/3.4.0/gems/actionview-8.0.3/lib/action_view/helpers/form_tag_helper.rb +0 -1089
- data/vendor/bundle/ruby/3.4.0/gems/actionview-8.0.3/lib/action_view/helpers/javascript_helper.rb +0 -96
- data/vendor/bundle/ruby/3.4.0/gems/actionview-8.0.3/lib/action_view/helpers/number_helper.rb +0 -165
- data/vendor/bundle/ruby/3.4.0/gems/actionview-8.0.3/lib/action_view/helpers/tag_helper.rb +0 -605
- data/vendor/bundle/ruby/3.4.0/gems/actionview-8.0.3/lib/action_view/helpers/tags/base.rb +0 -138
- data/vendor/bundle/ruby/3.4.0/gems/actionview-8.0.3/lib/action_view/helpers/tags/check_box.rb +0 -65
- data/vendor/bundle/ruby/3.4.0/gems/actionview-8.0.3/lib/action_view/helpers/tags/datetime_field.rb +0 -39
- data/vendor/bundle/ruby/3.4.0/gems/actionview-8.0.3/lib/action_view/helpers/tags/file_field.rb +0 -26
- data/vendor/bundle/ruby/3.4.0/gems/actionview-8.0.3/lib/action_view/helpers/tags/hidden_field.rb +0 -14
- data/vendor/bundle/ruby/3.4.0/gems/actionview-8.0.3/lib/action_view/helpers/tags/select.rb +0 -45
- data/vendor/bundle/ruby/3.4.0/gems/actionview-8.0.3/lib/action_view/helpers/tags/select_renderer.rb +0 -56
- data/vendor/bundle/ruby/3.4.0/gems/actionview-8.0.3/lib/action_view/helpers/translation_helper.rb +0 -161
- data/vendor/bundle/ruby/3.4.0/gems/actionview-8.0.3/lib/action_view/helpers/url_helper.rb +0 -812
- data/vendor/bundle/ruby/3.4.0/gems/actionview-8.0.3/lib/action_view/locale/en.yml +0 -56
- data/vendor/bundle/ruby/3.4.0/gems/actionview-8.0.3/lib/action_view/log_subscriber.rb +0 -132
- data/vendor/bundle/ruby/3.4.0/gems/actionview-8.0.3/lib/action_view/railtie.rb +0 -132
- data/vendor/bundle/ruby/3.4.0/gems/actionview-8.0.3/lib/action_view/record_identifier.rb +0 -118
- data/vendor/bundle/ruby/3.4.0/gems/actionview-8.0.3/lib/action_view/renderer/partial_renderer.rb +0 -267
- data/vendor/bundle/ruby/3.4.0/gems/actionview-8.0.3/lib/action_view/template/error.rb +0 -275
- data/vendor/bundle/ruby/3.4.0/gems/actionview-8.0.3/lib/action_view/template/handlers/erb.rb +0 -165
- data/vendor/bundle/ruby/3.4.0/gems/actionview-8.0.3/lib/action_view/test_case.rb +0 -448
- data/vendor/bundle/ruby/3.4.0/gems/actionview-8.0.3/lib/action_view.rb +0 -105
- data/vendor/bundle/ruby/3.4.0/gems/activejob-8.0.3/CHANGELOG.md +0 -66
- data/vendor/bundle/ruby/3.4.0/gems/activejob-8.0.3/README.md +0 -131
- data/vendor/bundle/ruby/3.4.0/gems/activejob-8.0.3/lib/active_job/arguments.rb +0 -197
- data/vendor/bundle/ruby/3.4.0/gems/activejob-8.0.3/lib/active_job/base.rb +0 -79
- data/vendor/bundle/ruby/3.4.0/gems/activejob-8.0.3/lib/active_job/configured_job.rb +0 -18
- data/vendor/bundle/ruby/3.4.0/gems/activejob-8.0.3/lib/active_job/core.rb +0 -210
- data/vendor/bundle/ruby/3.4.0/gems/activejob-8.0.3/lib/active_job/enqueue_after_transaction_commit.rb +0 -44
- data/vendor/bundle/ruby/3.4.0/gems/activejob-8.0.3/lib/active_job/enqueuing.rb +0 -140
- data/vendor/bundle/ruby/3.4.0/gems/activejob-8.0.3/lib/active_job/exceptions.rb +0 -207
- data/vendor/bundle/ruby/3.4.0/gems/activejob-8.0.3/lib/active_job/gem_version.rb +0 -17
- data/vendor/bundle/ruby/3.4.0/gems/activejob-8.0.3/lib/active_job/instrumentation.rb +0 -52
- data/vendor/bundle/ruby/3.4.0/gems/activejob-8.0.3/lib/active_job/log_subscriber.rb +0 -216
- data/vendor/bundle/ruby/3.4.0/gems/activejob-8.0.3/lib/active_job/queue_adapters/abstract_adapter.rb +0 -19
- data/vendor/bundle/ruby/3.4.0/gems/activejob-8.0.3/lib/active_job/queue_adapters/async_adapter.rb +0 -116
- data/vendor/bundle/ruby/3.4.0/gems/activejob-8.0.3/lib/active_job/queue_adapters/sidekiq_adapter.rb +0 -75
- data/vendor/bundle/ruby/3.4.0/gems/activejob-8.0.3/lib/active_job/queue_adapters/sucker_punch_adapter.rb +0 -56
- data/vendor/bundle/ruby/3.4.0/gems/activejob-8.0.3/lib/active_job/queue_adapters/test_adapter.rb +0 -86
- data/vendor/bundle/ruby/3.4.0/gems/activejob-8.0.3/lib/active_job/railtie.rb +0 -123
- data/vendor/bundle/ruby/3.4.0/gems/activejob-8.0.3/lib/active_job/serializers/big_decimal_serializer.rb +0 -22
- data/vendor/bundle/ruby/3.4.0/gems/activejob-8.0.3/lib/active_job/serializers/date_serializer.rb +0 -20
- data/vendor/bundle/ruby/3.4.0/gems/activejob-8.0.3/lib/active_job/serializers/date_time_serializer.rb +0 -16
- data/vendor/bundle/ruby/3.4.0/gems/activejob-8.0.3/lib/active_job/serializers/duration_serializer.rb +0 -25
- data/vendor/bundle/ruby/3.4.0/gems/activejob-8.0.3/lib/active_job/serializers/module_serializer.rb +0 -21
- data/vendor/bundle/ruby/3.4.0/gems/activejob-8.0.3/lib/active_job/serializers/object_serializer.rb +0 -55
- data/vendor/bundle/ruby/3.4.0/gems/activejob-8.0.3/lib/active_job/serializers/range_serializer.rb +0 -23
- data/vendor/bundle/ruby/3.4.0/gems/activejob-8.0.3/lib/active_job/serializers/symbol_serializer.rb +0 -20
- data/vendor/bundle/ruby/3.4.0/gems/activejob-8.0.3/lib/active_job/serializers/time_serializer.rb +0 -16
- data/vendor/bundle/ruby/3.4.0/gems/activejob-8.0.3/lib/active_job/serializers/time_with_zone_serializer.rb +0 -25
- data/vendor/bundle/ruby/3.4.0/gems/activejob-8.0.3/lib/active_job/serializers.rb +0 -70
- data/vendor/bundle/ruby/3.4.0/gems/activejob-8.0.3/lib/active_job/timezones.rb +0 -13
- data/vendor/bundle/ruby/3.4.0/gems/activejob-8.0.3/lib/active_job/translation.rb +0 -13
- data/vendor/bundle/ruby/3.4.0/gems/activejob-8.0.3/lib/active_job.rb +0 -59
- data/vendor/bundle/ruby/3.4.0/gems/activemodel-8.0.3/CHANGELOG.md +0 -129
- data/vendor/bundle/ruby/3.4.0/gems/activemodel-8.0.3/lib/active_model/attribute/user_provided_default.rb +0 -55
- data/vendor/bundle/ruby/3.4.0/gems/activemodel-8.0.3/lib/active_model/attribute.rb +0 -277
- data/vendor/bundle/ruby/3.4.0/gems/activemodel-8.0.3/lib/active_model/attribute_methods.rb +0 -592
- data/vendor/bundle/ruby/3.4.0/gems/activemodel-8.0.3/lib/active_model/attribute_mutation_tracker.rb +0 -189
- data/vendor/bundle/ruby/3.4.0/gems/activemodel-8.0.3/lib/active_model/attribute_set.rb +0 -118
- data/vendor/bundle/ruby/3.4.0/gems/activemodel-8.0.3/lib/active_model/dirty.rb +0 -422
- data/vendor/bundle/ruby/3.4.0/gems/activemodel-8.0.3/lib/active_model/error.rb +0 -208
- data/vendor/bundle/ruby/3.4.0/gems/activemodel-8.0.3/lib/active_model/errors.rb +0 -547
- data/vendor/bundle/ruby/3.4.0/gems/activemodel-8.0.3/lib/active_model/gem_version.rb +0 -17
- data/vendor/bundle/ruby/3.4.0/gems/activemodel-8.0.3/lib/active_model/lint.rb +0 -118
- data/vendor/bundle/ruby/3.4.0/gems/activemodel-8.0.3/lib/active_model/naming.rb +0 -359
- data/vendor/bundle/ruby/3.4.0/gems/activemodel-8.0.3/lib/active_model/nested_error.rb +0 -22
- data/vendor/bundle/ruby/3.4.0/gems/activemodel-8.0.3/lib/active_model/railtie.rb +0 -24
- data/vendor/bundle/ruby/3.4.0/gems/activemodel-8.0.3/lib/active_model/secure_password.rb +0 -231
- data/vendor/bundle/ruby/3.4.0/gems/activemodel-8.0.3/lib/active_model/type/big_integer.rb +0 -36
- data/vendor/bundle/ruby/3.4.0/gems/activemodel-8.0.3/lib/active_model/type/boolean.rb +0 -48
- data/vendor/bundle/ruby/3.4.0/gems/activemodel-8.0.3/lib/active_model/type/date.rb +0 -78
- data/vendor/bundle/ruby/3.4.0/gems/activemodel-8.0.3/lib/active_model/type/date_time.rb +0 -88
- data/vendor/bundle/ruby/3.4.0/gems/activemodel-8.0.3/lib/active_model/type/decimal.rb +0 -107
- data/vendor/bundle/ruby/3.4.0/gems/activemodel-8.0.3/lib/active_model/type/float.rb +0 -64
- data/vendor/bundle/ruby/3.4.0/gems/activemodel-8.0.3/lib/active_model/type/helpers.rb +0 -7
- data/vendor/bundle/ruby/3.4.0/gems/activemodel-8.0.3/lib/active_model/type/immutable_string.rb +0 -71
- data/vendor/bundle/ruby/3.4.0/gems/activemodel-8.0.3/lib/active_model/type/integer.rb +0 -113
- data/vendor/bundle/ruby/3.4.0/gems/activemodel-8.0.3/lib/active_model/type/string.rb +0 -43
- data/vendor/bundle/ruby/3.4.0/gems/activemodel-8.0.3/lib/active_model/type/value.rb +0 -157
- data/vendor/bundle/ruby/3.4.0/gems/activemodel-8.0.3/lib/active_model/validations/callbacks.rb +0 -119
- data/vendor/bundle/ruby/3.4.0/gems/activemodel-8.0.3/lib/active_model/validations.rb +0 -510
- data/vendor/bundle/ruby/3.4.0/gems/activemodel-8.0.3/lib/active_model.rb +0 -84
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/CHANGELOG.md +0 -808
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/README.rdoc +0 -219
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/association_relation.rb +0 -51
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/associations/association.rb +0 -421
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/associations/belongs_to_association.rb +0 -177
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/associations/builder/association.rb +0 -170
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/associations/builder/belongs_to.rb +0 -160
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/associations/builder/collection_association.rb +0 -80
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/associations/builder/has_one.rb +0 -61
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/associations/builder/singular_association.rb +0 -48
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/associations/collection_proxy.rb +0 -1163
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/associations/errors.rb +0 -265
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/associations/join_dependency.rb +0 -301
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/associations/preloader/branch.rb +0 -153
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/associations.rb +0 -1909
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/attribute_methods/serialization.rb +0 -232
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/attribute_methods/time_zone_conversion.rb +0 -84
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/attributes.rb +0 -317
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/autosave_association.rb +0 -596
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/base.rb +0 -338
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/coders/json.rb +0 -15
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/connection_adapters/abstract/connection_handler.rb +0 -293
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/connection_adapters/abstract/connection_pool/queue.rb +0 -210
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/connection_adapters/abstract/connection_pool/reaper.rb +0 -78
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/connection_adapters/abstract/connection_pool.rb +0 -958
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/connection_adapters/abstract/database_statements.rb +0 -747
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/connection_adapters/abstract/query_cache.rb +0 -332
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/connection_adapters/abstract/quoting.rb +0 -239
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/connection_adapters/abstract/schema_creation.rb +0 -189
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/connection_adapters/abstract/schema_definitions.rb +0 -970
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/connection_adapters/abstract/schema_dumper.rb +0 -106
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/connection_adapters/abstract/schema_statements.rb +0 -1902
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/connection_adapters/abstract/transaction.rb +0 -676
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/connection_adapters/abstract_adapter.rb +0 -1236
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/connection_adapters/abstract_mysql_adapter.rb +0 -1027
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/connection_adapters/column.rb +0 -122
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/connection_adapters/mysql/database_statements.rb +0 -95
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/connection_adapters/mysql/schema_creation.rb +0 -106
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/connection_adapters/mysql/schema_definitions.rb +0 -106
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/connection_adapters/mysql/schema_statements.rb +0 -307
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/connection_adapters/mysql2/database_statements.rb +0 -142
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/connection_adapters/mysql2_adapter.rb +0 -203
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/connection_adapters/postgresql/column.rb +0 -82
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/connection_adapters/postgresql/database_statements.rb +0 -238
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/connection_adapters/postgresql/oid/array.rb +0 -91
- 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
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/connection_adapters/postgresql/quoting.rb +0 -238
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/connection_adapters/postgresql/schema_creation.rb +0 -160
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/connection_adapters/postgresql/schema_definitions.rb +0 -388
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/connection_adapters/postgresql/schema_dumper.rb +0 -128
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/connection_adapters/postgresql/schema_statements.rb +0 -1163
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/connection_adapters/postgresql_adapter.rb +0 -1189
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/connection_adapters/schema_cache.rb +0 -478
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/connection_adapters/sqlite3/database_statements.rb +0 -149
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/connection_adapters/sqlite3/quoting.rb +0 -129
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/connection_adapters/sqlite3/schema_statements.rb +0 -223
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/connection_adapters/sqlite3_adapter.rb +0 -849
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/connection_adapters/trilogy/database_statements.rb +0 -69
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/connection_adapters/trilogy_adapter.rb +0 -212
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/connection_adapters.rb +0 -120
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/connection_handling.rb +0 -413
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/core.rb +0 -896
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/counter_cache.rb +0 -230
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/database_configurations/database_config.rb +0 -108
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/database_configurations/hash_config.rb +0 -186
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/database_configurations/url_config.rb +0 -78
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/database_configurations.rb +0 -309
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/delegated_type.rb +0 -279
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/dynamic_matchers.rb +0 -121
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/encryption/encryptable_record.rb +0 -230
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/encryption/encrypted_attribute_type.rb +0 -184
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/encryption/encryptor.rb +0 -179
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/encryption/scheme.rb +0 -107
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/enum.rb +0 -412
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/errors.rb +0 -614
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/explain.rb +0 -63
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/explain_registry.rb +0 -37
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/explain_subscriber.rb +0 -34
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/fixtures.rb +0 -849
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/gem_version.rb +0 -17
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/inheritance.rb +0 -366
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/insert_all.rb +0 -328
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/locking/optimistic.rb +0 -228
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/locking/pessimistic.rb +0 -102
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/log_subscriber.rb +0 -143
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/middleware/shard_selector.rb +0 -62
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/migration/command_recorder.rb +0 -409
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/migration/compatibility.rb +0 -490
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/migration.rb +0 -1621
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/model_schema.rb +0 -633
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/nested_attributes.rb +0 -633
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/normalization.rb +0 -163
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/persistence.rb +0 -968
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/query_cache.rb +0 -55
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/query_logs.rb +0 -245
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/railtie.rb +0 -417
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/railties/controller_runtime.rb +0 -65
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/railties/databases.rake +0 -618
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/railties/job_runtime.rb +0 -23
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/reflection.rb +0 -1282
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/relation/batches.rb +0 -491
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/relation/calculations.rb +0 -680
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/relation/delegation.rb +0 -154
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/relation/finder_methods.rb +0 -662
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/relation/predicate_builder/association_query_value.rb +0 -78
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/relation/predicate_builder/polymorphic_array_value.rb +0 -60
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/relation/predicate_builder.rb +0 -189
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/relation/query_attribute.rb +0 -68
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/relation/query_methods.rb +0 -2279
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/relation/where_clause.rb +0 -224
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/relation.rb +0 -1512
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/result.rb +0 -250
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/runtime_registry.rb +0 -82
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/sanitization.rb +0 -254
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/schema_dumper.rb +0 -382
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/scoping.rb +0 -136
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/signed_id.rb +0 -138
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/statement_cache.rb +0 -164
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/store.rb +0 -299
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/table_metadata.rb +0 -83
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/tasks/database_tasks.rb +0 -681
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/tasks/mysql_database_tasks.rb +0 -120
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/tasks/postgresql_database_tasks.rb +0 -155
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/tasks/sqlite_database_tasks.rb +0 -89
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/test_databases.rb +0 -24
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/test_fixtures.rb +0 -321
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/testing/query_assertions.rb +0 -121
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/timestamp.rb +0 -177
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/transaction.rb +0 -132
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/transactions.rb +0 -524
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/type/hash_lookup_type_map.rb +0 -57
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/type/internal/timezone.rb +0 -22
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/type/json.rb +0 -30
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/type/serialized.rb +0 -76
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/type/type_map.rb +0 -58
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/type_caster/connection.rb +0 -33
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/validations/associated.rb +0 -65
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record.rb +0 -574
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/arel/alias_predication.rb +0 -9
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/arel/crud.rb +0 -50
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/arel/nodes/count.rb +0 -12
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/arel/nodes/function.rb +0 -45
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/arel/nodes/named_function.rb +0 -23
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/arel/nodes/node.rb +0 -161
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/arel/nodes.rb +0 -75
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/arel/select_manager.rb +0 -280
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/arel/visitors/dot.rb +0 -301
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/arel/visitors/postgresql.rb +0 -99
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/arel/visitors/sqlite.rb +0 -63
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/arel/visitors/to_sql.rb +0 -1035
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/arel.rb +0 -73
- data/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/rails/generators/active_record/application_record/USAGE +0 -8
- data/vendor/bundle/ruby/3.4.0/gems/activestorage-8.0.3/CHANGELOG.md +0 -82
- data/vendor/bundle/ruby/3.4.0/gems/activestorage-8.0.3/README.md +0 -208
- data/vendor/bundle/ruby/3.4.0/gems/activestorage-8.0.3/app/assets/javascripts/activestorage.esm.js +0 -848
- data/vendor/bundle/ruby/3.4.0/gems/activestorage-8.0.3/app/assets/javascripts/activestorage.js +0 -830
- data/vendor/bundle/ruby/3.4.0/gems/activestorage-8.0.3/app/javascript/activestorage/direct_upload_controller.js +0 -67
- data/vendor/bundle/ruby/3.4.0/gems/activestorage-8.0.3/app/models/active_storage/filename.rb +0 -75
- data/vendor/bundle/ruby/3.4.0/gems/activestorage-8.0.3/app/models/active_storage/variant.rb +0 -118
- data/vendor/bundle/ruby/3.4.0/gems/activestorage-8.0.3/app/models/active_storage/variation.rb +0 -87
- data/vendor/bundle/ruby/3.4.0/gems/activestorage-8.0.3/lib/active_storage/analyzer/image_analyzer/image_magick.rb +0 -41
- data/vendor/bundle/ruby/3.4.0/gems/activestorage-8.0.3/lib/active_storage/analyzer/image_analyzer/vips.rb +0 -47
- data/vendor/bundle/ruby/3.4.0/gems/activestorage-8.0.3/lib/active_storage/analyzer/image_analyzer.rb +0 -29
- data/vendor/bundle/ruby/3.4.0/gems/activestorage-8.0.3/lib/active_storage/attached.rb +0 -27
- data/vendor/bundle/ruby/3.4.0/gems/activestorage-8.0.3/lib/active_storage/engine.rb +0 -208
- data/vendor/bundle/ruby/3.4.0/gems/activestorage-8.0.3/lib/active_storage/gem_version.rb +0 -17
- data/vendor/bundle/ruby/3.4.0/gems/activestorage-8.0.3/lib/active_storage/log_subscriber.rb +0 -76
- data/vendor/bundle/ruby/3.4.0/gems/activestorage-8.0.3/lib/active_storage/service/azure_storage_service.rb +0 -201
- data/vendor/bundle/ruby/3.4.0/gems/activestorage-8.0.3/lib/active_storage/service/configurator.rb +0 -36
- data/vendor/bundle/ruby/3.4.0/gems/activestorage-8.0.3/lib/active_storage/service/gcs_service.rb +0 -232
- data/vendor/bundle/ruby/3.4.0/gems/activestorage-8.0.3/lib/active_storage/service/mirror_service.rb +0 -93
- data/vendor/bundle/ruby/3.4.0/gems/activestorage-8.0.3/lib/active_storage/service/registry.rb +0 -32
- data/vendor/bundle/ruby/3.4.0/gems/activestorage-8.0.3/lib/active_storage/service.rb +0 -180
- data/vendor/bundle/ruby/3.4.0/gems/activestorage-8.0.3/lib/active_storage/transformers/image_processing_transformer.rb +0 -110
- data/vendor/bundle/ruby/3.4.0/gems/activestorage-8.0.3/lib/active_storage.rb +0 -371
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/CHANGELOG.md +0 -309
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/backtrace_cleaner.rb +0 -163
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/cache/mem_cache_store.rb +0 -288
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/cache/redis_cache_store.rb +0 -492
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/cache/strategy/local_cache.rb +0 -237
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb +0 -45
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/cache.rb +0 -1107
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/callbacks.rb +0 -948
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/concurrency/load_interlock_aware_monitor.rb +0 -72
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/configurable.rb +0 -159
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/core_ext/array.rb +0 -9
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/core_ext/benchmark.rb +0 -14
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/core_ext/big_decimal.rb +0 -3
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/core_ext/class/attribute.rb +0 -135
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/core_ext/class.rb +0 -4
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/core_ext/date.rb +0 -7
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/core_ext/date_and_time/compatibility.rb +0 -58
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/core_ext/date_time/compatibility.rb +0 -18
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/core_ext/date_time.rb +0 -7
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/core_ext/digest.rb +0 -3
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/core_ext/enumerable.rb +0 -279
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/core_ext/erb/util.rb +0 -201
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/core_ext/file.rb +0 -3
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/core_ext/hash.rb +0 -10
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/core_ext/integer.rb +0 -5
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/core_ext/kernel.rb +0 -5
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/core_ext/module.rb +0 -13
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/core_ext/numeric.rb +0 -5
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/core_ext/object/json.rb +0 -260
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/core_ext/object/to_query.rb +0 -88
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/core_ext/object.rb +0 -17
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/core_ext/pathname.rb +0 -4
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/core_ext/range/each.rb +0 -24
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/core_ext/range.rb +0 -7
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/core_ext/string/multibyte.rb +0 -58
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/core_ext/string/output_safety.rb +0 -228
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/core_ext/string.rb +0 -15
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/core_ext/symbol.rb +0 -3
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/core_ext/time/calculations.rb +0 -386
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/core_ext/time/compatibility.rb +0 -40
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/core_ext/time.rb +0 -7
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/core_ext.rb +0 -5
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/current_attributes/test_helper.rb +0 -13
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/current_attributes.rb +0 -240
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/dependencies/interlock.rb +0 -49
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/dependencies.rb +0 -97
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/deprecation/reporting.rb +0 -160
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/deprecation.rb +0 -81
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/error_reporter.rb +0 -274
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/evented_file_update_checker.rb +0 -181
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/execution_context.rb +0 -53
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/file_update_checker.rb +0 -164
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/gem_version.rb +0 -17
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/gzip.rb +0 -40
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/hash_with_indifferent_access.rb +0 -444
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/i18n_railtie.rb +0 -140
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/inflector/inflections.rb +0 -273
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/inflector/transliterate.rb +0 -149
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/isolated_execution_state.rb +0 -74
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/json/decoding.rb +0 -78
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/json/encoding.rb +0 -138
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/log_subscriber.rb +0 -192
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/message_encryptors.rb +0 -141
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/message_pack/extensions.rb +0 -305
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/message_verifiers.rb +0 -137
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/messages/rotation_coordinator.rb +0 -93
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/messages/rotator.rb +0 -64
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/multibyte/chars.rb +0 -181
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/multibyte.rb +0 -23
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/notifications/fanout.rb +0 -445
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/notifications/instrumenter.rb +0 -240
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/railtie.rb +0 -163
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/subscriber.rb +0 -146
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/syntax_error_proxy.rb +0 -60
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/test_case.rb +0 -304
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/testing/assertions.rb +0 -339
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/testing/error_reporter_assertions.rb +0 -107
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/testing/parallelization/server.rb +0 -85
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/testing/parallelization/worker.rb +0 -103
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/testing/parallelization.rb +0 -55
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/testing/tests_without_assertions.rb +0 -19
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/testing/time_helpers.rb +0 -269
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/time_with_zone.rb +0 -609
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/values/time_zone.rb +0 -614
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support/xml_mini.rb +0 -211
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/lib/active_support.rb +0 -143
- data/vendor/bundle/ruby/3.4.0/gems/benchmark-0.4.1/COPYING +0 -56
- data/vendor/bundle/ruby/3.4.0/gems/benchmark-0.4.1/Gemfile +0 -9
- data/vendor/bundle/ruby/3.4.0/gems/benchmark-0.4.1/README.md +0 -138
- data/vendor/bundle/ruby/3.4.0/gems/benchmark-0.4.1/Rakefile +0 -8
- data/vendor/bundle/ruby/3.4.0/gems/benchmark-0.4.1/benchmark.gemspec +0 -32
- data/vendor/bundle/ruby/3.4.0/gems/benchmark-0.4.1/bin/console +0 -14
- data/vendor/bundle/ruby/3.4.0/gems/benchmark-0.4.1/bin/setup +0 -8
- data/vendor/bundle/ruby/3.4.0/gems/benchmark-0.4.1/lib/benchmark.rb +0 -595
- data/vendor/bundle/ruby/3.4.0/gems/fast_gettext-4.1.0/lib/fast_gettext/vendor/mofile.rb +0 -351
- data/vendor/bundle/ruby/3.4.0/gems/fast_gettext-4.1.0/lib/fast_gettext/version.rb +0 -5
- data/vendor/bundle/ruby/3.4.0/gems/json-2.15.1/BSDL +0 -22
- data/vendor/bundle/ruby/3.4.0/gems/json-2.15.1/CHANGES.md +0 -693
- data/vendor/bundle/ruby/3.4.0/gems/json-2.15.1/ext/json/ext/generator/generator.c +0 -2169
- data/vendor/bundle/ruby/3.4.0/gems/json-2.15.1/lib/json/ext/generator.so +0 -0
- data/vendor/bundle/ruby/3.4.0/gems/json-2.15.1/lib/json/ext/parser.so +0 -0
- data/vendor/bundle/ruby/3.4.0/gems/json-2.15.1/lib/json/truffle_ruby/generator.rb +0 -708
- data/vendor/bundle/ruby/3.4.0/gems/json-2.15.1/lib/json/version.rb +0 -5
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/README.md +0 -726
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/attachments_list.rb +0 -107
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/body.rb +0 -305
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/check_delivery_params.rb +0 -65
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/encodings/quoted_printable.rb +0 -45
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/encodings/unix_to_unix.rb +0 -20
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/encodings.rb +0 -314
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/field.rb +0 -283
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/field_list.rb +0 -87
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/fields/bcc_field.rb +0 -50
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/fields/cc_field.rb +0 -34
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/fields/comments_field.rb +0 -32
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/fields/common_address_field.rb +0 -170
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/fields/common_date_field.rb +0 -58
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/fields/common_message_id_field.rb +0 -42
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/fields/content_description_field.rb +0 -13
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/fields/content_disposition_field.rb +0 -46
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/fields/content_id_field.rb +0 -36
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/fields/content_location_field.rb +0 -29
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/fields/content_transfer_encoding_field.rb +0 -45
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/fields/content_type_field.rb +0 -172
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/fields/date_field.rb +0 -29
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/fields/from_field.rb +0 -34
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/fields/in_reply_to_field.rb +0 -46
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/fields/keywords_field.rb +0 -31
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/fields/message_id_field.rb +0 -37
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/fields/mime_version_field.rb +0 -43
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/fields/named_structured_field.rb +0 -11
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/fields/named_unstructured_field.rb +0 -11
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/fields/optional_field.rb +0 -16
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/fields/received_field.rb +0 -62
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/fields/references_field.rb +0 -43
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/fields/reply_to_field.rb +0 -34
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/fields/resent_bcc_field.rb +0 -34
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/fields/resent_cc_field.rb +0 -34
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/fields/resent_date_field.rb +0 -11
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/fields/resent_from_field.rb +0 -34
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/fields/resent_message_id_field.rb +0 -11
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/fields/resent_sender_field.rb +0 -33
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/fields/resent_to_field.rb +0 -34
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/fields/return_path_field.rb +0 -61
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/fields/sender_field.rb +0 -46
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/fields/structured_field.rb +0 -25
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/fields/subject_field.rb +0 -15
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/fields/to_field.rb +0 -34
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/fields/unstructured_field.rb +0 -190
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/fields.rb +0 -36
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/header.rb +0 -237
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/mail.rb +0 -262
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/message.rb +0 -2156
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/multibyte/chars.rb +0 -318
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/multibyte/unicode.rb +0 -405
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/network/delivery_methods/file_delivery.rb +0 -43
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/network/delivery_methods/sendmail.rb +0 -133
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/network/delivery_methods/smtp.rb +0 -165
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/network/delivery_methods/smtp_connection.rb +0 -57
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/network/delivery_methods/test_mailer.rb +0 -44
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/network/retriever_methods/base.rb +0 -64
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/network/retriever_methods/imap.rb +0 -187
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/network/retriever_methods/pop3.rb +0 -143
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/parsers/address_lists_parser.rb +0 -33242
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/parsers/address_lists_parser.rl +0 -179
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/parsers/content_disposition_parser.rb +0 -901
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/parsers/content_disposition_parser.rl +0 -89
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/parsers/content_location_parser.rb +0 -822
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/parsers/content_location_parser.rl +0 -78
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/parsers/content_transfer_encoding_parser.rb +0 -522
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/parsers/content_transfer_encoding_parser.rl +0 -71
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/parsers/content_type_parser.rb +0 -1048
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/parsers/content_type_parser.rl +0 -90
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/parsers/date_time_parser.rb +0 -891
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/parsers/date_time_parser.rl +0 -69
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/parsers/envelope_from_parser.rb +0 -3675
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/parsers/envelope_from_parser.rl +0 -89
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/parsers/message_ids_parser.rb +0 -5161
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/parsers/message_ids_parser.rl +0 -93
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/parsers/mime_version_parser.rb +0 -513
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/parsers/mime_version_parser.rl +0 -68
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/parsers/phrase_lists_parser.rb +0 -884
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/parsers/phrase_lists_parser.rl +0 -90
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/parsers/received_parser.rb +0 -8782
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/parsers/received_parser.rl +0 -91
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/part.rb +0 -119
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/smtp_envelope.rb +0 -57
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/utilities.rb +0 -562
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail/version.rb +0 -17
- data/vendor/bundle/ruby/3.4.0/gems/mail-2.8.1/lib/mail.rb +0 -68
- data/vendor/bundle/ruby/3.4.0/gems/parser-3.3.9.0/lib/parser/current.rb +0 -146
- data/vendor/bundle/ruby/3.4.0/gems/parser-3.3.9.0/lib/parser/version.rb +0 -5
- data/vendor/bundle/ruby/3.4.0/gems/po_to_json-2.1.1/CHANGELOG.md +0 -44
- data/vendor/bundle/ruby/3.4.0/gems/po_to_json-2.1.1/README.md +0 -112
- data/vendor/bundle/ruby/3.4.0/gems/po_to_json-2.1.1/lib/po_to_json/version.rb +0 -29
- data/vendor/bundle/ruby/3.4.0/gems/prism-1.5.2/CHANGELOG.md +0 -723
- data/vendor/bundle/ruby/3.4.0/gems/prism-1.5.2/docs/design.md +0 -53
- data/vendor/bundle/ruby/3.4.0/gems/prism-1.5.2/docs/releasing.md +0 -98
- data/vendor/bundle/ruby/3.4.0/gems/prism-1.5.2/ext/prism/Makefile +0 -273
- data/vendor/bundle/ruby/3.4.0/gems/prism-1.5.2/ext/prism/extension.c +0 -1419
- data/vendor/bundle/ruby/3.4.0/gems/prism-1.5.2/ext/prism/extension.h +0 -19
- data/vendor/bundle/ruby/3.4.0/gems/prism-1.5.2/include/prism/version.h +0 -29
- data/vendor/bundle/ruby/3.4.0/gems/prism-1.5.2/lib/prism/ffi.rb +0 -570
- data/vendor/bundle/ruby/3.4.0/gems/prism-1.5.2/lib/prism/prism.so +0 -0
- data/vendor/bundle/ruby/3.4.0/gems/prism-1.5.2/lib/prism/serialize.rb +0 -2398
- data/vendor/bundle/ruby/3.4.0/gems/prism-1.5.2/lib/prism.rb +0 -91
- data/vendor/bundle/ruby/3.4.0/gems/prism-1.5.2/prism.gemspec +0 -174
- data/vendor/bundle/ruby/3.4.0/gems/prism-1.5.2/sig/prism.rbs +0 -254
- data/vendor/bundle/ruby/3.4.0/gems/prism-1.5.2/src/prism.c +0 -23361
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/CHANGELOG.md +0 -289
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/minitest/rails_plugin.rb +0 -140
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/application/bootstrap.rb +0 -115
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/application/configuration.rb +0 -647
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/application/default_middleware_stack.rb +0 -140
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/application/finisher.rb +0 -237
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/application/routes_reloader.rb +0 -83
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/application.rb +0 -665
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/code_statistics.rb +0 -159
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/command/base.rb +0 -185
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/command/environment_argument.rb +0 -56
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/command.rb +0 -166
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/commands/app/update_command.rb +0 -98
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/commands/console/irb_console.rb +0 -130
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/commands/credentials/credentials_command.rb +0 -139
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/commands/encrypted/encrypted_command.rb +0 -98
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/console/methods.rb +0 -7
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/engine.rb +0 -759
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/gem_version.rb +0 -17
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/generators/actions.rb +0 -532
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/generators/app_base.rb +0 -794
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/generators/database.rb +0 -287
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/generators/erb/authentication/authentication_generator.rb +0 -15
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/generators/erb/scaffold/templates/partial.html.erb.tt +0 -17
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/generators/generated_attribute.rb +0 -274
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/generators/migration.rb +0 -71
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/generators/rails/app/app_generator.rb +0 -687
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/generators/rails/app/templates/Dockerfile.tt +0 -126
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/generators/rails/app/templates/Gemfile.tt +0 -83
- 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
- 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
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/generators/rails/app/templates/bin/setup.tt +0 -44
- 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
- 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
- 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
- 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
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/generators/rails/app/templates/config/deploy.yml.tt +0 -128
- 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
- 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
- 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
- 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
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/generators/rails/app/templates/config/puma.rb.tt +0 -43
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/generators/rails/app/templates/config/storage.yml.tt +0 -34
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/generators/rails/app/templates/docker-entrypoint.tt +0 -16
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/generators/rails/app/templates/github/ci.yml.tt +0 -146
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/generators/rails/app/templates/github/dependabot.yml +0 -12
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/generators/rails/app/templates/kamal-secrets.tt +0 -17
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/generators/rails/app/templates/public/400.html +0 -114
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/generators/rails/app/templates/public/404.html +0 -114
- 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
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/generators/rails/app/templates/public/422.html +0 -114
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/generators/rails/app/templates/public/500.html +0 -114
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/generators/rails/authentication/authentication_generator.rb +0 -60
- 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
- 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
- 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
- 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
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/generators/rails/benchmark/USAGE +0 -19
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/generators/rails/benchmark/templates/benchmark.rb.tt +0 -15
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/generators/rails/devcontainer/devcontainer_generator.rb +0 -176
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/generators/rails/devcontainer/templates/devcontainer/Dockerfile.tt +0 -3
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/generators/rails/devcontainer/templates/devcontainer/compose.yaml.tt +0 -47
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/generators/rails/devcontainer/templates/devcontainer/devcontainer.json.tt +0 -37
- 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
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/generators/rails/master_key/master_key_generator.rb +0 -53
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/generators/rails/plugin/plugin_generator.rb +0 -501
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/generators/rails/plugin/templates/Rakefile.tt +0 -14
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/generators/rails/plugin/templates/bin/rubocop.tt +0 -7
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/generators/rails/plugin/templates/github/ci.yml.tt +0 -104
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/generators/rails/plugin/templates/github/dependabot.yml +0 -12
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/generators/rails/script/USAGE +0 -18
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/generators/test_unit/authentication/authentication_generator.rb +0 -18
- 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
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/generators/test_unit/model/templates/fixtures.yml.tt +0 -29
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/generators/test_unit/plugin/plugin_generator.rb +0 -15
- 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
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/generators/test_unit/plugin/templates/test_helper.rb +0 -2
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/generators/test_unit/scaffold/scaffold_generator.rb +0 -82
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/generators/testing/behavior.rb +0 -116
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/generators.rb +0 -328
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/health_controller.rb +0 -57
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/info.rb +0 -106
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/info_controller.rb +0 -71
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/initializable.rb +0 -95
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/rack/silence_request.rb +0 -33
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/railtie/configurable.rb +0 -36
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/railtie.rb +0 -302
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/tasks/statistics.rake +0 -23
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/tasks.rb +0 -17
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/templates/rails/info/notes.html.erb +0 -65
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/templates/rails/mailers/email.html.erb +0 -201
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/templates/rails/welcome/index.html.erb +0 -93
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/test_unit/reporter.rb +0 -121
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails/test_unit/runner.rb +0 -214
- data/vendor/bundle/ruby/3.4.0/gems/railties-8.0.3/lib/rails.rb +0 -130
- data/vendor/bundle/ruby/3.4.0/gems/rspec-3.13.1/lib/rspec/version.rb +0 -5
- data/vendor/bundle/ruby/3.4.0/gems/rspec-core-3.13.5/Changelog.md +0 -2439
- data/vendor/bundle/ruby/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/version.rb +0 -9
- data/vendor/bundle/ruby/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/world.rb +0 -287
- data/vendor/bundle/ruby/3.4.0/gems/rspec-mocks-3.13.5/Changelog.md +0 -1329
- data/vendor/bundle/ruby/3.4.0/gems/rspec-mocks-3.13.5/lib/rspec/mocks/error_generator.rb +0 -390
- data/vendor/bundle/ruby/3.4.0/gems/rspec-mocks-3.13.5/lib/rspec/mocks/proxy.rb +0 -517
- data/vendor/bundle/ruby/3.4.0/gems/rspec-mocks-3.13.5/lib/rspec/mocks/version.rb +0 -9
- data/vendor/bundle/ruby/3.4.0/gems/rubocop-1.81.1/config/default.yml +0 -6081
- data/vendor/bundle/ruby/3.4.0/gems/rubocop-1.81.1/lib/rubocop/cop/layout/hash_alignment.rb +0 -398
- data/vendor/bundle/ruby/3.4.0/gems/rubocop-1.81.1/lib/rubocop/cop/lint/constant_overwritten_in_rescue.rb +0 -51
- data/vendor/bundle/ruby/3.4.0/gems/rubocop-1.81.1/lib/rubocop/cop/lint/cop_directive_syntax.rb +0 -84
- data/vendor/bundle/ruby/3.4.0/gems/rubocop-1.81.1/lib/rubocop/cop/lint/empty_interpolation.rb +0 -31
- data/vendor/bundle/ruby/3.4.0/gems/rubocop-1.81.1/lib/rubocop/cop/lint/rescue_exception.rb +0 -41
- data/vendor/bundle/ruby/3.4.0/gems/rubocop-1.81.1/lib/rubocop/cop/lint/self_assignment.rb +0 -140
- data/vendor/bundle/ruby/3.4.0/gems/rubocop-1.81.1/lib/rubocop/cop/security/json_load.rb +0 -47
- data/vendor/bundle/ruby/3.4.0/gems/rubocop-1.81.1/lib/rubocop/cop/style/array_intersect.rb +0 -195
- data/vendor/bundle/ruby/3.4.0/gems/rubocop-1.81.1/lib/rubocop/cop/style/conditional_assignment.rb +0 -676
- data/vendor/bundle/ruby/3.4.0/gems/rubocop-1.81.1/lib/rubocop/cop/style/endless_method.rb +0 -233
- data/vendor/bundle/ruby/3.4.0/gems/rubocop-1.81.1/lib/rubocop/cop/style/one_line_conditional.rb +0 -148
- data/vendor/bundle/ruby/3.4.0/gems/rubocop-1.81.1/lib/rubocop/cop/style/redundant_format.rb +0 -277
- data/vendor/bundle/ruby/3.4.0/gems/rubocop-1.81.1/lib/rubocop/cop/style/redundant_interpolation.rb +0 -138
- data/vendor/bundle/ruby/3.4.0/gems/rubocop-1.81.1/lib/rubocop/cop/style/semicolon.rb +0 -172
- data/vendor/bundle/ruby/3.4.0/gems/rubocop-1.81.1/lib/rubocop/cops_documentation_generator.rb +0 -406
- data/vendor/bundle/ruby/3.4.0/gems/rubocop-1.81.1/lib/rubocop/version.rb +0 -160
- data/vendor/bundle/ruby/3.4.0/specifications/actioncable-8.0.3.gemspec +0 -30
- data/vendor/bundle/ruby/3.4.0/specifications/actionmailbox-8.0.3.gemspec +0 -31
- data/vendor/bundle/ruby/3.4.0/specifications/actionmailer-8.0.3.gemspec +0 -32
- data/vendor/bundle/ruby/3.4.0/specifications/actionpack-8.0.3.gemspec +0 -36
- data/vendor/bundle/ruby/3.4.0/specifications/actiontext-8.0.3.gemspec +0 -31
- data/vendor/bundle/ruby/3.4.0/specifications/actionview-8.0.3.gemspec +0 -33
- data/vendor/bundle/ruby/3.4.0/specifications/activejob-8.0.3.gemspec +0 -27
- data/vendor/bundle/ruby/3.4.0/specifications/activemodel-8.0.3.gemspec +0 -26
- data/vendor/bundle/ruby/3.4.0/specifications/activerecord-8.0.3.gemspec +0 -31
- data/vendor/bundle/ruby/3.4.0/specifications/activestorage-8.0.3.gemspec +0 -30
- data/vendor/bundle/ruby/3.4.0/specifications/activesupport-8.0.3.gemspec +0 -38
- data/vendor/bundle/ruby/3.4.0/specifications/benchmark-0.4.1.gemspec +0 -23
- data/vendor/bundle/ruby/3.4.0/specifications/fast_gettext-4.1.0.gemspec +0 -35
- data/vendor/bundle/ruby/3.4.0/specifications/json-2.15.1.gemspec +0 -0
- data/vendor/bundle/ruby/3.4.0/specifications/mail-2.8.1.gemspec +0 -37
- data/vendor/bundle/ruby/3.4.0/specifications/parser-3.3.9.0.gemspec +0 -37
- data/vendor/bundle/ruby/3.4.0/specifications/po_to_json-2.1.1.gemspec +0 -26
- data/vendor/bundle/ruby/3.4.0/specifications/prism-1.5.2.gemspec +0 -24
- data/vendor/bundle/ruby/3.4.0/specifications/rails-8.0.3.gemspec +0 -38
- data/vendor/bundle/ruby/3.4.0/specifications/railties-8.0.3.gemspec +0 -38
- data/vendor/bundle/ruby/3.4.0/specifications/rspec-3.13.1.gemspec +0 -31
- data/vendor/bundle/ruby/3.4.0/specifications/rspec-core-3.13.5.gemspec +0 -31
- data/vendor/bundle/ruby/3.4.0/specifications/rspec-mocks-3.13.5.gemspec +0 -29
- data/vendor/bundle/ruby/3.4.0/specifications/rubocop-1.81.1.gemspec +0 -39
- /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
- /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
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{actioncable-8.0.3 → actioncable-8.1.0}/MIT-LICENSE +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{actioncable-8.0.3 → actioncable-8.1.0}/README.md +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{actioncable-8.0.3 → actioncable-8.1.0}/app/assets/javascripts/action_cable.js +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{actioncable-8.0.3 → actioncable-8.1.0}/app/assets/javascripts/actioncable.esm.js +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{actioncable-8.0.3 → actioncable-8.1.0}/app/assets/javascripts/actioncable.js +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{actioncable-8.0.3 → actioncable-8.1.0}/lib/action_cable/channel/callbacks.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{actioncable-8.0.3 → actioncable-8.1.0}/lib/action_cable/channel/naming.rb +0 -0
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{actioncable-8.0.3 → actioncable-8.1.0}/lib/action_cable/connection/authorization.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{actioncable-8.0.3 → actioncable-8.1.0}/lib/action_cable/connection/base.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{actioncable-8.0.3 → actioncable-8.1.0}/lib/action_cable/connection/callbacks.rb +0 -0
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{actioncable-8.0.3 → actioncable-8.1.0}/lib/action_cable/connection/identification.rb +0 -0
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{actioncable-8.0.3 → actioncable-8.1.0}/lib/action_cable/connection/stream.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{actioncable-8.0.3 → actioncable-8.1.0}/lib/action_cable/connection/subscriptions.rb +0 -0
- /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
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{actioncable-8.0.3 → actioncable-8.1.0}/lib/action_cable/deprecator.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{actioncable-8.0.3 → actioncable-8.1.0}/lib/action_cable/engine.rb +0 -0
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{actioncable-8.0.3 → actioncable-8.1.0}/lib/action_cable/remote_connections.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{actioncable-8.0.3 → actioncable-8.1.0}/lib/action_cable/server/base.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{actioncable-8.0.3 → actioncable-8.1.0}/lib/action_cable/server/configuration.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{actioncable-8.0.3 → actioncable-8.1.0}/lib/action_cable/server/connections.rb +0 -0
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{actioncable-8.0.3 → actioncable-8.1.0}/lib/action_cable/test_case.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{actioncable-8.0.3 → actioncable-8.1.0}/lib/action_cable/test_helper.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{actioncable-8.0.3 → actioncable-8.1.0}/lib/action_cable/version.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{actioncable-8.0.3 → actioncable-8.1.0}/lib/action_cable.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{actioncable-8.0.3 → actioncable-8.1.0}/lib/rails/generators/channel/USAGE +0 -0
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{actionmailbox-8.0.3 → actionmailbox-8.1.0}/MIT-LICENSE +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{actionmailbox-8.0.3 → actionmailbox-8.1.0}/README.md +0 -0
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{actionmailbox-8.0.3 → actionmailbox-8.1.0}/app/models/action_mailbox/record.rb +0 -0
- /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
- /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
- /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
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{actionmailbox-8.0.3 → actionmailbox-8.1.0}/config/routes.rb +0 -0
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{actionmailbox-8.0.3 → actionmailbox-8.1.0}/lib/action_mailbox/base.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{actionmailbox-8.0.3 → actionmailbox-8.1.0}/lib/action_mailbox/callbacks.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{actionmailbox-8.0.3 → actionmailbox-8.1.0}/lib/action_mailbox/deprecator.rb +0 -0
- /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
- /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
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{actionmailbox-8.0.3 → actionmailbox-8.1.0}/lib/action_mailbox/mail_ext.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{actionmailbox-8.0.3 → actionmailbox-8.1.0}/lib/action_mailbox/relayer.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{actionmailbox-8.0.3 → actionmailbox-8.1.0}/lib/action_mailbox/router/route.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{actionmailbox-8.0.3 → actionmailbox-8.1.0}/lib/action_mailbox/router.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{actionmailbox-8.0.3 → actionmailbox-8.1.0}/lib/action_mailbox/routing.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{actionmailbox-8.0.3 → actionmailbox-8.1.0}/lib/action_mailbox/test_case.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{actionmailbox-8.0.3 → actionmailbox-8.1.0}/lib/action_mailbox/test_helper.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{actionmailbox-8.0.3 → actionmailbox-8.1.0}/lib/action_mailbox/version.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{actionmailbox-8.0.3 → actionmailbox-8.1.0}/lib/action_mailbox.rb +0 -0
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{actionmailbox-8.0.3 → actionmailbox-8.1.0}/lib/rails/generators/mailbox/USAGE +0 -0
- /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
- /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
- /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
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{actionmailbox-8.0.3 → actionmailbox-8.1.0}/lib/tasks/ingress.rake +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{actionmailbox-8.0.3 → actionmailbox-8.1.0}/lib/tasks/install.rake +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{actionmailer-8.0.3 → actionmailer-8.1.0}/MIT-LICENSE +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{actionmailer-8.0.3 → actionmailer-8.1.0}/README.rdoc +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{actionmailer-8.0.3 → actionmailer-8.1.0}/lib/action_mailer/callbacks.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{actionmailer-8.0.3 → actionmailer-8.1.0}/lib/action_mailer/collector.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{actionmailer-8.0.3 → actionmailer-8.1.0}/lib/action_mailer/delivery_methods.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{actionmailer-8.0.3 → actionmailer-8.1.0}/lib/action_mailer/deprecator.rb +0 -0
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{actionmailer-8.0.3 → actionmailer-8.1.0}/lib/action_mailer/mail_helper.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{actionmailer-8.0.3 → actionmailer-8.1.0}/lib/action_mailer/parameterized.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{actionmailer-8.0.3 → actionmailer-8.1.0}/lib/action_mailer/preview.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{actionmailer-8.0.3 → actionmailer-8.1.0}/lib/action_mailer/queued_delivery.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{actionmailer-8.0.3 → actionmailer-8.1.0}/lib/action_mailer/rescuable.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{actionmailer-8.0.3 → actionmailer-8.1.0}/lib/action_mailer/test_case.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{actionmailer-8.0.3 → actionmailer-8.1.0}/lib/action_mailer/test_helper.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{actionmailer-8.0.3 → actionmailer-8.1.0}/lib/action_mailer/version.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{actionmailer-8.0.3 → actionmailer-8.1.0}/lib/action_mailer.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{actionmailer-8.0.3 → actionmailer-8.1.0}/lib/rails/generators/mailer/USAGE +0 -0
- /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
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/MIT-LICENSE +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/README.rdoc +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/abstract_controller/caching/fragments.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/abstract_controller/callbacks.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/abstract_controller/collector.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/abstract_controller/deprecator.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/abstract_controller/error.rb +0 -0
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/abstract_controller/rendering.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/abstract_controller/translation.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/abstract_controller/url_for.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/abstract_controller.rb +0 -0
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/action_controller/deprecator.rb +0 -0
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/action_controller/metal/cookies.rb +0 -0
- /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
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/action_controller/metal/helpers.rb +0 -0
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/action_controller/metal/instrumentation.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/action_controller/metal/logging.rb +0 -0
- /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
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/action_controller/metal/streaming.rb +0 -0
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/action_controller/metal/testing.rb +0 -0
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/action_controller/metal.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/action_controller/railties/helpers.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/action_controller/renderer.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/action_controller/template_assertions.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/action_controller/test_case.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/action_controller.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/action_dispatch/constants.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/action_dispatch/deprecator.rb +0 -0
- /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
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/action_dispatch/http/headers.rb +0 -0
- /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
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/action_dispatch/http/upload.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/action_dispatch/journey/formatter.rb +0 -0
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/action_dispatch/journey/parser.rb +0 -0
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/action_dispatch/journey/scanner.rb +0 -0
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/action_dispatch/journey.rb +0 -0
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/action_dispatch/middleware/callbacks.rb +0 -0
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/action_dispatch/middleware/flash.rb +0 -0
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/action_dispatch/middleware/reloader.rb +0 -0
- /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
- /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
- /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
- /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
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/action_dispatch/middleware/ssl.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/action_dispatch/middleware/stack.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/action_dispatch/middleware/static.rb +0 -0
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/action_dispatch/request/session.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/action_dispatch/request/utils.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/action_dispatch/routing/endpoint.rb +0 -0
- /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
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/action_dispatch/routing.rb +0 -0
- /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
- /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
- /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
- /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
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/action_dispatch/testing/assertions.rb +0 -0
- /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
- /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
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/action_pack/version.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.3 → actionpack-8.1.0}/lib/action_pack.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{actiontext-8.0.3 → actiontext-8.1.0}/MIT-LICENSE +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{actiontext-8.0.3 → actiontext-8.1.0}/README.md +0 -0
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{actiontext-8.0.3 → actiontext-8.1.0}/app/models/action_text/record.rb +0 -0
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{actiontext-8.0.3 → actiontext-8.1.0}/lib/action_text/attachable.rb +0 -0
- /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
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{actiontext-8.0.3 → actiontext-8.1.0}/lib/action_text/attachment.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{actiontext-8.0.3 → actiontext-8.1.0}/lib/action_text/attachment_gallery.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{actiontext-8.0.3 → actiontext-8.1.0}/lib/action_text/attachments/caching.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{actiontext-8.0.3 → actiontext-8.1.0}/lib/action_text/attachments/minification.rb +0 -0
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{actiontext-8.0.3 → actiontext-8.1.0}/lib/action_text/attribute.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{actiontext-8.0.3 → actiontext-8.1.0}/lib/action_text/deprecator.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{actiontext-8.0.3 → actiontext-8.1.0}/lib/action_text/encryption.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{actiontext-8.0.3 → actiontext-8.1.0}/lib/action_text/fragment.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{actiontext-8.0.3 → actiontext-8.1.0}/lib/action_text/html_conversion.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{actiontext-8.0.3 → actiontext-8.1.0}/lib/action_text/serialization.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{actiontext-8.0.3 → actiontext-8.1.0}/lib/action_text/trix_attachment.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{actiontext-8.0.3 → actiontext-8.1.0}/lib/action_text/version.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{actiontext-8.0.3 → actiontext-8.1.0}/lib/action_text.rb +0 -0
- /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
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{actiontext-8.0.3 → actiontext-8.1.0}/lib/tasks/actiontext.rake +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{actionview-8.0.3 → actionview-8.1.0}/MIT-LICENSE +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{actionview-8.0.3 → actionview-8.1.0}/README.rdoc +0 -0
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{actionview-8.0.3 → actionview-8.1.0}/app/assets/javascripts/rails-ujs.js +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{actionview-8.0.3 → actionview-8.1.0}/lib/action_view/cache_expiry.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{actionview-8.0.3 → actionview-8.1.0}/lib/action_view/context.rb +0 -0
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{actionview-8.0.3 → actionview-8.1.0}/lib/action_view/deprecator.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{actionview-8.0.3 → actionview-8.1.0}/lib/action_view/digestor.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{actionview-8.0.3 → actionview-8.1.0}/lib/action_view/flows.rb +0 -0
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{actionview-8.0.3 → actionview-8.1.0}/lib/action_view/helpers/tags.rb +0 -0
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{actionview-8.0.3 → actionview-8.1.0}/lib/action_view/helpers.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{actionview-8.0.3 → actionview-8.1.0}/lib/action_view/layouts.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{actionview-8.0.3 → actionview-8.1.0}/lib/action_view/lookup_context.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{actionview-8.0.3 → actionview-8.1.0}/lib/action_view/model_naming.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{actionview-8.0.3 → actionview-8.1.0}/lib/action_view/path_registry.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{actionview-8.0.3 → actionview-8.1.0}/lib/action_view/path_set.rb +0 -0
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{actionview-8.0.3 → actionview-8.1.0}/lib/action_view/render_parser.rb +0 -0
- /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
- /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
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{actionview-8.0.3 → actionview-8.1.0}/lib/action_view/renderer/renderer.rb +0 -0
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{actionview-8.0.3 → actionview-8.1.0}/lib/action_view/rendering.rb +0 -0
- /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
- /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
- /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
- /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
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{actionview-8.0.3 → actionview-8.1.0}/lib/action_view/template/handlers.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{actionview-8.0.3 → actionview-8.1.0}/lib/action_view/template/html.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{actionview-8.0.3 → actionview-8.1.0}/lib/action_view/template/inline.rb +0 -0
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{actionview-8.0.3 → actionview-8.1.0}/lib/action_view/template/renderable.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{actionview-8.0.3 → actionview-8.1.0}/lib/action_view/template/resolver.rb +0 -0
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{actionview-8.0.3 → actionview-8.1.0}/lib/action_view/template/sources.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{actionview-8.0.3 → actionview-8.1.0}/lib/action_view/template/text.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{actionview-8.0.3 → actionview-8.1.0}/lib/action_view/template/types.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{actionview-8.0.3 → actionview-8.1.0}/lib/action_view/template.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{actionview-8.0.3 → actionview-8.1.0}/lib/action_view/template_details.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{actionview-8.0.3 → actionview-8.1.0}/lib/action_view/template_path.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{actionview-8.0.3 → actionview-8.1.0}/lib/action_view/testing/resolvers.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{actionview-8.0.3 → actionview-8.1.0}/lib/action_view/unbound_template.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{actionview-8.0.3 → actionview-8.1.0}/lib/action_view/version.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{actionview-8.0.3 → actionview-8.1.0}/lib/action_view/view_paths.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activejob-8.0.3 → activejob-8.1.0}/MIT-LICENSE +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activejob-8.0.3 → activejob-8.1.0}/lib/active_job/callbacks.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activejob-8.0.3 → activejob-8.1.0}/lib/active_job/deprecator.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activejob-8.0.3 → activejob-8.1.0}/lib/active_job/execution.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activejob-8.0.3 → activejob-8.1.0}/lib/active_job/logging.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activejob-8.0.3 → activejob-8.1.0}/lib/active_job/queue_adapter.rb +0 -0
- /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
- /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
- /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
- /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
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{activejob-8.0.3 → activejob-8.1.0}/lib/active_job/queue_adapters.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activejob-8.0.3 → activejob-8.1.0}/lib/active_job/queue_name.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activejob-8.0.3 → activejob-8.1.0}/lib/active_job/queue_priority.rb +0 -0
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{activejob-8.0.3 → activejob-8.1.0}/lib/active_job/test_case.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activejob-8.0.3 → activejob-8.1.0}/lib/active_job/test_helper.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activejob-8.0.3 → activejob-8.1.0}/lib/active_job/version.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activejob-8.0.3 → activejob-8.1.0}/lib/rails/generators/job/USAGE +0 -0
- /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
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{activemodel-8.0.3 → activemodel-8.1.0}/MIT-LICENSE +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activemodel-8.0.3 → activemodel-8.1.0}/README.rdoc +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activemodel-8.0.3 → activemodel-8.1.0}/lib/active_model/access.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activemodel-8.0.3 → activemodel-8.1.0}/lib/active_model/api.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activemodel-8.0.3 → activemodel-8.1.0}/lib/active_model/attribute_assignment.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activemodel-8.0.3 → activemodel-8.1.0}/lib/active_model/attribute_registration.rb +0 -0
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{activemodel-8.0.3 → activemodel-8.1.0}/lib/active_model/attributes.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activemodel-8.0.3 → activemodel-8.1.0}/lib/active_model/callbacks.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activemodel-8.0.3 → activemodel-8.1.0}/lib/active_model/conversion.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activemodel-8.0.3 → activemodel-8.1.0}/lib/active_model/deprecator.rb +0 -0
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{activemodel-8.0.3 → activemodel-8.1.0}/lib/active_model/locale/en.yml +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activemodel-8.0.3 → activemodel-8.1.0}/lib/active_model/model.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activemodel-8.0.3 → activemodel-8.1.0}/lib/active_model/serialization.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activemodel-8.0.3 → activemodel-8.1.0}/lib/active_model/serializers/json.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activemodel-8.0.3 → activemodel-8.1.0}/lib/active_model/translation.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activemodel-8.0.3 → activemodel-8.1.0}/lib/active_model/type/binary.rb +0 -0
- /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
- /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
- /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
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{activemodel-8.0.3 → activemodel-8.1.0}/lib/active_model/type/registry.rb +0 -0
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{activemodel-8.0.3 → activemodel-8.1.0}/lib/active_model/type/time.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activemodel-8.0.3 → activemodel-8.1.0}/lib/active_model/type.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activemodel-8.0.3 → activemodel-8.1.0}/lib/active_model/validations/absence.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activemodel-8.0.3 → activemodel-8.1.0}/lib/active_model/validations/acceptance.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activemodel-8.0.3 → activemodel-8.1.0}/lib/active_model/validations/clusivity.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activemodel-8.0.3 → activemodel-8.1.0}/lib/active_model/validations/comparability.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activemodel-8.0.3 → activemodel-8.1.0}/lib/active_model/validations/comparison.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activemodel-8.0.3 → activemodel-8.1.0}/lib/active_model/validations/confirmation.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activemodel-8.0.3 → activemodel-8.1.0}/lib/active_model/validations/exclusion.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activemodel-8.0.3 → activemodel-8.1.0}/lib/active_model/validations/format.rb +0 -0
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{activemodel-8.0.3 → activemodel-8.1.0}/lib/active_model/validations/inclusion.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activemodel-8.0.3 → activemodel-8.1.0}/lib/active_model/validations/length.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activemodel-8.0.3 → activemodel-8.1.0}/lib/active_model/validations/numericality.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activemodel-8.0.3 → activemodel-8.1.0}/lib/active_model/validations/presence.rb +0 -0
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{activemodel-8.0.3 → activemodel-8.1.0}/lib/active_model/validations/validates.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activemodel-8.0.3 → activemodel-8.1.0}/lib/active_model/validations/with.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activemodel-8.0.3 → activemodel-8.1.0}/lib/active_model/validator.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activemodel-8.0.3 → activemodel-8.1.0}/lib/active_model/version.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/MIT-LICENSE +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/examples/performance.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/examples/simple.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/aggregations.rb +0 -0
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/associations/preloader.rb +0 -0
- /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
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/attribute_assignment.rb +0 -0
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/attribute_methods.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/callbacks.rb +0 -0
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/deprecator.rb +0 -0
- /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
- /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
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/encryption/cipher.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/encryption/config.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/encryption/configurable.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/encryption/context.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/encryption/contexts.rb +0 -0
- /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
- /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
- /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
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/encryption/errors.rb +0 -0
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/encryption/key.rb +0 -0
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/encryption/message.rb +0 -0
- /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
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/encryption/properties.rb +0 -0
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/encryption.rb +0 -0
- /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
- /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
- /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
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/future_result.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/integration.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/internal_metadata.rb +0 -0
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/locale/en.yml +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/marshalling.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/message_pack.rb +0 -0
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/no_touching.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/promise.rb +0 -0
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/querying.rb +0 -0
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/readonly_attributes.rb +0 -0
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/relation/merger.rb +0 -0
- /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
- /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
- /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
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/schema.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/schema_migration.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/scoping/default.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/scoping/named.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/secure_password.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/secure_token.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/serialization.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/suppressor.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/token_for.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/touch_later.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/translation.rb +0 -0
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/type/date.rb +0 -0
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/type/text.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/type/time.rb +0 -0
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/type.rb +0 -0
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/type_caster.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/validations/absence.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/validations/length.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/validations/numericality.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/validations/presence.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/validations/uniqueness.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/validations.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/active_record/version.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/arel/attributes/attribute.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/arel/collectors/bind.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/arel/collectors/composite.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/arel/collectors/plain_string.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/arel/collectors/sql_string.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/arel/collectors/substitute_binds.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/arel/delete_manager.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/arel/errors.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/arel/expressions.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/arel/factory_methods.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/arel/filter_predications.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/arel/insert_manager.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/arel/math.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/arel/nodes/ascending.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/arel/nodes/binary.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/arel/nodes/bind_param.rb +0 -0
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/arel/nodes/case.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/arel/nodes/casted.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/arel/nodes/comment.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/arel/nodes/cte.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/arel/nodes/delete_statement.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/arel/nodes/descending.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/arel/nodes/equality.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/arel/nodes/extract.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/arel/nodes/false.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/arel/nodes/filter.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/arel/nodes/fragments.rb +0 -0
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/arel/nodes/grouping.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/arel/nodes/homogeneous_in.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/arel/nodes/in.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/arel/nodes/infix_operation.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/arel/nodes/inner_join.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/arel/nodes/insert_statement.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/arel/nodes/join_source.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/arel/nodes/leading_join.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/arel/nodes/matches.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/arel/nodes/nary.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/arel/nodes/node_expression.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/arel/nodes/ordering.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/arel/nodes/outer_join.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/arel/nodes/over.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/arel/nodes/regexp.rb +0 -0
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/arel/nodes/select_core.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/arel/nodes/select_statement.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/arel/nodes/sql_literal.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/arel/nodes/string_join.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/arel/nodes/table_alias.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/arel/nodes/terminal.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/arel/nodes/true.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/arel/nodes/unary.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/arel/nodes/unary_operation.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/arel/nodes/unqualified_column.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/arel/nodes/update_statement.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/arel/nodes/values_list.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/arel/nodes/window.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/arel/nodes/with.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/arel/order_predications.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/arel/predications.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/arel/table.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/arel/tree_manager.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/arel/update_manager.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/arel/visitors/mysql.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/arel/visitors/visitor.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/arel/visitors.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/arel/window_predications.rb +0 -0
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{activerecord-8.0.3 → activerecord-8.1.0}/lib/rails/generators/active_record.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activestorage-8.0.3 → activestorage-8.1.0}/MIT-LICENSE +0 -0
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{activestorage-8.0.3 → activestorage-8.1.0}/app/javascript/activestorage/blob_record.js +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activestorage-8.0.3 → activestorage-8.1.0}/app/javascript/activestorage/blob_upload.js +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activestorage-8.0.3 → activestorage-8.1.0}/app/javascript/activestorage/direct_upload.js +0 -0
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{activestorage-8.0.3 → activestorage-8.1.0}/app/javascript/activestorage/file_checksum.js +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activestorage-8.0.3 → activestorage-8.1.0}/app/javascript/activestorage/helpers.js +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activestorage-8.0.3 → activestorage-8.1.0}/app/javascript/activestorage/index.js +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activestorage-8.0.3 → activestorage-8.1.0}/app/javascript/activestorage/ujs.js +0 -0
- /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
- /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
- /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
- /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
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{activestorage-8.0.3 → activestorage-8.1.0}/app/models/active_storage/attachment.rb +0 -0
- /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
- /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
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{activestorage-8.0.3 → activestorage-8.1.0}/app/models/active_storage/blob.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activestorage-8.0.3 → activestorage-8.1.0}/app/models/active_storage/current.rb +0 -0
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{activestorage-8.0.3 → activestorage-8.1.0}/app/models/active_storage/preview.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activestorage-8.0.3 → activestorage-8.1.0}/app/models/active_storage/record.rb +0 -0
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{activestorage-8.0.3 → activestorage-8.1.0}/config/routes.rb +0 -0
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{activestorage-8.0.3 → activestorage-8.1.0}/lib/active_storage/analyzer.rb +0 -0
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{activestorage-8.0.3 → activestorage-8.1.0}/lib/active_storage/attached/changes.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activestorage-8.0.3 → activestorage-8.1.0}/lib/active_storage/attached/many.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activestorage-8.0.3 → activestorage-8.1.0}/lib/active_storage/attached/model.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activestorage-8.0.3 → activestorage-8.1.0}/lib/active_storage/attached/one.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activestorage-8.0.3 → activestorage-8.1.0}/lib/active_storage/deprecator.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activestorage-8.0.3 → activestorage-8.1.0}/lib/active_storage/downloader.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activestorage-8.0.3 → activestorage-8.1.0}/lib/active_storage/errors.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activestorage-8.0.3 → activestorage-8.1.0}/lib/active_storage/fixture_set.rb +0 -0
- /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
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{activestorage-8.0.3 → activestorage-8.1.0}/lib/active_storage/previewer.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activestorage-8.0.3 → activestorage-8.1.0}/lib/active_storage/reflection.rb +0 -0
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{activestorage-8.0.3 → activestorage-8.1.0}/lib/active_storage/transformers/transformer.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activestorage-8.0.3 → activestorage-8.1.0}/lib/active_storage/version.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activestorage-8.0.3 → activestorage-8.1.0}/lib/tasks/activestorage.rake +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/MIT-LICENSE +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/README.rdoc +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/actionable_error.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/all.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/array_inquirer.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/benchmark.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/benchmarkable.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/broadcast_logger.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/builder.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/cache/coder.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/cache/entry.rb +0 -0
- /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
- /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
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/class_attribute.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/code_generator.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/concern.rb +0 -0
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/configuration_file.rb +0 -0
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/deep_mergeable.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/delegation.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/dependencies/autoload.rb +0 -0
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/deprecation/behaviors.rb +0 -0
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/deprecation/deprecators.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/deprecation/disallowed.rb +0 -0
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/deprecator.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/descendants_tracker.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/digest.rb +0 -0
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/duration.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/encrypted_configuration.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/encrypted_file.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/environment_inquirer.rb +0 -0
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/execution_wrapper.rb +0 -0
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/executor.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/fork_tracker.rb +0 -0
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/i18n.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/inflections.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/inflector/methods.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/inflector.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/json.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/key_generator.rb +0 -0
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/locale/en.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/locale/en.yml +0 -0
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/logger.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/logger_silence.rb +0 -0
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/message_encryptor.rb +0 -0
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/message_pack.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/message_verifier.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/messages/codec.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/messages/metadata.rb +0 -0
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/multibyte/unicode.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/notifications.rb +0 -0
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/number_helper.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/option_merger.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/ordered_hash.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/ordered_options.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/parameter_filter.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/rails.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/reloader.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/rescuable.rb +0 -0
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/security_utils.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/string_inquirer.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/tagged_logging.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/testing/autorun.rb +0 -0
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/testing/declarative.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/testing/deprecation.rb +0 -0
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/testing/isolation.rb +0 -0
- /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
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/testing/stream.rb +0 -0
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/time.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.3 → activesupport-8.1.0}/lib/active_support/version.rb +0 -0
- /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
- /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
- /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
- /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
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{fast_gettext-4.1.0 → fast_gettext-4.1.1}/CHANGELOG +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{fast_gettext-4.1.0 → fast_gettext-4.1.1}/LICENSE +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{fast_gettext-4.1.0 → fast_gettext-4.1.1}/Readme.md +0 -0
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{fast_gettext-4.1.0 → fast_gettext-4.1.1}/lib/fast_gettext.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{benchmark-0.4.1 → json-2.15.2}/BSDL +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{json-2.15.1 → json-2.15.2}/COPYING +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{json-2.15.1 → json-2.15.2}/LEGAL +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{json-2.15.1 → json-2.15.2}/README.md +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{json-2.15.1 → json-2.15.2}/ext/json/ext/fbuffer/fbuffer.h +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{json-2.15.1 → json-2.15.2}/ext/json/ext/generator/Makefile +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{json-2.15.1 → json-2.15.2}/ext/json/ext/generator/extconf.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{json-2.15.1 → json-2.15.2}/ext/json/ext/parser/Makefile +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{json-2.15.1 → json-2.15.2}/ext/json/ext/parser/extconf.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{json-2.15.1 → json-2.15.2}/ext/json/ext/parser/parser.c +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{json-2.15.1 → json-2.15.2}/ext/json/ext/simd/conf.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{json-2.15.1 → json-2.15.2}/ext/json/ext/simd/simd.h +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{json-2.15.1 → json-2.15.2}/ext/json/ext/vendor/fpconv.c +0 -0
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{json-2.15.1 → json-2.15.2}/json.gemspec +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{json-2.15.1 → json-2.15.2}/lib/json/add/bigdecimal.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{json-2.15.1 → json-2.15.2}/lib/json/add/complex.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{json-2.15.1 → json-2.15.2}/lib/json/add/core.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{json-2.15.1 → json-2.15.2}/lib/json/add/date.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{json-2.15.1 → json-2.15.2}/lib/json/add/date_time.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{json-2.15.1 → json-2.15.2}/lib/json/add/exception.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{json-2.15.1 → json-2.15.2}/lib/json/add/ostruct.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{json-2.15.1 → json-2.15.2}/lib/json/add/range.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{json-2.15.1 → json-2.15.2}/lib/json/add/rational.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{json-2.15.1 → json-2.15.2}/lib/json/add/regexp.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{json-2.15.1 → json-2.15.2}/lib/json/add/set.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{json-2.15.1 → json-2.15.2}/lib/json/add/string.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{json-2.15.1 → json-2.15.2}/lib/json/add/struct.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{json-2.15.1 → json-2.15.2}/lib/json/add/symbol.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{json-2.15.1 → json-2.15.2}/lib/json/add/time.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{json-2.15.1 → json-2.15.2}/lib/json/common.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{json-2.15.1 → json-2.15.2}/lib/json/ext/generator/state.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{json-2.15.1 → json-2.15.2}/lib/json/ext.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{json-2.15.1 → json-2.15.2}/lib/json/generic_object.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{json-2.15.1 → json-2.15.2}/lib/json.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{mail-2.8.1 → mail-2.9.0}/MIT-LICENSE +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{mail-2.8.1 → mail-2.9.0}/lib/mail/configuration.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{mail-2.8.1 → mail-2.9.0}/lib/mail/constants.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{mail-2.8.1 → mail-2.9.0}/lib/mail/elements/address.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{mail-2.8.1 → mail-2.9.0}/lib/mail/elements/address_list.rb +0 -0
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{mail-2.8.1 → mail-2.9.0}/lib/mail/elements/phrase_list.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{mail-2.8.1 → mail-2.9.0}/lib/mail/elements/received_element.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{mail-2.8.1 → mail-2.9.0}/lib/mail/elements.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{mail-2.8.1 → mail-2.9.0}/lib/mail/encodings/7bit.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{mail-2.8.1 → mail-2.9.0}/lib/mail/encodings/8bit.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{mail-2.8.1 → mail-2.9.0}/lib/mail/encodings/base64.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{mail-2.8.1 → mail-2.9.0}/lib/mail/encodings/binary.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{mail-2.8.1 → mail-2.9.0}/lib/mail/encodings/identity.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{mail-2.8.1 → mail-2.9.0}/lib/mail/encodings/transfer_encoding.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{mail-2.8.1 → mail-2.9.0}/lib/mail/envelope.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{mail-2.8.1 → mail-2.9.0}/lib/mail/fields/common_field.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{mail-2.8.1 → mail-2.9.0}/lib/mail/fields/parameter_hash.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{mail-2.8.1 → mail-2.9.0}/lib/mail/indifferent_hash.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{mail-2.8.1 → mail-2.9.0}/lib/mail/matchers/attachment_matchers.rb +0 -0
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{mail-2.8.1 → mail-2.9.0}/lib/mail/multibyte/utils.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{mail-2.8.1 → mail-2.9.0}/lib/mail/multibyte.rb +0 -0
- /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
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{mail-2.8.1 → mail-2.9.0}/lib/mail/network.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{mail-2.8.1 → mail-2.9.0}/lib/mail/parser_tools.rb +0 -0
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{mail-2.8.1 → mail-2.9.0}/lib/mail/parsers/rfc2045_mime.rl +0 -0
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{mail-2.8.1 → mail-2.9.0}/lib/mail/parsers/rfc3629_utf8.rl +0 -0
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{mail-2.8.1 → mail-2.9.0}/lib/mail/parsers/rfc5322.rl +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{mail-2.8.1 → mail-2.9.0}/lib/mail/parsers/rfc5322_address.rl +0 -0
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{mail-2.8.1 → mail-2.9.0}/lib/mail/parsers.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{mail-2.8.1 → mail-2.9.0}/lib/mail/parts_list.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{mail-2.8.1 → mail-2.9.0}/lib/mail/values/unicode_tables.dat +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{mail-2.8.1 → mail-2.9.0}/lib/mail/yaml.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.9.0 → parser-3.3.10.0}/LICENSE.txt +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.9.0 → parser-3.3.10.0}/bin/ruby-parse +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.9.0 → parser-3.3.10.0}/bin/ruby-rewrite +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.9.0 → parser-3.3.10.0}/lib/gauntlet_parser.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.9.0 → parser-3.3.10.0}/lib/parser/all.rb +0 -0
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.9.0 → parser-3.3.10.0}/lib/parser/base.rb +0 -0
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.9.0 → parser-3.3.10.0}/lib/parser/color.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.9.0 → parser-3.3.10.0}/lib/parser/context.rb +0 -0
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.9.0 → parser-3.3.10.0}/lib/parser/deprecation.rb +0 -0
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.9.0 → parser-3.3.10.0}/lib/parser/diagnostic.rb +0 -0
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.9.0 → parser-3.3.10.0}/lib/parser/macruby.rb +0 -0
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.9.0 → parser-3.3.10.0}/lib/parser/messages.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.9.0 → parser-3.3.10.0}/lib/parser/meta.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.9.0 → parser-3.3.10.0}/lib/parser/rewriter.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.9.0 → parser-3.3.10.0}/lib/parser/ruby18.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.9.0 → parser-3.3.10.0}/lib/parser/ruby19.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.9.0 → parser-3.3.10.0}/lib/parser/ruby20.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.9.0 → parser-3.3.10.0}/lib/parser/ruby21.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.9.0 → parser-3.3.10.0}/lib/parser/ruby22.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.9.0 → parser-3.3.10.0}/lib/parser/ruby23.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.9.0 → parser-3.3.10.0}/lib/parser/ruby24.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.9.0 → parser-3.3.10.0}/lib/parser/ruby25.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.9.0 → parser-3.3.10.0}/lib/parser/ruby26.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.9.0 → parser-3.3.10.0}/lib/parser/ruby27.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.9.0 → parser-3.3.10.0}/lib/parser/ruby30.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.9.0 → parser-3.3.10.0}/lib/parser/ruby31.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.9.0 → parser-3.3.10.0}/lib/parser/ruby32.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.9.0 → parser-3.3.10.0}/lib/parser/ruby33.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.9.0 → parser-3.3.10.0}/lib/parser/ruby34.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.9.0 → parser-3.3.10.0}/lib/parser/rubymotion.rb +0 -0
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.9.0 → parser-3.3.10.0}/lib/parser/runner.rb +0 -0
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.9.0 → parser-3.3.10.0}/lib/parser.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.9.0 → parser-3.3.10.0}/parser.gemspec +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{po_to_json-2.1.1 → po_to_json-2.1.2}/LICENSE +0 -0
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/BSDmakefile +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/CODE_OF_CONDUCT.md +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/CONTRIBUTING.md +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/LICENSE.md +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/Makefile +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/README.md +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/config.yml +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/docs/build_system.md +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/docs/configuration.md +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/docs/cruby_compilation.md +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/docs/encoding.md +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/docs/fuzzing.md +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/docs/heredocs.md +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/docs/javascript.md +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/docs/local_variable_depth.md +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/docs/mapping.md +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/docs/parser_translation.md +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/docs/parsing_rules.md +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/docs/relocation.md +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/docs/ripper_translation.md +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/docs/ruby_api.md +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/docs/ruby_parser_translation.md +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/docs/serialization.md +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/docs/testing.md +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/ext/prism/api_node.c +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/ext/prism/api_pack.c +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/ext/prism/extconf.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/include/prism/ast.h +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/include/prism/defines.h +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/include/prism/diagnostic.h +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/include/prism/encoding.h +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/include/prism/node.h +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/include/prism/options.h +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/include/prism/pack.h +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/include/prism/parser.h +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/include/prism/prettyprint.h +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/include/prism/regexp.h +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/include/prism/static_literals.h +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/include/prism/util/pm_buffer.h +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/include/prism/util/pm_char.h +0 -0
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/include/prism/util/pm_integer.h +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/include/prism/util/pm_list.h +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/include/prism/util/pm_memchr.h +0 -0
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/include/prism/util/pm_string.h +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/include/prism/util/pm_strncasecmp.h +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/include/prism/util/pm_strpbrk.h +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/include/prism.h +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/lib/prism/compiler.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/lib/prism/desugar_compiler.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/lib/prism/dispatcher.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/lib/prism/dot_visitor.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/lib/prism/dsl.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/lib/prism/inspect_visitor.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/lib/prism/lex_compat.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/lib/prism/mutation_compiler.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/lib/prism/node.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/lib/prism/node_ext.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/lib/prism/pack.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/lib/prism/parse_result/comments.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/lib/prism/parse_result/errors.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/lib/prism/parse_result/newlines.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/lib/prism/parse_result.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/lib/prism/pattern.rb +0 -0
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/lib/prism/polyfill/byteindex.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/lib/prism/polyfill/scan_byte.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/lib/prism/polyfill/unpack1.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/lib/prism/polyfill/warn.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/lib/prism/reflection.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/lib/prism/relocation.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/lib/prism/string_query.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/lib/prism/translation/parser/builder.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/lib/prism/translation/parser/compiler.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/lib/prism/translation/parser/lexer.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/lib/prism/translation/parser.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/lib/prism/translation/parser33.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/lib/prism/translation/parser34.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/lib/prism/translation/parser35.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/lib/prism/translation/parser_current.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/lib/prism/translation/ripper/sexp.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/lib/prism/translation/ripper/shim.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/lib/prism/translation/ripper.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/lib/prism/translation/ruby_parser.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/lib/prism/translation.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/lib/prism/visitor.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/rbi/prism/compiler.rbi +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/rbi/prism/dsl.rbi +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/rbi/prism/inspect_visitor.rbi +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/rbi/prism/node.rbi +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/rbi/prism/node_ext.rbi +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/rbi/prism/parse_result.rbi +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/rbi/prism/reflection.rbi +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/rbi/prism/string_query.rbi +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/rbi/prism/translation/parser.rbi +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/rbi/prism/translation/parser33.rbi +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/rbi/prism/translation/parser34.rbi +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/rbi/prism/translation/parser35.rbi +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/rbi/prism/translation/ripper.rbi +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/rbi/prism/visitor.rbi +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/rbi/prism.rbi +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/sig/prism/compiler.rbs +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/sig/prism/dispatcher.rbs +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/sig/prism/dot_visitor.rbs +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/sig/prism/dsl.rbs +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/sig/prism/inspect_visitor.rbs +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/sig/prism/lex_compat.rbs +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/sig/prism/mutation_compiler.rbs +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/sig/prism/node.rbs +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/sig/prism/node_ext.rbs +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/sig/prism/pack.rbs +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/sig/prism/parse_result/comments.rbs +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/sig/prism/parse_result.rbs +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/sig/prism/pattern.rbs +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/sig/prism/reflection.rbs +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/sig/prism/relocation.rbs +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/sig/prism/serialize.rbs +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/sig/prism/string_query.rbs +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/sig/prism/visitor.rbs +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/src/diagnostic.c +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/src/encoding.c +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/src/node.c +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/src/options.c +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/src/pack.c +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/src/prettyprint.c +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/src/regexp.c +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/src/serialize.c +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/src/static_literals.c +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/src/token_type.c +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/src/util/pm_buffer.c +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/src/util/pm_char.c +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/src/util/pm_constant_pool.c +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/src/util/pm_integer.c +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/src/util/pm_list.c +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/src/util/pm_memchr.c +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/src/util/pm_newline_list.c +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/src/util/pm_string.c +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/src/util/pm_strncasecmp.c +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{prism-1.5.2 → prism-1.6.0}/src/util/pm_strpbrk.c +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{rails-8.0.3 → rails-8.1.0}/MIT-LICENSE +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{rails-8.0.3 → rails-8.1.0}/README.md +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/MIT-LICENSE +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/RDOC_MAIN.md +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/README.rdoc +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/exe/rails +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/all.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/api/generator.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/api/task.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/app_loader.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/application/dummy_config.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/application_controller.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/autoloaders/inflector.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/autoloaders.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/backtrace_cleaner.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/cli.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/code_statistics_calculator.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/command/actions.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/command/behavior.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/command/helpers/editor.rb +0 -0
- /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
- /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
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/commands/credentials/USAGE +0 -0
- /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
- /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
- /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
- /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
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/commands/encrypted/USAGE +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/commands/gem_help/USAGE +0 -0
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/commands/help/USAGE +0 -0
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/commands/runner/USAGE +0 -0
- /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
- /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
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/commands/test/USAGE +0 -0
- /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
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/commands.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/configuration.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/deprecator.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/dev_caching.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/engine/commands.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/engine/configuration.rb +0 -0
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/engine/railties.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/engine/updater.rb +0 -0
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/active_model.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/app_name.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/base.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/bundle_helper.rb +0 -0
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/erb.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/model_helpers.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/named_base.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/rails/app/USAGE +0 -0
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/rails/authentication/USAGE +0 -0
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/rails/controller/USAGE +0 -0
- /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
- /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
- /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
- /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
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/rails/generator/USAGE +0 -0
- /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
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/rails/helper/USAGE +0 -0
- /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
- /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
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/rails/migration/USAGE +0 -0
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/rails/plugin/USAGE +0 -0
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/rails/resource/USAGE +0 -0
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/rails/scaffold/USAGE +0 -0
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/rails/task/USAGE +0 -0
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/resource_helpers.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/test_case.rb +0 -0
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/test_unit.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/generators/testing/assertions.rb +0 -0
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/mailers_controller.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/paths.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/plugin/test.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/pwa_controller.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/rack/logger.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/rack.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/rackup/server.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/railtie/configuration.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/source_annotation_extractor.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/tasks/engine.rake +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/tasks/framework.rake +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/tasks/log.rake +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/tasks/misc.rake +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/tasks/tmp.rake +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/tasks/yarn.rake +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/tasks/zeitwerk.rake +0 -0
- /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
- /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
- /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
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/test_help.rb +0 -0
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/test_unit/railtie.rb +0 -0
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/test_unit/testing.rake +0 -0
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/version.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/welcome_controller.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{railties-8.0.3 → railties-8.1.0}/lib/rails/zeitwerk_checker.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{rspec-3.13.1 → rspec-3.13.2}/LICENSE.md +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{rspec-3.13.1 → rspec-3.13.2}/README.md +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{rspec-3.13.1 → rspec-3.13.2}/lib/rspec.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/LICENSE.md +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/README.md +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/exe/rspec +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/autorun.rb +0 -0
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{rspec-mocks-3.13.5 → rspec-mocks-3.13.6}/LICENSE.md +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{rspec-mocks-3.13.5 → rspec-mocks-3.13.6}/README.md +0 -0
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{rspec-mocks-3.13.5 → rspec-mocks-3.13.6}/lib/rspec/mocks.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/LICENSE.txt +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/README.md +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/assets/logo.png +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/assets/output.css.erb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/assets/output.html.erb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/config/internal_affairs.yml +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/config/obsoletion.yml +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/exe/rubocop +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/arguments_env.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/arguments_file.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/ast_aliases.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cache_config.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cached_data.rb +0 -0
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cli/command/base.rb +0 -0
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cli/command/lsp.rb +0 -0
- /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
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cli/command/version.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cli/command.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cli/environment.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cli.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/comment_config.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/config.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/config_finder.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/config_loader.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/config_loader_resolver.rb +0 -0
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/config_obsoletion/rule.rb +0 -0
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/config_obsoletion.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/config_regeneration.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/config_store.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/config_validator.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/autocorrect_logic.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/badge.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/base.rb +0 -0
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/commissioner.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/cop.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/corrector.rb +0 -0
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/documentation.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/exclude_limit.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/force.rb +0 -0
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/generator.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/ignored_node.rb +0 -0
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/internal_affairs.rb +0 -0
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/legacy/corrector.rb +0 -0
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/debugger.rb +0 -0
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/loop.rb +0 -0
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/syntax.rb +0 -0
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/lint/void.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/message_annotator.rb +0 -0
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/mixin/alignment.rb +0 -0
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/mixin/duplication.rb +0 -0
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/mixin/heredoc.rb +0 -0
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/mixin/interpolation.rb +0 -0
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/mixin/parentheses.rb +0 -0
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/offense.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/registry.rb +0 -0
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/security/eval.rb +0 -0
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/security/open.rb +0 -0
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/severity.rb +0 -0
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/alias.rb +0 -0
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/attr.rb +0 -0
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/copyright.rb +0 -0
- /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
- /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
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/dir.rb +0 -0
- /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
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/documentation.rb +0 -0
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/encoding.rb +0 -0
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/for.rb +0 -0
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/lambda.rb +0 -0
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/next.rb +0 -0
- /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
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/not.rb +0 -0
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/proc.rb +0 -0
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/sample.rb +0 -0
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/send.rb +0 -0
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/style/strip.rb +0 -0
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/team.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/util.rb +0 -0
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/cop/variable_force.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/core_ext/string.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/directive_comment.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/error.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/ext/comment.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/ext/processed_source.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/ext/range.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/ext/regexp_node.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/ext/regexp_parser.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/feature_loader.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/file_finder.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/file_patterns.rb +0 -0
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/formatter/base_formatter.rb +0 -0
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/formatter/colorizable.rb +0 -0
- /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
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/formatter/formatter_set.rb +0 -0
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/formatter/html_formatter.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/formatter/json_formatter.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/formatter/junit_formatter.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/formatter/markdown_formatter.rb +0 -0
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/formatter/pacman_formatter.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/formatter/progress_formatter.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/formatter/quiet_formatter.rb +0 -0
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/formatter/tap_formatter.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/formatter/text_util.rb +0 -0
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/formatter.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/lockfile.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/lsp/diagnostic.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/lsp/logger.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/lsp/routes.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/lsp/runtime.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/lsp/server.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/lsp/severity.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/lsp/stdin_runner.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/lsp.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/magic_comment.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/name_similarity.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/options.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/path_util.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/pending_cops_reporter.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/platform.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/plugin/configuration_integrator.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/plugin/load_error.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/plugin/loader.rb +0 -0
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/plugin.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/rake_task.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/remote_config.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/result_cache.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/rspec/cop_helper.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/rspec/expect_offense.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/rspec/parallel_formatter.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/rspec/shared_contexts.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/rspec/support.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/runner.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/server/cache.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/server/cli.rb +0 -0
- /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
- /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
- /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
- /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
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/server/client_command.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/server/core.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/server/errors.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/server/helper.rb +0 -0
- /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
- /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
- /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
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/server/server_command.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/server/socket_reader.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/server.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/string_interpreter.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/target_finder.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/target_ruby.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/util.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/warning.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop/yaml_duplication_checker.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/rubocop.rb +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{rubocop-1.81.1 → rubocop-1.81.6}/lib/ruby_lsp/rubocop/addon.rb +0 -0
- /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
|
@@ -1,2394 +0,0 @@
|
|
|
1
|
-
# frozen_string_literal: true
|
|
2
|
-
|
|
3
|
-
# :markup: markdown
|
|
4
|
-
|
|
5
|
-
require "active_support/core_ext/hash/slice"
|
|
6
|
-
require "active_support/core_ext/enumerable"
|
|
7
|
-
require "active_support/core_ext/array/extract_options"
|
|
8
|
-
require "active_support/core_ext/regexp"
|
|
9
|
-
require "action_dispatch/routing/redirection"
|
|
10
|
-
require "action_dispatch/routing/endpoint"
|
|
11
|
-
|
|
12
|
-
module ActionDispatch
|
|
13
|
-
module Routing
|
|
14
|
-
class Mapper
|
|
15
|
-
class BacktraceCleaner < ActiveSupport::BacktraceCleaner # :nodoc:
|
|
16
|
-
def initialize
|
|
17
|
-
super
|
|
18
|
-
remove_silencers!
|
|
19
|
-
add_core_silencer
|
|
20
|
-
add_stdlib_silencer
|
|
21
|
-
end
|
|
22
|
-
end
|
|
23
|
-
|
|
24
|
-
URL_OPTIONS = [:protocol, :subdomain, :domain, :host, :port]
|
|
25
|
-
|
|
26
|
-
cattr_accessor :route_source_locations, instance_accessor: false, default: false
|
|
27
|
-
cattr_accessor :backtrace_cleaner, instance_accessor: false, default: BacktraceCleaner.new
|
|
28
|
-
|
|
29
|
-
class Constraints < Routing::Endpoint # :nodoc:
|
|
30
|
-
attr_reader :app, :constraints
|
|
31
|
-
|
|
32
|
-
SERVE = ->(app, req) { app.serve req }
|
|
33
|
-
CALL = ->(app, req) { app.call req.env }
|
|
34
|
-
|
|
35
|
-
def initialize(app, constraints, strategy)
|
|
36
|
-
# Unwrap Constraints objects. I don't actually think it's possible to pass a
|
|
37
|
-
# Constraints object to this constructor, but there were multiple places that
|
|
38
|
-
# kept testing children of this object. I **think** they were just being
|
|
39
|
-
# defensive, but I have no idea.
|
|
40
|
-
if app.is_a?(self.class)
|
|
41
|
-
constraints += app.constraints
|
|
42
|
-
app = app.app
|
|
43
|
-
end
|
|
44
|
-
|
|
45
|
-
@strategy = strategy
|
|
46
|
-
|
|
47
|
-
@app, @constraints, = app, constraints
|
|
48
|
-
end
|
|
49
|
-
|
|
50
|
-
def dispatcher?; @strategy == SERVE; end
|
|
51
|
-
|
|
52
|
-
def matches?(req)
|
|
53
|
-
@constraints.all? do |constraint|
|
|
54
|
-
(constraint.respond_to?(:matches?) && constraint.matches?(req)) ||
|
|
55
|
-
(constraint.respond_to?(:call) && constraint.call(*constraint_args(constraint, req)))
|
|
56
|
-
end
|
|
57
|
-
end
|
|
58
|
-
|
|
59
|
-
def serve(req)
|
|
60
|
-
return [ 404, { Constants::X_CASCADE => "pass" }, [] ] unless matches?(req)
|
|
61
|
-
|
|
62
|
-
@strategy.call @app, req
|
|
63
|
-
end
|
|
64
|
-
|
|
65
|
-
private
|
|
66
|
-
def constraint_args(constraint, request)
|
|
67
|
-
arity = if constraint.respond_to?(:arity)
|
|
68
|
-
constraint.arity
|
|
69
|
-
else
|
|
70
|
-
constraint.method(:call).arity
|
|
71
|
-
end
|
|
72
|
-
|
|
73
|
-
if arity < 1
|
|
74
|
-
[]
|
|
75
|
-
elsif arity == 1
|
|
76
|
-
[request]
|
|
77
|
-
else
|
|
78
|
-
[request.path_parameters, request]
|
|
79
|
-
end
|
|
80
|
-
end
|
|
81
|
-
end
|
|
82
|
-
|
|
83
|
-
class Mapping # :nodoc:
|
|
84
|
-
ANCHOR_CHARACTERS_REGEX = %r{\A(\\A|\^)|(\\Z|\\z|\$)\Z}
|
|
85
|
-
OPTIONAL_FORMAT_REGEX = %r{(?:\(\.:format\)+|\.:format|/)\Z}
|
|
86
|
-
|
|
87
|
-
attr_reader :path, :requirements, :defaults, :to, :default_controller,
|
|
88
|
-
:default_action, :required_defaults, :ast, :scope_options
|
|
89
|
-
|
|
90
|
-
def self.build(scope, set, ast, controller, default_action, to, via, formatted, options_constraints, anchor, options)
|
|
91
|
-
scope_params = {
|
|
92
|
-
blocks: scope[:blocks] || [],
|
|
93
|
-
constraints: scope[:constraints] || {},
|
|
94
|
-
defaults: (scope[:defaults] || {}).dup,
|
|
95
|
-
module: scope[:module],
|
|
96
|
-
options: scope[:options] || {}
|
|
97
|
-
}
|
|
98
|
-
|
|
99
|
-
new set: set, ast: ast, controller: controller, default_action: default_action,
|
|
100
|
-
to: to, formatted: formatted, via: via, options_constraints: options_constraints,
|
|
101
|
-
anchor: anchor, scope_params: scope_params, options: scope_params[:options].merge(options)
|
|
102
|
-
end
|
|
103
|
-
|
|
104
|
-
def self.check_via(via)
|
|
105
|
-
if via.empty?
|
|
106
|
-
msg = "You should not use the `match` method in your router without specifying an HTTP method.\n" \
|
|
107
|
-
"If you want to expose your action to both GET and POST, add `via: [:get, :post]` option.\n" \
|
|
108
|
-
"If you want to expose your action to GET, use `get` in the router:\n" \
|
|
109
|
-
" Instead of: match \"controller#action\"\n" \
|
|
110
|
-
" Do: get \"controller#action\""
|
|
111
|
-
raise ArgumentError, msg
|
|
112
|
-
end
|
|
113
|
-
via
|
|
114
|
-
end
|
|
115
|
-
|
|
116
|
-
def self.normalize_path(path, format)
|
|
117
|
-
path = Mapper.normalize_path(path)
|
|
118
|
-
|
|
119
|
-
if format == true
|
|
120
|
-
"#{path}.:format"
|
|
121
|
-
elsif optional_format?(path, format)
|
|
122
|
-
"#{path}(.:format)"
|
|
123
|
-
else
|
|
124
|
-
path
|
|
125
|
-
end
|
|
126
|
-
end
|
|
127
|
-
|
|
128
|
-
def self.optional_format?(path, format)
|
|
129
|
-
format != false && !path.match?(OPTIONAL_FORMAT_REGEX)
|
|
130
|
-
end
|
|
131
|
-
|
|
132
|
-
def initialize(set:, ast:, controller:, default_action:, to:, formatted:, via:, options_constraints:, anchor:, scope_params:, options:)
|
|
133
|
-
@defaults = scope_params[:defaults]
|
|
134
|
-
@set = set
|
|
135
|
-
@to = intern(to)
|
|
136
|
-
@default_controller = intern(controller)
|
|
137
|
-
@default_action = intern(default_action)
|
|
138
|
-
@anchor = anchor
|
|
139
|
-
@via = via
|
|
140
|
-
@internal = options.delete(:internal)
|
|
141
|
-
@scope_options = scope_params[:options]
|
|
142
|
-
ast = Journey::Ast.new(ast, formatted)
|
|
143
|
-
|
|
144
|
-
options = ast.wildcard_options.merge!(options)
|
|
145
|
-
|
|
146
|
-
options = normalize_options!(options, ast.path_params, scope_params[:module])
|
|
147
|
-
|
|
148
|
-
split_options = constraints(options, ast.path_params)
|
|
149
|
-
|
|
150
|
-
constraints = scope_params[:constraints].merge Hash[split_options[:constraints] || []]
|
|
151
|
-
|
|
152
|
-
if options_constraints.is_a?(Hash)
|
|
153
|
-
@defaults = Hash[options_constraints.find_all { |key, default|
|
|
154
|
-
URL_OPTIONS.include?(key) && (String === default || Integer === default)
|
|
155
|
-
}].merge @defaults
|
|
156
|
-
@blocks = scope_params[:blocks]
|
|
157
|
-
constraints.merge! options_constraints
|
|
158
|
-
else
|
|
159
|
-
@blocks = blocks(options_constraints)
|
|
160
|
-
end
|
|
161
|
-
|
|
162
|
-
requirements, conditions = split_constraints ast.path_params, constraints
|
|
163
|
-
verify_regexp_requirements requirements, ast.wildcard_options
|
|
164
|
-
|
|
165
|
-
formats = normalize_format(formatted)
|
|
166
|
-
|
|
167
|
-
@requirements = formats[:requirements].merge Hash[requirements]
|
|
168
|
-
@conditions = Hash[conditions]
|
|
169
|
-
@defaults = formats[:defaults].merge(@defaults).merge(normalize_defaults(options))
|
|
170
|
-
|
|
171
|
-
if ast.path_params.include?(:action) && !@requirements.key?(:action)
|
|
172
|
-
@defaults[:action] ||= "index"
|
|
173
|
-
end
|
|
174
|
-
|
|
175
|
-
@required_defaults = (split_options[:required_defaults] || []).map(&:first)
|
|
176
|
-
|
|
177
|
-
ast.requirements = @requirements
|
|
178
|
-
@path = Journey::Path::Pattern.new(ast, @requirements, JOINED_SEPARATORS, @anchor)
|
|
179
|
-
end
|
|
180
|
-
|
|
181
|
-
JOINED_SEPARATORS = SEPARATORS.join # :nodoc:
|
|
182
|
-
|
|
183
|
-
def make_route(name, precedence)
|
|
184
|
-
Journey::Route.new(name: name, app: application, path: path, constraints: conditions,
|
|
185
|
-
required_defaults: required_defaults, defaults: defaults,
|
|
186
|
-
request_method_match: request_method, precedence: precedence,
|
|
187
|
-
scope_options: scope_options, internal: @internal, source_location: route_source_location)
|
|
188
|
-
end
|
|
189
|
-
|
|
190
|
-
def application
|
|
191
|
-
app(@blocks)
|
|
192
|
-
end
|
|
193
|
-
|
|
194
|
-
def conditions
|
|
195
|
-
build_conditions @conditions, @set.request_class
|
|
196
|
-
end
|
|
197
|
-
|
|
198
|
-
def build_conditions(current_conditions, request_class)
|
|
199
|
-
conditions = current_conditions.dup
|
|
200
|
-
|
|
201
|
-
conditions.keep_if do |k, _|
|
|
202
|
-
request_class.public_method_defined?(k)
|
|
203
|
-
end
|
|
204
|
-
end
|
|
205
|
-
private :build_conditions
|
|
206
|
-
|
|
207
|
-
def request_method
|
|
208
|
-
@via.map { |x| Journey::Route.verb_matcher(x) }
|
|
209
|
-
end
|
|
210
|
-
private :request_method
|
|
211
|
-
|
|
212
|
-
private
|
|
213
|
-
def intern(object)
|
|
214
|
-
object.is_a?(String) ? -object : object
|
|
215
|
-
end
|
|
216
|
-
|
|
217
|
-
def normalize_options!(options, path_params, modyoule)
|
|
218
|
-
if path_params.include?(:controller)
|
|
219
|
-
raise ArgumentError, ":controller segment is not allowed within a namespace block" if modyoule
|
|
220
|
-
|
|
221
|
-
# Add a default constraint for :controller path segments that matches namespaced
|
|
222
|
-
# controllers with default routes like :controller/:action/:id(.:format), e.g:
|
|
223
|
-
# GET /admin/products/show/1
|
|
224
|
-
# # > { controller: 'admin/products', action: 'show', id: '1' }
|
|
225
|
-
options[:controller] ||= /.+?/
|
|
226
|
-
end
|
|
227
|
-
|
|
228
|
-
if to.respond_to?(:action) || to.respond_to?(:call)
|
|
229
|
-
options
|
|
230
|
-
else
|
|
231
|
-
if to.nil?
|
|
232
|
-
controller = default_controller
|
|
233
|
-
action = default_action
|
|
234
|
-
elsif to.is_a?(String)
|
|
235
|
-
if to.include?("#")
|
|
236
|
-
to_endpoint = to.split("#").map!(&:-@)
|
|
237
|
-
controller = to_endpoint[0]
|
|
238
|
-
action = to_endpoint[1]
|
|
239
|
-
else
|
|
240
|
-
controller = default_controller
|
|
241
|
-
action = to
|
|
242
|
-
end
|
|
243
|
-
else
|
|
244
|
-
raise ArgumentError, ":to must respond to `action` or `call`, or it must be a String that includes '#', or the controller should be implicit"
|
|
245
|
-
end
|
|
246
|
-
|
|
247
|
-
controller = add_controller_module(controller, modyoule)
|
|
248
|
-
|
|
249
|
-
options.merge! check_controller_and_action(path_params, controller, action)
|
|
250
|
-
end
|
|
251
|
-
end
|
|
252
|
-
|
|
253
|
-
def split_constraints(path_params, constraints)
|
|
254
|
-
constraints.partition do |key, requirement|
|
|
255
|
-
path_params.include?(key) || key == :controller
|
|
256
|
-
end
|
|
257
|
-
end
|
|
258
|
-
|
|
259
|
-
def normalize_format(formatted)
|
|
260
|
-
case formatted
|
|
261
|
-
when true
|
|
262
|
-
{ requirements: { format: /.+/ },
|
|
263
|
-
defaults: {} }
|
|
264
|
-
when Regexp
|
|
265
|
-
{ requirements: { format: formatted },
|
|
266
|
-
defaults: { format: nil } }
|
|
267
|
-
when String
|
|
268
|
-
{ requirements: { format: Regexp.compile(formatted) },
|
|
269
|
-
defaults: { format: formatted } }
|
|
270
|
-
else
|
|
271
|
-
{ requirements: {}, defaults: {} }
|
|
272
|
-
end
|
|
273
|
-
end
|
|
274
|
-
|
|
275
|
-
def verify_regexp_requirements(requirements, wildcard_options)
|
|
276
|
-
requirements.each do |requirement, regex|
|
|
277
|
-
next unless regex.is_a? Regexp
|
|
278
|
-
|
|
279
|
-
if ANCHOR_CHARACTERS_REGEX.match?(regex.source)
|
|
280
|
-
raise ArgumentError, "Regexp anchor characters are not allowed in routing requirements: #{requirement.inspect}"
|
|
281
|
-
end
|
|
282
|
-
|
|
283
|
-
if regex.multiline?
|
|
284
|
-
next if wildcard_options.key?(requirement)
|
|
285
|
-
|
|
286
|
-
raise ArgumentError, "Regexp multiline option is not allowed in routing requirements: #{regex.inspect}"
|
|
287
|
-
end
|
|
288
|
-
end
|
|
289
|
-
end
|
|
290
|
-
|
|
291
|
-
def normalize_defaults(options)
|
|
292
|
-
Hash[options.reject { |_, default| Regexp === default }]
|
|
293
|
-
end
|
|
294
|
-
|
|
295
|
-
def app(blocks)
|
|
296
|
-
if to.respond_to?(:action)
|
|
297
|
-
Routing::RouteSet::StaticDispatcher.new to
|
|
298
|
-
elsif to.respond_to?(:call)
|
|
299
|
-
Constraints.new(to, blocks, Constraints::CALL)
|
|
300
|
-
elsif blocks.any?
|
|
301
|
-
Constraints.new(dispatcher(defaults.key?(:controller)), blocks, Constraints::SERVE)
|
|
302
|
-
else
|
|
303
|
-
dispatcher(defaults.key?(:controller))
|
|
304
|
-
end
|
|
305
|
-
end
|
|
306
|
-
|
|
307
|
-
def check_controller_and_action(path_params, controller, action)
|
|
308
|
-
hash = check_part(:controller, controller, path_params, {}) do |part|
|
|
309
|
-
translate_controller(part) {
|
|
310
|
-
message = +"'#{part}' is not a supported controller name. This can lead to potential routing problems."
|
|
311
|
-
message << " See https://guides.rubyonrails.org/routing.html#specifying-a-controller-to-use"
|
|
312
|
-
|
|
313
|
-
raise ArgumentError, message
|
|
314
|
-
}
|
|
315
|
-
end
|
|
316
|
-
|
|
317
|
-
check_part(:action, action, path_params, hash) { |part|
|
|
318
|
-
part.is_a?(Regexp) ? part : part.to_s
|
|
319
|
-
}
|
|
320
|
-
end
|
|
321
|
-
|
|
322
|
-
def check_part(name, part, path_params, hash)
|
|
323
|
-
if part
|
|
324
|
-
hash[name] = yield(part)
|
|
325
|
-
else
|
|
326
|
-
unless path_params.include?(name)
|
|
327
|
-
message = "Missing :#{name} key on routes definition, please check your routes."
|
|
328
|
-
raise ArgumentError, message
|
|
329
|
-
end
|
|
330
|
-
end
|
|
331
|
-
hash
|
|
332
|
-
end
|
|
333
|
-
|
|
334
|
-
def add_controller_module(controller, modyoule)
|
|
335
|
-
if modyoule && !controller.is_a?(Regexp)
|
|
336
|
-
if controller&.start_with?("/")
|
|
337
|
-
-controller[1..-1]
|
|
338
|
-
else
|
|
339
|
-
-[modyoule, controller].compact.join("/")
|
|
340
|
-
end
|
|
341
|
-
else
|
|
342
|
-
controller
|
|
343
|
-
end
|
|
344
|
-
end
|
|
345
|
-
|
|
346
|
-
def translate_controller(controller)
|
|
347
|
-
return controller if Regexp === controller
|
|
348
|
-
return controller.to_s if /\A[a-z_0-9][a-z_0-9\/]*\z/.match?(controller)
|
|
349
|
-
|
|
350
|
-
yield
|
|
351
|
-
end
|
|
352
|
-
|
|
353
|
-
def blocks(callable_constraint)
|
|
354
|
-
unless callable_constraint.respond_to?(:call) || callable_constraint.respond_to?(:matches?)
|
|
355
|
-
raise ArgumentError, "Invalid constraint: #{callable_constraint.inspect} must respond to :call or :matches?"
|
|
356
|
-
end
|
|
357
|
-
[callable_constraint]
|
|
358
|
-
end
|
|
359
|
-
|
|
360
|
-
def constraints(options, path_params)
|
|
361
|
-
options.group_by do |key, option|
|
|
362
|
-
if Regexp === option
|
|
363
|
-
:constraints
|
|
364
|
-
else
|
|
365
|
-
if path_params.include?(key)
|
|
366
|
-
:path_params
|
|
367
|
-
else
|
|
368
|
-
:required_defaults
|
|
369
|
-
end
|
|
370
|
-
end
|
|
371
|
-
end
|
|
372
|
-
end
|
|
373
|
-
|
|
374
|
-
def dispatcher(raise_on_name_error)
|
|
375
|
-
Routing::RouteSet::Dispatcher.new raise_on_name_error
|
|
376
|
-
end
|
|
377
|
-
|
|
378
|
-
def route_source_location
|
|
379
|
-
if Mapper.route_source_locations
|
|
380
|
-
action_dispatch_dir = File.expand_path("..", __dir__)
|
|
381
|
-
Thread.each_caller_location do |location|
|
|
382
|
-
next if location.path.start_with?(action_dispatch_dir)
|
|
383
|
-
|
|
384
|
-
cleaned_path = Mapper.backtrace_cleaner.clean_frame(location.path)
|
|
385
|
-
next if cleaned_path.nil?
|
|
386
|
-
|
|
387
|
-
return "#{cleaned_path}:#{location.lineno}"
|
|
388
|
-
end
|
|
389
|
-
nil
|
|
390
|
-
end
|
|
391
|
-
end
|
|
392
|
-
end
|
|
393
|
-
|
|
394
|
-
# Invokes Journey::Router::Utils.normalize_path, then ensures that /(:locale)
|
|
395
|
-
# becomes (/:locale). Except for root cases, where the former is the correct
|
|
396
|
-
# one.
|
|
397
|
-
def self.normalize_path(path)
|
|
398
|
-
path = Journey::Router::Utils.normalize_path(path)
|
|
399
|
-
|
|
400
|
-
# the path for a root URL at this point can be something like
|
|
401
|
-
# "/(/:locale)(/:platform)/(:browser)", and we would want
|
|
402
|
-
# "/(:locale)(/:platform)(/:browser)" reverse "/(", "/((" etc to "(/", "((/" etc
|
|
403
|
-
path.gsub!(%r{/(\(+)/?}, '\1/')
|
|
404
|
-
# if a path is all optional segments, change the leading "(/" back to "/(" so it
|
|
405
|
-
# evaluates to "/" when interpreted with no options. Unless, however, at least
|
|
406
|
-
# one secondary segment consists of a static part, ex.
|
|
407
|
-
# "(/:locale)(/pages/:page)"
|
|
408
|
-
path.sub!(%r{^(\(+)/}, '/\1') if %r{^(\(+[^)]+\))(\(+/:[^)]+\))*$}.match?(path)
|
|
409
|
-
path
|
|
410
|
-
end
|
|
411
|
-
|
|
412
|
-
def self.normalize_name(name)
|
|
413
|
-
normalize_path(name)[1..-1].tr("/", "_")
|
|
414
|
-
end
|
|
415
|
-
|
|
416
|
-
module Base
|
|
417
|
-
# Matches a URL pattern to one or more routes.
|
|
418
|
-
#
|
|
419
|
-
# You should not use the `match` method in your router without specifying an
|
|
420
|
-
# HTTP method.
|
|
421
|
-
#
|
|
422
|
-
# If you want to expose your action to both GET and POST, use:
|
|
423
|
-
#
|
|
424
|
-
# # sets :controller, :action, and :id in params
|
|
425
|
-
# match ':controller/:action/:id', via: [:get, :post]
|
|
426
|
-
#
|
|
427
|
-
# Note that `:controller`, `:action`, and `:id` are interpreted as URL query
|
|
428
|
-
# parameters and thus available through `params` in an action.
|
|
429
|
-
#
|
|
430
|
-
# If you want to expose your action to GET, use `get` in the router:
|
|
431
|
-
#
|
|
432
|
-
# Instead of:
|
|
433
|
-
#
|
|
434
|
-
# match ":controller/:action/:id"
|
|
435
|
-
#
|
|
436
|
-
# Do:
|
|
437
|
-
#
|
|
438
|
-
# get ":controller/:action/:id"
|
|
439
|
-
#
|
|
440
|
-
# Two of these symbols are special, `:controller` maps to the controller and
|
|
441
|
-
# `:action` to the controller's action. A pattern can also map wildcard segments
|
|
442
|
-
# (globs) to params:
|
|
443
|
-
#
|
|
444
|
-
# get 'songs/*category/:title', to: 'songs#show'
|
|
445
|
-
#
|
|
446
|
-
# # 'songs/rock/classic/stairway-to-heaven' sets
|
|
447
|
-
# # params[:category] = 'rock/classic'
|
|
448
|
-
# # params[:title] = 'stairway-to-heaven'
|
|
449
|
-
#
|
|
450
|
-
# To match a wildcard parameter, it must have a name assigned to it. Without a
|
|
451
|
-
# variable name to attach the glob parameter to, the route can't be parsed.
|
|
452
|
-
#
|
|
453
|
-
# When a pattern points to an internal route, the route's `:action` and
|
|
454
|
-
# `:controller` should be set in options or hash shorthand. Examples:
|
|
455
|
-
#
|
|
456
|
-
# match 'photos/:id', to: 'photos#show', via: :get
|
|
457
|
-
# match 'photos/:id', controller: 'photos', action: 'show', via: :get
|
|
458
|
-
#
|
|
459
|
-
# A pattern can also point to a `Rack` endpoint i.e. anything that responds to
|
|
460
|
-
# `call`:
|
|
461
|
-
#
|
|
462
|
-
# match 'photos/:id', to: -> (hash) { [200, {}, ["Coming soon"]] }, via: :get
|
|
463
|
-
# match 'photos/:id', to: PhotoRackApp, via: :get
|
|
464
|
-
# # Yes, controller actions are just rack endpoints
|
|
465
|
-
# match 'photos/:id', to: PhotosController.action(:show), via: :get
|
|
466
|
-
#
|
|
467
|
-
# Because requesting various HTTP verbs with a single action has security
|
|
468
|
-
# implications, you must either specify the actions in the via options or use
|
|
469
|
-
# one of the [HttpHelpers](rdoc-ref:HttpHelpers) instead `match`
|
|
470
|
-
#
|
|
471
|
-
# ### Options
|
|
472
|
-
#
|
|
473
|
-
# Any options not seen here are passed on as params with the URL.
|
|
474
|
-
#
|
|
475
|
-
# :controller
|
|
476
|
-
# : The route's controller.
|
|
477
|
-
#
|
|
478
|
-
# :action
|
|
479
|
-
# : The route's action.
|
|
480
|
-
#
|
|
481
|
-
# :param
|
|
482
|
-
# : Overrides the default resource identifier `:id` (name of the dynamic
|
|
483
|
-
# segment used to generate the routes). You can access that segment from
|
|
484
|
-
# your controller using `params[<:param>]`. In your router:
|
|
485
|
-
#
|
|
486
|
-
# resources :users, param: :name
|
|
487
|
-
#
|
|
488
|
-
# The `users` resource here will have the following routes generated for it:
|
|
489
|
-
#
|
|
490
|
-
# GET /users(.:format)
|
|
491
|
-
# POST /users(.:format)
|
|
492
|
-
# GET /users/new(.:format)
|
|
493
|
-
# GET /users/:name/edit(.:format)
|
|
494
|
-
# GET /users/:name(.:format)
|
|
495
|
-
# PATCH/PUT /users/:name(.:format)
|
|
496
|
-
# DELETE /users/:name(.:format)
|
|
497
|
-
#
|
|
498
|
-
# You can override `ActiveRecord::Base#to_param` of a related model to
|
|
499
|
-
# construct a URL:
|
|
500
|
-
#
|
|
501
|
-
# class User < ActiveRecord::Base
|
|
502
|
-
# def to_param
|
|
503
|
-
# name
|
|
504
|
-
# end
|
|
505
|
-
# end
|
|
506
|
-
#
|
|
507
|
-
# user = User.find_by(name: 'Phusion')
|
|
508
|
-
# user_path(user) # => "/users/Phusion"
|
|
509
|
-
#
|
|
510
|
-
# :path
|
|
511
|
-
# : The path prefix for the routes.
|
|
512
|
-
#
|
|
513
|
-
# :module
|
|
514
|
-
# : The namespace for :controller.
|
|
515
|
-
#
|
|
516
|
-
# match 'path', to: 'c#a', module: 'sekret', controller: 'posts', via: :get
|
|
517
|
-
# # => Sekret::PostsController
|
|
518
|
-
#
|
|
519
|
-
# See `Scoping#namespace` for its scope equivalent.
|
|
520
|
-
#
|
|
521
|
-
# :as
|
|
522
|
-
# : The name used to generate routing helpers.
|
|
523
|
-
#
|
|
524
|
-
# :via
|
|
525
|
-
# : Allowed HTTP verb(s) for route.
|
|
526
|
-
#
|
|
527
|
-
# match 'path', to: 'c#a', via: :get
|
|
528
|
-
# match 'path', to: 'c#a', via: [:get, :post]
|
|
529
|
-
# match 'path', to: 'c#a', via: :all
|
|
530
|
-
#
|
|
531
|
-
# :to
|
|
532
|
-
# : Points to a `Rack` endpoint. Can be an object that responds to `call` or a
|
|
533
|
-
# string representing a controller's action.
|
|
534
|
-
#
|
|
535
|
-
# match 'path', to: 'controller#action', via: :get
|
|
536
|
-
# match 'path', to: -> (env) { [200, {}, ["Success!"]] }, via: :get
|
|
537
|
-
# match 'path', to: RackApp, via: :get
|
|
538
|
-
#
|
|
539
|
-
# :on
|
|
540
|
-
# : Shorthand for wrapping routes in a specific RESTful context. Valid values
|
|
541
|
-
# are `:member`, `:collection`, and `:new`. Only use within `resource(s)`
|
|
542
|
-
# block. For example:
|
|
543
|
-
#
|
|
544
|
-
# resource :bar do
|
|
545
|
-
# match 'foo', to: 'c#a', on: :member, via: [:get, :post]
|
|
546
|
-
# end
|
|
547
|
-
#
|
|
548
|
-
# Is equivalent to:
|
|
549
|
-
#
|
|
550
|
-
# resource :bar do
|
|
551
|
-
# member do
|
|
552
|
-
# match 'foo', to: 'c#a', via: [:get, :post]
|
|
553
|
-
# end
|
|
554
|
-
# end
|
|
555
|
-
#
|
|
556
|
-
# :constraints
|
|
557
|
-
# : Constrains parameters with a hash of regular expressions or an object that
|
|
558
|
-
# responds to `matches?`. In addition, constraints other than path can also
|
|
559
|
-
# be specified with any object that responds to `===` (e.g. String, Array,
|
|
560
|
-
# Range, etc.).
|
|
561
|
-
#
|
|
562
|
-
# match 'path/:id', constraints: { id: /[A-Z]\d{5}/ }, via: :get
|
|
563
|
-
#
|
|
564
|
-
# match 'json_only', constraints: { format: 'json' }, via: :get
|
|
565
|
-
#
|
|
566
|
-
# class PermitList
|
|
567
|
-
# def matches?(request) request.remote_ip == '1.2.3.4' end
|
|
568
|
-
# end
|
|
569
|
-
# match 'path', to: 'c#a', constraints: PermitList.new, via: :get
|
|
570
|
-
#
|
|
571
|
-
# See `Scoping#constraints` for more examples with its scope equivalent.
|
|
572
|
-
#
|
|
573
|
-
# :defaults
|
|
574
|
-
# : Sets defaults for parameters
|
|
575
|
-
#
|
|
576
|
-
# # Sets params[:format] to 'jpg' by default
|
|
577
|
-
# match 'path', to: 'c#a', defaults: { format: 'jpg' }, via: :get
|
|
578
|
-
#
|
|
579
|
-
# See `Scoping#defaults` for its scope equivalent.
|
|
580
|
-
#
|
|
581
|
-
# :anchor
|
|
582
|
-
# : Boolean to anchor a `match` pattern. Default is true. When set to false,
|
|
583
|
-
# the pattern matches any request prefixed with the given path.
|
|
584
|
-
#
|
|
585
|
-
# # Matches any request starting with 'path'
|
|
586
|
-
# match 'path', to: 'c#a', anchor: false, via: :get
|
|
587
|
-
#
|
|
588
|
-
# :format
|
|
589
|
-
# : Allows you to specify the default value for optional `format` segment or
|
|
590
|
-
# disable it by supplying `false`.
|
|
591
|
-
#
|
|
592
|
-
def match(path, options = nil)
|
|
593
|
-
end
|
|
594
|
-
|
|
595
|
-
# Mount a Rack-based application to be used within the application.
|
|
596
|
-
#
|
|
597
|
-
# mount SomeRackApp, at: "some_route"
|
|
598
|
-
#
|
|
599
|
-
# For options, see `match`, as `mount` uses it internally.
|
|
600
|
-
#
|
|
601
|
-
# All mounted applications come with routing helpers to access them. These are
|
|
602
|
-
# named after the class specified, so for the above example the helper is either
|
|
603
|
-
# `some_rack_app_path` or `some_rack_app_url`. To customize this helper's name,
|
|
604
|
-
# use the `:as` option:
|
|
605
|
-
#
|
|
606
|
-
# mount(SomeRackApp, at: "some_route", as: "exciting")
|
|
607
|
-
#
|
|
608
|
-
# This will generate the `exciting_path` and `exciting_url` helpers which can be
|
|
609
|
-
# used to navigate to this mounted app.
|
|
610
|
-
def mount(app, options = nil)
|
|
611
|
-
if options
|
|
612
|
-
path = options.delete(:at)
|
|
613
|
-
elsif Hash === app
|
|
614
|
-
options = app
|
|
615
|
-
app, path = options.find { |k, _| k.respond_to?(:call) }
|
|
616
|
-
options.delete(app) if app
|
|
617
|
-
end
|
|
618
|
-
|
|
619
|
-
raise ArgumentError, "A rack application must be specified" unless app.respond_to?(:call)
|
|
620
|
-
raise ArgumentError, <<~MSG unless path
|
|
621
|
-
Must be called with mount point
|
|
622
|
-
|
|
623
|
-
mount SomeRackApp, at: "some_route"
|
|
624
|
-
or
|
|
625
|
-
mount(SomeRackApp => "some_route")
|
|
626
|
-
MSG
|
|
627
|
-
|
|
628
|
-
rails_app = rails_app? app
|
|
629
|
-
options[:as] ||= app_name(app, rails_app)
|
|
630
|
-
|
|
631
|
-
target_as = name_for_action(options[:as], path)
|
|
632
|
-
options[:via] ||= :all
|
|
633
|
-
|
|
634
|
-
match(path, { to: app, anchor: false, format: false }.merge(options))
|
|
635
|
-
|
|
636
|
-
define_generate_prefix(app, target_as) if rails_app
|
|
637
|
-
self
|
|
638
|
-
end
|
|
639
|
-
|
|
640
|
-
def default_url_options=(options)
|
|
641
|
-
@set.default_url_options = options
|
|
642
|
-
end
|
|
643
|
-
alias_method :default_url_options, :default_url_options=
|
|
644
|
-
|
|
645
|
-
def with_default_scope(scope, &block)
|
|
646
|
-
scope(scope) do
|
|
647
|
-
instance_exec(&block)
|
|
648
|
-
end
|
|
649
|
-
end
|
|
650
|
-
|
|
651
|
-
# Query if the following named route was already defined.
|
|
652
|
-
def has_named_route?(name)
|
|
653
|
-
@set.named_routes.key?(name)
|
|
654
|
-
end
|
|
655
|
-
|
|
656
|
-
private
|
|
657
|
-
def rails_app?(app)
|
|
658
|
-
app.is_a?(Class) && app < Rails::Railtie
|
|
659
|
-
end
|
|
660
|
-
|
|
661
|
-
def app_name(app, rails_app)
|
|
662
|
-
if rails_app
|
|
663
|
-
app.railtie_name
|
|
664
|
-
elsif app.is_a?(Class)
|
|
665
|
-
class_name = app.name
|
|
666
|
-
ActiveSupport::Inflector.underscore(class_name).tr("/", "_")
|
|
667
|
-
end
|
|
668
|
-
end
|
|
669
|
-
|
|
670
|
-
def define_generate_prefix(app, name)
|
|
671
|
-
_route = @set.named_routes.get name
|
|
672
|
-
_routes = @set
|
|
673
|
-
_url_helpers = @set.url_helpers
|
|
674
|
-
|
|
675
|
-
script_namer = ->(options) do
|
|
676
|
-
prefix_options = options.slice(*_route.segment_keys)
|
|
677
|
-
prefix_options[:script_name] = "" if options[:original_script_name]
|
|
678
|
-
|
|
679
|
-
if options[:_recall]
|
|
680
|
-
prefix_options.reverse_merge!(options[:_recall].slice(*_route.segment_keys))
|
|
681
|
-
end
|
|
682
|
-
|
|
683
|
-
# We must actually delete prefix segment keys to avoid passing them to next
|
|
684
|
-
# url_for.
|
|
685
|
-
_route.segment_keys.each { |k| options.delete(k) }
|
|
686
|
-
_url_helpers.public_send("#{name}_path", prefix_options)
|
|
687
|
-
end
|
|
688
|
-
|
|
689
|
-
app.routes.define_mounted_helper(name, script_namer)
|
|
690
|
-
|
|
691
|
-
app.routes.extend Module.new {
|
|
692
|
-
def optimize_routes_generation?; false; end
|
|
693
|
-
|
|
694
|
-
define_method :find_script_name do |options|
|
|
695
|
-
if options.key?(:script_name) && options[:script_name].present?
|
|
696
|
-
super(options)
|
|
697
|
-
else
|
|
698
|
-
script_namer.call(options)
|
|
699
|
-
end
|
|
700
|
-
end
|
|
701
|
-
}
|
|
702
|
-
end
|
|
703
|
-
end
|
|
704
|
-
|
|
705
|
-
module HttpHelpers
|
|
706
|
-
# Define a route that only recognizes HTTP GET. For supported arguments, see
|
|
707
|
-
# [match](rdoc-ref:Base#match)
|
|
708
|
-
#
|
|
709
|
-
# get 'bacon', to: 'food#bacon'
|
|
710
|
-
def get(*args, &block)
|
|
711
|
-
map_method(:get, args, &block)
|
|
712
|
-
end
|
|
713
|
-
|
|
714
|
-
# Define a route that only recognizes HTTP POST. For supported arguments, see
|
|
715
|
-
# [match](rdoc-ref:Base#match)
|
|
716
|
-
#
|
|
717
|
-
# post 'bacon', to: 'food#bacon'
|
|
718
|
-
def post(*args, &block)
|
|
719
|
-
map_method(:post, args, &block)
|
|
720
|
-
end
|
|
721
|
-
|
|
722
|
-
# Define a route that only recognizes HTTP PATCH. For supported arguments, see
|
|
723
|
-
# [match](rdoc-ref:Base#match)
|
|
724
|
-
#
|
|
725
|
-
# patch 'bacon', to: 'food#bacon'
|
|
726
|
-
def patch(*args, &block)
|
|
727
|
-
map_method(:patch, args, &block)
|
|
728
|
-
end
|
|
729
|
-
|
|
730
|
-
# Define a route that only recognizes HTTP PUT. For supported arguments, see
|
|
731
|
-
# [match](rdoc-ref:Base#match)
|
|
732
|
-
#
|
|
733
|
-
# put 'bacon', to: 'food#bacon'
|
|
734
|
-
def put(*args, &block)
|
|
735
|
-
map_method(:put, args, &block)
|
|
736
|
-
end
|
|
737
|
-
|
|
738
|
-
# Define a route that only recognizes HTTP DELETE. For supported arguments, see
|
|
739
|
-
# [match](rdoc-ref:Base#match)
|
|
740
|
-
#
|
|
741
|
-
# delete 'broccoli', to: 'food#broccoli'
|
|
742
|
-
def delete(*args, &block)
|
|
743
|
-
map_method(:delete, args, &block)
|
|
744
|
-
end
|
|
745
|
-
|
|
746
|
-
# Define a route that only recognizes HTTP OPTIONS. For supported arguments, see
|
|
747
|
-
# [match](rdoc-ref:Base#match)
|
|
748
|
-
#
|
|
749
|
-
# options 'carrots', to: 'food#carrots'
|
|
750
|
-
def options(*args, &block)
|
|
751
|
-
map_method(:options, args, &block)
|
|
752
|
-
end
|
|
753
|
-
|
|
754
|
-
# Define a route that recognizes HTTP CONNECT (and GET) requests. More
|
|
755
|
-
# specifically this recognizes HTTP/1 protocol upgrade requests and HTTP/2
|
|
756
|
-
# CONNECT requests with the protocol pseudo header. For supported arguments,
|
|
757
|
-
# see [match](rdoc-ref:Base#match)
|
|
758
|
-
#
|
|
759
|
-
# connect 'live', to: 'live#index'
|
|
760
|
-
def connect(*args, &block)
|
|
761
|
-
map_method([:get, :connect], args, &block)
|
|
762
|
-
end
|
|
763
|
-
|
|
764
|
-
private
|
|
765
|
-
def map_method(method, args, &block)
|
|
766
|
-
options = args.extract_options!
|
|
767
|
-
options[:via] = method
|
|
768
|
-
match(*args, options, &block)
|
|
769
|
-
self
|
|
770
|
-
end
|
|
771
|
-
end
|
|
772
|
-
|
|
773
|
-
# You may wish to organize groups of controllers under a namespace. Most
|
|
774
|
-
# commonly, you might group a number of administrative controllers under an
|
|
775
|
-
# `admin` namespace. You would place these controllers under the
|
|
776
|
-
# `app/controllers/admin` directory, and you can group them together in your
|
|
777
|
-
# router:
|
|
778
|
-
#
|
|
779
|
-
# namespace "admin" do
|
|
780
|
-
# resources :posts, :comments
|
|
781
|
-
# end
|
|
782
|
-
#
|
|
783
|
-
# This will create a number of routes for each of the posts and comments
|
|
784
|
-
# controller. For `Admin::PostsController`, Rails will create:
|
|
785
|
-
#
|
|
786
|
-
# GET /admin/posts
|
|
787
|
-
# GET /admin/posts/new
|
|
788
|
-
# POST /admin/posts
|
|
789
|
-
# GET /admin/posts/1
|
|
790
|
-
# GET /admin/posts/1/edit
|
|
791
|
-
# PATCH/PUT /admin/posts/1
|
|
792
|
-
# DELETE /admin/posts/1
|
|
793
|
-
#
|
|
794
|
-
# If you want to route /posts (without the prefix /admin) to
|
|
795
|
-
# `Admin::PostsController`, you could use
|
|
796
|
-
#
|
|
797
|
-
# scope module: "admin" do
|
|
798
|
-
# resources :posts
|
|
799
|
-
# end
|
|
800
|
-
#
|
|
801
|
-
# or, for a single case
|
|
802
|
-
#
|
|
803
|
-
# resources :posts, module: "admin"
|
|
804
|
-
#
|
|
805
|
-
# If you want to route /admin/posts to `PostsController` (without the `Admin::`
|
|
806
|
-
# module prefix), you could use
|
|
807
|
-
#
|
|
808
|
-
# scope "/admin" do
|
|
809
|
-
# resources :posts
|
|
810
|
-
# end
|
|
811
|
-
#
|
|
812
|
-
# or, for a single case
|
|
813
|
-
#
|
|
814
|
-
# resources :posts, path: "/admin/posts"
|
|
815
|
-
#
|
|
816
|
-
# In each of these cases, the named routes remain the same as if you did not use
|
|
817
|
-
# scope. In the last case, the following paths map to `PostsController`:
|
|
818
|
-
#
|
|
819
|
-
# GET /admin/posts
|
|
820
|
-
# GET /admin/posts/new
|
|
821
|
-
# POST /admin/posts
|
|
822
|
-
# GET /admin/posts/1
|
|
823
|
-
# GET /admin/posts/1/edit
|
|
824
|
-
# PATCH/PUT /admin/posts/1
|
|
825
|
-
# DELETE /admin/posts/1
|
|
826
|
-
module Scoping
|
|
827
|
-
# Scopes a set of routes to the given default options.
|
|
828
|
-
#
|
|
829
|
-
# Take the following route definition as an example:
|
|
830
|
-
#
|
|
831
|
-
# scope path: ":account_id", as: "account" do
|
|
832
|
-
# resources :projects
|
|
833
|
-
# end
|
|
834
|
-
#
|
|
835
|
-
# This generates helpers such as `account_projects_path`, just like `resources`
|
|
836
|
-
# does. The difference here being that the routes generated are like
|
|
837
|
-
# /:account_id/projects, rather than /accounts/:account_id/projects.
|
|
838
|
-
#
|
|
839
|
-
# ### Options
|
|
840
|
-
#
|
|
841
|
-
# Takes same options as `Base#match` and `Resources#resources`.
|
|
842
|
-
#
|
|
843
|
-
# # route /posts (without the prefix /admin) to Admin::PostsController
|
|
844
|
-
# scope module: "admin" do
|
|
845
|
-
# resources :posts
|
|
846
|
-
# end
|
|
847
|
-
#
|
|
848
|
-
# # prefix the posts resource's requests with '/admin'
|
|
849
|
-
# scope path: "/admin" do
|
|
850
|
-
# resources :posts
|
|
851
|
-
# end
|
|
852
|
-
#
|
|
853
|
-
# # prefix the routing helper name: sekret_posts_path instead of posts_path
|
|
854
|
-
# scope as: "sekret" do
|
|
855
|
-
# resources :posts
|
|
856
|
-
# end
|
|
857
|
-
def scope(*args)
|
|
858
|
-
options = args.extract_options!.dup
|
|
859
|
-
scope = {}
|
|
860
|
-
|
|
861
|
-
options[:path] = args.flatten.join("/") if args.any?
|
|
862
|
-
options[:constraints] ||= {}
|
|
863
|
-
|
|
864
|
-
unless nested_scope?
|
|
865
|
-
options[:shallow_path] ||= options[:path] if options.key?(:path)
|
|
866
|
-
options[:shallow_prefix] ||= options[:as] if options.key?(:as)
|
|
867
|
-
end
|
|
868
|
-
|
|
869
|
-
if options[:constraints].is_a?(Hash)
|
|
870
|
-
defaults = options[:constraints].select do |k, v|
|
|
871
|
-
URL_OPTIONS.include?(k) && (v.is_a?(String) || v.is_a?(Integer))
|
|
872
|
-
end
|
|
873
|
-
|
|
874
|
-
options[:defaults] = defaults.merge(options[:defaults] || {})
|
|
875
|
-
else
|
|
876
|
-
block, options[:constraints] = options[:constraints], {}
|
|
877
|
-
end
|
|
878
|
-
|
|
879
|
-
if options.key?(:only) || options.key?(:except)
|
|
880
|
-
scope[:action_options] = { only: options.delete(:only),
|
|
881
|
-
except: options.delete(:except) }
|
|
882
|
-
end
|
|
883
|
-
|
|
884
|
-
if options.key? :anchor
|
|
885
|
-
raise ArgumentError, "anchor is ignored unless passed to `match`"
|
|
886
|
-
end
|
|
887
|
-
|
|
888
|
-
@scope.options.each do |option|
|
|
889
|
-
if option == :blocks
|
|
890
|
-
value = block
|
|
891
|
-
elsif option == :options
|
|
892
|
-
value = options
|
|
893
|
-
else
|
|
894
|
-
value = options.delete(option) { POISON }
|
|
895
|
-
end
|
|
896
|
-
|
|
897
|
-
unless POISON == value
|
|
898
|
-
scope[option] = send("merge_#{option}_scope", @scope[option], value)
|
|
899
|
-
end
|
|
900
|
-
end
|
|
901
|
-
|
|
902
|
-
@scope = @scope.new scope
|
|
903
|
-
yield
|
|
904
|
-
self
|
|
905
|
-
ensure
|
|
906
|
-
@scope = @scope.parent
|
|
907
|
-
end
|
|
908
|
-
|
|
909
|
-
POISON = Object.new # :nodoc:
|
|
910
|
-
|
|
911
|
-
# Scopes routes to a specific controller
|
|
912
|
-
#
|
|
913
|
-
# controller "food" do
|
|
914
|
-
# match "bacon", action: :bacon, via: :get
|
|
915
|
-
# end
|
|
916
|
-
def controller(controller)
|
|
917
|
-
@scope = @scope.new(controller: controller)
|
|
918
|
-
yield
|
|
919
|
-
ensure
|
|
920
|
-
@scope = @scope.parent
|
|
921
|
-
end
|
|
922
|
-
|
|
923
|
-
# Scopes routes to a specific namespace. For example:
|
|
924
|
-
#
|
|
925
|
-
# namespace :admin do
|
|
926
|
-
# resources :posts
|
|
927
|
-
# end
|
|
928
|
-
#
|
|
929
|
-
# This generates the following routes:
|
|
930
|
-
#
|
|
931
|
-
# admin_posts GET /admin/posts(.:format) admin/posts#index
|
|
932
|
-
# admin_posts POST /admin/posts(.:format) admin/posts#create
|
|
933
|
-
# new_admin_post GET /admin/posts/new(.:format) admin/posts#new
|
|
934
|
-
# edit_admin_post GET /admin/posts/:id/edit(.:format) admin/posts#edit
|
|
935
|
-
# admin_post GET /admin/posts/:id(.:format) admin/posts#show
|
|
936
|
-
# admin_post PATCH/PUT /admin/posts/:id(.:format) admin/posts#update
|
|
937
|
-
# admin_post DELETE /admin/posts/:id(.:format) admin/posts#destroy
|
|
938
|
-
#
|
|
939
|
-
# ### Options
|
|
940
|
-
#
|
|
941
|
-
# The `:path`, `:as`, `:module`, `:shallow_path`, and `:shallow_prefix` options
|
|
942
|
-
# all default to the name of the namespace.
|
|
943
|
-
#
|
|
944
|
-
# For options, see `Base#match`. For `:shallow_path` option, see
|
|
945
|
-
# `Resources#resources`.
|
|
946
|
-
#
|
|
947
|
-
# # accessible through /sekret/posts rather than /admin/posts
|
|
948
|
-
# namespace :admin, path: "sekret" do
|
|
949
|
-
# resources :posts
|
|
950
|
-
# end
|
|
951
|
-
#
|
|
952
|
-
# # maps to Sekret::PostsController rather than Admin::PostsController
|
|
953
|
-
# namespace :admin, module: "sekret" do
|
|
954
|
-
# resources :posts
|
|
955
|
-
# end
|
|
956
|
-
#
|
|
957
|
-
# # generates sekret_posts_path rather than admin_posts_path
|
|
958
|
-
# namespace :admin, as: "sekret" do
|
|
959
|
-
# resources :posts
|
|
960
|
-
# end
|
|
961
|
-
def namespace(path, options = {}, &block)
|
|
962
|
-
path = path.to_s
|
|
963
|
-
|
|
964
|
-
defaults = {
|
|
965
|
-
module: path,
|
|
966
|
-
as: options.fetch(:as, path),
|
|
967
|
-
shallow_path: options.fetch(:path, path),
|
|
968
|
-
shallow_prefix: options.fetch(:as, path)
|
|
969
|
-
}
|
|
970
|
-
|
|
971
|
-
path_scope(options.delete(:path) { path }) do
|
|
972
|
-
scope(defaults.merge!(options), &block)
|
|
973
|
-
end
|
|
974
|
-
end
|
|
975
|
-
|
|
976
|
-
# ### Parameter Restriction
|
|
977
|
-
# Allows you to constrain the nested routes based on a set of rules. For
|
|
978
|
-
# instance, in order to change the routes to allow for a dot character in the
|
|
979
|
-
# `id` parameter:
|
|
980
|
-
#
|
|
981
|
-
# constraints(id: /\d+\.\d+/) do
|
|
982
|
-
# resources :posts
|
|
983
|
-
# end
|
|
984
|
-
#
|
|
985
|
-
# Now routes such as `/posts/1` will no longer be valid, but `/posts/1.1` will
|
|
986
|
-
# be. The `id` parameter must match the constraint passed in for this example.
|
|
987
|
-
#
|
|
988
|
-
# You may use this to also restrict other parameters:
|
|
989
|
-
#
|
|
990
|
-
# resources :posts do
|
|
991
|
-
# constraints(post_id: /\d+\.\d+/) do
|
|
992
|
-
# resources :comments
|
|
993
|
-
# end
|
|
994
|
-
# end
|
|
995
|
-
#
|
|
996
|
-
# ### Restricting based on IP
|
|
997
|
-
#
|
|
998
|
-
# Routes can also be constrained to an IP or a certain range of IP addresses:
|
|
999
|
-
#
|
|
1000
|
-
# constraints(ip: /192\.168\.\d+\.\d+/) do
|
|
1001
|
-
# resources :posts
|
|
1002
|
-
# end
|
|
1003
|
-
#
|
|
1004
|
-
# Any user connecting from the 192.168.* range will be able to see this
|
|
1005
|
-
# resource, where as any user connecting outside of this range will be told
|
|
1006
|
-
# there is no such route.
|
|
1007
|
-
#
|
|
1008
|
-
# ### Dynamic request matching
|
|
1009
|
-
#
|
|
1010
|
-
# Requests to routes can be constrained based on specific criteria:
|
|
1011
|
-
#
|
|
1012
|
-
# constraints(-> (req) { /iPhone/.match?(req.env["HTTP_USER_AGENT"]) }) do
|
|
1013
|
-
# resources :iphones
|
|
1014
|
-
# end
|
|
1015
|
-
#
|
|
1016
|
-
# You are able to move this logic out into a class if it is too complex for
|
|
1017
|
-
# routes. This class must have a `matches?` method defined on it which either
|
|
1018
|
-
# returns `true` if the user should be given access to that route, or `false` if
|
|
1019
|
-
# the user should not.
|
|
1020
|
-
#
|
|
1021
|
-
# class Iphone
|
|
1022
|
-
# def self.matches?(request)
|
|
1023
|
-
# /iPhone/.match?(request.env["HTTP_USER_AGENT"])
|
|
1024
|
-
# end
|
|
1025
|
-
# end
|
|
1026
|
-
#
|
|
1027
|
-
# An expected place for this code would be `lib/constraints`.
|
|
1028
|
-
#
|
|
1029
|
-
# This class is then used like this:
|
|
1030
|
-
#
|
|
1031
|
-
# constraints(Iphone) do
|
|
1032
|
-
# resources :iphones
|
|
1033
|
-
# end
|
|
1034
|
-
def constraints(constraints = {}, &block)
|
|
1035
|
-
scope(constraints: constraints, &block)
|
|
1036
|
-
end
|
|
1037
|
-
|
|
1038
|
-
# Allows you to set default parameters for a route, such as this:
|
|
1039
|
-
#
|
|
1040
|
-
# defaults id: 'home' do
|
|
1041
|
-
# match 'scoped_pages/(:id)', to: 'pages#show'
|
|
1042
|
-
# end
|
|
1043
|
-
#
|
|
1044
|
-
# Using this, the `:id` parameter here will default to 'home'.
|
|
1045
|
-
def defaults(defaults = {})
|
|
1046
|
-
@scope = @scope.new(defaults: merge_defaults_scope(@scope[:defaults], defaults))
|
|
1047
|
-
yield
|
|
1048
|
-
ensure
|
|
1049
|
-
@scope = @scope.parent
|
|
1050
|
-
end
|
|
1051
|
-
|
|
1052
|
-
private
|
|
1053
|
-
def merge_path_scope(parent, child)
|
|
1054
|
-
Mapper.normalize_path("#{parent}/#{child}")
|
|
1055
|
-
end
|
|
1056
|
-
|
|
1057
|
-
def merge_shallow_path_scope(parent, child)
|
|
1058
|
-
Mapper.normalize_path("#{parent}/#{child}")
|
|
1059
|
-
end
|
|
1060
|
-
|
|
1061
|
-
def merge_as_scope(parent, child)
|
|
1062
|
-
parent ? "#{parent}_#{child}" : child
|
|
1063
|
-
end
|
|
1064
|
-
|
|
1065
|
-
def merge_shallow_prefix_scope(parent, child)
|
|
1066
|
-
parent ? "#{parent}_#{child}" : child
|
|
1067
|
-
end
|
|
1068
|
-
|
|
1069
|
-
def merge_module_scope(parent, child)
|
|
1070
|
-
parent ? "#{parent}/#{child}" : child
|
|
1071
|
-
end
|
|
1072
|
-
|
|
1073
|
-
def merge_controller_scope(parent, child)
|
|
1074
|
-
child
|
|
1075
|
-
end
|
|
1076
|
-
|
|
1077
|
-
def merge_action_scope(parent, child)
|
|
1078
|
-
child
|
|
1079
|
-
end
|
|
1080
|
-
|
|
1081
|
-
def merge_via_scope(parent, child)
|
|
1082
|
-
child
|
|
1083
|
-
end
|
|
1084
|
-
|
|
1085
|
-
def merge_format_scope(parent, child)
|
|
1086
|
-
child
|
|
1087
|
-
end
|
|
1088
|
-
|
|
1089
|
-
def merge_path_names_scope(parent, child)
|
|
1090
|
-
merge_options_scope(parent, child)
|
|
1091
|
-
end
|
|
1092
|
-
|
|
1093
|
-
def merge_constraints_scope(parent, child)
|
|
1094
|
-
merge_options_scope(parent, child)
|
|
1095
|
-
end
|
|
1096
|
-
|
|
1097
|
-
def merge_defaults_scope(parent, child)
|
|
1098
|
-
merge_options_scope(parent, child)
|
|
1099
|
-
end
|
|
1100
|
-
|
|
1101
|
-
def merge_blocks_scope(parent, child)
|
|
1102
|
-
merged = parent ? parent.dup : []
|
|
1103
|
-
merged << child if child
|
|
1104
|
-
merged
|
|
1105
|
-
end
|
|
1106
|
-
|
|
1107
|
-
def merge_options_scope(parent, child)
|
|
1108
|
-
(parent || {}).merge(child)
|
|
1109
|
-
end
|
|
1110
|
-
|
|
1111
|
-
def merge_shallow_scope(parent, child)
|
|
1112
|
-
child ? true : false
|
|
1113
|
-
end
|
|
1114
|
-
|
|
1115
|
-
def merge_to_scope(parent, child)
|
|
1116
|
-
child
|
|
1117
|
-
end
|
|
1118
|
-
end
|
|
1119
|
-
|
|
1120
|
-
# Resource routing allows you to quickly declare all of the common routes for a
|
|
1121
|
-
# given resourceful controller. Instead of declaring separate routes for your
|
|
1122
|
-
# `index`, `show`, `new`, `edit`, `create`, `update`, and `destroy` actions, a
|
|
1123
|
-
# resourceful route declares them in a single line of code:
|
|
1124
|
-
#
|
|
1125
|
-
# resources :photos
|
|
1126
|
-
#
|
|
1127
|
-
# Sometimes, you have a resource that clients always look up without referencing
|
|
1128
|
-
# an ID. A common example, /profile always shows the profile of the currently
|
|
1129
|
-
# logged in user. In this case, you can use a singular resource to map /profile
|
|
1130
|
-
# (rather than /profile/:id) to the show action.
|
|
1131
|
-
#
|
|
1132
|
-
# resource :profile
|
|
1133
|
-
#
|
|
1134
|
-
# It's common to have resources that are logically children of other resources:
|
|
1135
|
-
#
|
|
1136
|
-
# resources :magazines do
|
|
1137
|
-
# resources :ads
|
|
1138
|
-
# end
|
|
1139
|
-
#
|
|
1140
|
-
# You may wish to organize groups of controllers under a namespace. Most
|
|
1141
|
-
# commonly, you might group a number of administrative controllers under an
|
|
1142
|
-
# `admin` namespace. You would place these controllers under the
|
|
1143
|
-
# `app/controllers/admin` directory, and you can group them together in your
|
|
1144
|
-
# router:
|
|
1145
|
-
#
|
|
1146
|
-
# namespace "admin" do
|
|
1147
|
-
# resources :posts, :comments
|
|
1148
|
-
# end
|
|
1149
|
-
#
|
|
1150
|
-
# By default the `:id` parameter doesn't accept dots. If you need to use dots as
|
|
1151
|
-
# part of the `:id` parameter add a constraint which overrides this restriction,
|
|
1152
|
-
# e.g:
|
|
1153
|
-
#
|
|
1154
|
-
# resources :articles, id: /[^\/]+/
|
|
1155
|
-
#
|
|
1156
|
-
# This allows any character other than a slash as part of your `:id`.
|
|
1157
|
-
module Resources
|
|
1158
|
-
# CANONICAL_ACTIONS holds all actions that does not need a prefix or a path
|
|
1159
|
-
# appended since they fit properly in their scope level.
|
|
1160
|
-
VALID_ON_OPTIONS = [:new, :collection, :member]
|
|
1161
|
-
RESOURCE_OPTIONS = [:as, :controller, :path, :only, :except, :param, :concerns]
|
|
1162
|
-
CANONICAL_ACTIONS = %w(index create new show update destroy)
|
|
1163
|
-
|
|
1164
|
-
class Resource # :nodoc:
|
|
1165
|
-
class << self
|
|
1166
|
-
def default_actions(api_only)
|
|
1167
|
-
if api_only
|
|
1168
|
-
[:index, :create, :show, :update, :destroy]
|
|
1169
|
-
else
|
|
1170
|
-
[:index, :create, :new, :show, :update, :destroy, :edit]
|
|
1171
|
-
end
|
|
1172
|
-
end
|
|
1173
|
-
end
|
|
1174
|
-
|
|
1175
|
-
attr_reader :controller, :path, :param
|
|
1176
|
-
|
|
1177
|
-
def initialize(entities, api_only, shallow, options = {})
|
|
1178
|
-
if options[:param].to_s.include?(":")
|
|
1179
|
-
raise ArgumentError, ":param option can't contain colons"
|
|
1180
|
-
end
|
|
1181
|
-
|
|
1182
|
-
valid_actions = self.class.default_actions(false) # ignore api_only for this validation
|
|
1183
|
-
if invalid_actions = invalid_only_except_options(options, valid_actions).presence
|
|
1184
|
-
error_prefix = "Route `resource#{"s" unless singleton?} :#{entities}`"
|
|
1185
|
-
raise ArgumentError, "#{error_prefix} - :only and :except must include only #{valid_actions}, but also included #{invalid_actions}"
|
|
1186
|
-
end
|
|
1187
|
-
|
|
1188
|
-
@name = entities.to_s
|
|
1189
|
-
@path = (options[:path] || @name).to_s
|
|
1190
|
-
@controller = (options[:controller] || @name).to_s
|
|
1191
|
-
@as = options[:as]
|
|
1192
|
-
@param = (options[:param] || :id).to_sym
|
|
1193
|
-
@options = options
|
|
1194
|
-
@shallow = shallow
|
|
1195
|
-
@api_only = api_only
|
|
1196
|
-
@only = options.delete :only
|
|
1197
|
-
@except = options.delete :except
|
|
1198
|
-
end
|
|
1199
|
-
|
|
1200
|
-
def default_actions
|
|
1201
|
-
self.class.default_actions(@api_only)
|
|
1202
|
-
end
|
|
1203
|
-
|
|
1204
|
-
def actions
|
|
1205
|
-
if @except
|
|
1206
|
-
available_actions - Array(@except).map(&:to_sym)
|
|
1207
|
-
else
|
|
1208
|
-
available_actions
|
|
1209
|
-
end
|
|
1210
|
-
end
|
|
1211
|
-
|
|
1212
|
-
def available_actions
|
|
1213
|
-
if @only
|
|
1214
|
-
Array(@only).map(&:to_sym)
|
|
1215
|
-
else
|
|
1216
|
-
default_actions
|
|
1217
|
-
end
|
|
1218
|
-
end
|
|
1219
|
-
|
|
1220
|
-
def name
|
|
1221
|
-
@as || @name
|
|
1222
|
-
end
|
|
1223
|
-
|
|
1224
|
-
def plural
|
|
1225
|
-
@plural ||= name.to_s
|
|
1226
|
-
end
|
|
1227
|
-
|
|
1228
|
-
def singular
|
|
1229
|
-
@singular ||= name.to_s.singularize
|
|
1230
|
-
end
|
|
1231
|
-
|
|
1232
|
-
alias :member_name :singular
|
|
1233
|
-
|
|
1234
|
-
# Checks for uncountable plurals, and appends "_index" if the plural and
|
|
1235
|
-
# singular form are the same.
|
|
1236
|
-
def collection_name
|
|
1237
|
-
singular == plural ? "#{plural}_index" : plural
|
|
1238
|
-
end
|
|
1239
|
-
|
|
1240
|
-
def resource_scope
|
|
1241
|
-
controller
|
|
1242
|
-
end
|
|
1243
|
-
|
|
1244
|
-
alias :collection_scope :path
|
|
1245
|
-
|
|
1246
|
-
def member_scope
|
|
1247
|
-
"#{path}/:#{param}"
|
|
1248
|
-
end
|
|
1249
|
-
|
|
1250
|
-
alias :shallow_scope :member_scope
|
|
1251
|
-
|
|
1252
|
-
def new_scope(new_path)
|
|
1253
|
-
"#{path}/#{new_path}"
|
|
1254
|
-
end
|
|
1255
|
-
|
|
1256
|
-
def nested_param
|
|
1257
|
-
:"#{singular}_#{param}"
|
|
1258
|
-
end
|
|
1259
|
-
|
|
1260
|
-
def nested_scope
|
|
1261
|
-
"#{path}/:#{nested_param}"
|
|
1262
|
-
end
|
|
1263
|
-
|
|
1264
|
-
def shallow?
|
|
1265
|
-
@shallow
|
|
1266
|
-
end
|
|
1267
|
-
|
|
1268
|
-
def singleton?; false; end
|
|
1269
|
-
|
|
1270
|
-
private
|
|
1271
|
-
def invalid_only_except_options(options, valid_actions)
|
|
1272
|
-
options.values_at(:only, :except).flatten.compact.uniq.map(&:to_sym) - valid_actions
|
|
1273
|
-
end
|
|
1274
|
-
end
|
|
1275
|
-
|
|
1276
|
-
class SingletonResource < Resource # :nodoc:
|
|
1277
|
-
class << self
|
|
1278
|
-
def default_actions(api_only)
|
|
1279
|
-
if api_only
|
|
1280
|
-
[:show, :create, :update, :destroy]
|
|
1281
|
-
else
|
|
1282
|
-
[:show, :create, :update, :destroy, :new, :edit]
|
|
1283
|
-
end
|
|
1284
|
-
end
|
|
1285
|
-
end
|
|
1286
|
-
|
|
1287
|
-
def initialize(entities, api_only, shallow, options)
|
|
1288
|
-
super
|
|
1289
|
-
@as = nil
|
|
1290
|
-
@controller = (options[:controller] || plural).to_s
|
|
1291
|
-
@as = options[:as]
|
|
1292
|
-
end
|
|
1293
|
-
|
|
1294
|
-
def default_actions
|
|
1295
|
-
self.class.default_actions(@api_only)
|
|
1296
|
-
end
|
|
1297
|
-
|
|
1298
|
-
def plural
|
|
1299
|
-
@plural ||= name.to_s.pluralize
|
|
1300
|
-
end
|
|
1301
|
-
|
|
1302
|
-
def singular
|
|
1303
|
-
@singular ||= name.to_s
|
|
1304
|
-
end
|
|
1305
|
-
|
|
1306
|
-
alias :member_name :singular
|
|
1307
|
-
alias :collection_name :singular
|
|
1308
|
-
|
|
1309
|
-
alias :member_scope :path
|
|
1310
|
-
alias :nested_scope :path
|
|
1311
|
-
|
|
1312
|
-
def singleton?; true; end
|
|
1313
|
-
end
|
|
1314
|
-
|
|
1315
|
-
def resources_path_names(options)
|
|
1316
|
-
@scope[:path_names].merge!(options)
|
|
1317
|
-
end
|
|
1318
|
-
|
|
1319
|
-
# Sometimes, you have a resource that clients always look up without referencing
|
|
1320
|
-
# an ID. A common example, /profile always shows the profile of the currently
|
|
1321
|
-
# logged in user. In this case, you can use a singular resource to map /profile
|
|
1322
|
-
# (rather than /profile/:id) to the show action:
|
|
1323
|
-
#
|
|
1324
|
-
# resource :profile
|
|
1325
|
-
#
|
|
1326
|
-
# This creates six different routes in your application, all mapping to the
|
|
1327
|
-
# `Profiles` controller (note that the controller is named after the plural):
|
|
1328
|
-
#
|
|
1329
|
-
# GET /profile/new
|
|
1330
|
-
# GET /profile
|
|
1331
|
-
# GET /profile/edit
|
|
1332
|
-
# PATCH/PUT /profile
|
|
1333
|
-
# DELETE /profile
|
|
1334
|
-
# POST /profile
|
|
1335
|
-
#
|
|
1336
|
-
# If you want instances of a model to work with this resource via record
|
|
1337
|
-
# identification (e.g. in `form_with` or `redirect_to`), you will need to call
|
|
1338
|
-
# [resolve](rdoc-ref:CustomUrls#resolve):
|
|
1339
|
-
#
|
|
1340
|
-
# resource :profile
|
|
1341
|
-
# resolve('Profile') { [:profile] }
|
|
1342
|
-
#
|
|
1343
|
-
# # Enables this to work with singular routes:
|
|
1344
|
-
# form_with(model: @profile) {}
|
|
1345
|
-
#
|
|
1346
|
-
# ### Options
|
|
1347
|
-
# Takes same options as [resources](rdoc-ref:#resources)
|
|
1348
|
-
def resource(*resources, &block)
|
|
1349
|
-
options = resources.extract_options!.dup
|
|
1350
|
-
|
|
1351
|
-
if apply_common_behavior_for(:resource, resources, options, &block)
|
|
1352
|
-
return self
|
|
1353
|
-
end
|
|
1354
|
-
|
|
1355
|
-
with_scope_level(:resource) do
|
|
1356
|
-
options = apply_action_options :resource, options
|
|
1357
|
-
resource_scope(SingletonResource.new(resources.pop, api_only?, @scope[:shallow], options)) do
|
|
1358
|
-
yield if block_given?
|
|
1359
|
-
|
|
1360
|
-
concerns(options[:concerns]) if options[:concerns]
|
|
1361
|
-
|
|
1362
|
-
new do
|
|
1363
|
-
get :new
|
|
1364
|
-
end if parent_resource.actions.include?(:new)
|
|
1365
|
-
|
|
1366
|
-
set_member_mappings_for_resource
|
|
1367
|
-
|
|
1368
|
-
collection do
|
|
1369
|
-
post :create
|
|
1370
|
-
end if parent_resource.actions.include?(:create)
|
|
1371
|
-
end
|
|
1372
|
-
end
|
|
1373
|
-
|
|
1374
|
-
self
|
|
1375
|
-
end
|
|
1376
|
-
|
|
1377
|
-
# In Rails, a resourceful route provides a mapping between HTTP verbs and URLs
|
|
1378
|
-
# and controller actions. By convention, each action also maps to particular
|
|
1379
|
-
# CRUD operations in a database. A single entry in the routing file, such as
|
|
1380
|
-
#
|
|
1381
|
-
# resources :photos
|
|
1382
|
-
#
|
|
1383
|
-
# creates seven different routes in your application, all mapping to the
|
|
1384
|
-
# `Photos` controller:
|
|
1385
|
-
#
|
|
1386
|
-
# GET /photos
|
|
1387
|
-
# GET /photos/new
|
|
1388
|
-
# POST /photos
|
|
1389
|
-
# GET /photos/:id
|
|
1390
|
-
# GET /photos/:id/edit
|
|
1391
|
-
# PATCH/PUT /photos/:id
|
|
1392
|
-
# DELETE /photos/:id
|
|
1393
|
-
#
|
|
1394
|
-
# Resources can also be nested infinitely by using this block syntax:
|
|
1395
|
-
#
|
|
1396
|
-
# resources :photos do
|
|
1397
|
-
# resources :comments
|
|
1398
|
-
# end
|
|
1399
|
-
#
|
|
1400
|
-
# This generates the following comments routes:
|
|
1401
|
-
#
|
|
1402
|
-
# GET /photos/:photo_id/comments
|
|
1403
|
-
# GET /photos/:photo_id/comments/new
|
|
1404
|
-
# POST /photos/:photo_id/comments
|
|
1405
|
-
# GET /photos/:photo_id/comments/:id
|
|
1406
|
-
# GET /photos/:photo_id/comments/:id/edit
|
|
1407
|
-
# PATCH/PUT /photos/:photo_id/comments/:id
|
|
1408
|
-
# DELETE /photos/:photo_id/comments/:id
|
|
1409
|
-
#
|
|
1410
|
-
# ### Options
|
|
1411
|
-
# Takes same options as [match](rdoc-ref:Base#match) as well as:
|
|
1412
|
-
#
|
|
1413
|
-
# :path_names
|
|
1414
|
-
# : Allows you to change the segment component of the `edit` and `new`
|
|
1415
|
-
# actions. Actions not specified are not changed.
|
|
1416
|
-
#
|
|
1417
|
-
# resources :posts, path_names: { new: "brand_new" }
|
|
1418
|
-
#
|
|
1419
|
-
# The above example will now change /posts/new to /posts/brand_new.
|
|
1420
|
-
#
|
|
1421
|
-
# :path
|
|
1422
|
-
# : Allows you to change the path prefix for the resource.
|
|
1423
|
-
#
|
|
1424
|
-
# resources :posts, path: 'postings'
|
|
1425
|
-
#
|
|
1426
|
-
# The resource and all segments will now route to /postings instead of
|
|
1427
|
-
# /posts.
|
|
1428
|
-
#
|
|
1429
|
-
# :only
|
|
1430
|
-
# : Only generate routes for the given actions.
|
|
1431
|
-
#
|
|
1432
|
-
# resources :cows, only: :show
|
|
1433
|
-
# resources :cows, only: [:show, :index]
|
|
1434
|
-
#
|
|
1435
|
-
# :except
|
|
1436
|
-
# : Generate all routes except for the given actions.
|
|
1437
|
-
#
|
|
1438
|
-
# resources :cows, except: :show
|
|
1439
|
-
# resources :cows, except: [:show, :index]
|
|
1440
|
-
#
|
|
1441
|
-
# :shallow
|
|
1442
|
-
# : Generates shallow routes for nested resource(s). When placed on a parent
|
|
1443
|
-
# resource, generates shallow routes for all nested resources.
|
|
1444
|
-
#
|
|
1445
|
-
# resources :posts, shallow: true do
|
|
1446
|
-
# resources :comments
|
|
1447
|
-
# end
|
|
1448
|
-
#
|
|
1449
|
-
# Is the same as:
|
|
1450
|
-
#
|
|
1451
|
-
# resources :posts do
|
|
1452
|
-
# resources :comments, except: [:show, :edit, :update, :destroy]
|
|
1453
|
-
# end
|
|
1454
|
-
# resources :comments, only: [:show, :edit, :update, :destroy]
|
|
1455
|
-
#
|
|
1456
|
-
# This allows URLs for resources that otherwise would be deeply nested such
|
|
1457
|
-
# as a comment on a blog post like `/posts/a-long-permalink/comments/1234`
|
|
1458
|
-
# to be shortened to just `/comments/1234`.
|
|
1459
|
-
#
|
|
1460
|
-
# Set `shallow: false` on a child resource to ignore a parent's shallow
|
|
1461
|
-
# parameter.
|
|
1462
|
-
#
|
|
1463
|
-
# :shallow_path
|
|
1464
|
-
# : Prefixes nested shallow routes with the specified path.
|
|
1465
|
-
#
|
|
1466
|
-
# scope shallow_path: "sekret" do
|
|
1467
|
-
# resources :posts do
|
|
1468
|
-
# resources :comments, shallow: true
|
|
1469
|
-
# end
|
|
1470
|
-
# end
|
|
1471
|
-
#
|
|
1472
|
-
# The `comments` resource here will have the following routes generated for
|
|
1473
|
-
# it:
|
|
1474
|
-
#
|
|
1475
|
-
# post_comments GET /posts/:post_id/comments(.:format)
|
|
1476
|
-
# post_comments POST /posts/:post_id/comments(.:format)
|
|
1477
|
-
# new_post_comment GET /posts/:post_id/comments/new(.:format)
|
|
1478
|
-
# edit_comment GET /sekret/comments/:id/edit(.:format)
|
|
1479
|
-
# comment GET /sekret/comments/:id(.:format)
|
|
1480
|
-
# comment PATCH/PUT /sekret/comments/:id(.:format)
|
|
1481
|
-
# comment DELETE /sekret/comments/:id(.:format)
|
|
1482
|
-
#
|
|
1483
|
-
# :shallow_prefix
|
|
1484
|
-
# : Prefixes nested shallow route names with specified prefix.
|
|
1485
|
-
#
|
|
1486
|
-
# scope shallow_prefix: "sekret" do
|
|
1487
|
-
# resources :posts do
|
|
1488
|
-
# resources :comments, shallow: true
|
|
1489
|
-
# end
|
|
1490
|
-
# end
|
|
1491
|
-
#
|
|
1492
|
-
# The `comments` resource here will have the following routes generated for
|
|
1493
|
-
# it:
|
|
1494
|
-
#
|
|
1495
|
-
# post_comments GET /posts/:post_id/comments(.:format)
|
|
1496
|
-
# post_comments POST /posts/:post_id/comments(.:format)
|
|
1497
|
-
# new_post_comment GET /posts/:post_id/comments/new(.:format)
|
|
1498
|
-
# edit_sekret_comment GET /comments/:id/edit(.:format)
|
|
1499
|
-
# sekret_comment GET /comments/:id(.:format)
|
|
1500
|
-
# sekret_comment PATCH/PUT /comments/:id(.:format)
|
|
1501
|
-
# sekret_comment DELETE /comments/:id(.:format)
|
|
1502
|
-
#
|
|
1503
|
-
# :format
|
|
1504
|
-
# : Allows you to specify the default value for optional `format` segment or
|
|
1505
|
-
# disable it by supplying `false`.
|
|
1506
|
-
#
|
|
1507
|
-
# :param
|
|
1508
|
-
# : Allows you to override the default param name of `:id` in the URL.
|
|
1509
|
-
#
|
|
1510
|
-
#
|
|
1511
|
-
# ### Examples
|
|
1512
|
-
#
|
|
1513
|
-
# # routes call Admin::PostsController
|
|
1514
|
-
# resources :posts, module: "admin"
|
|
1515
|
-
#
|
|
1516
|
-
# # resource actions are at /admin/posts.
|
|
1517
|
-
# resources :posts, path: "admin/posts"
|
|
1518
|
-
def resources(*resources, &block)
|
|
1519
|
-
options = resources.extract_options!.dup
|
|
1520
|
-
|
|
1521
|
-
if apply_common_behavior_for(:resources, resources, options, &block)
|
|
1522
|
-
return self
|
|
1523
|
-
end
|
|
1524
|
-
|
|
1525
|
-
with_scope_level(:resources) do
|
|
1526
|
-
options = apply_action_options :resources, options
|
|
1527
|
-
resource_scope(Resource.new(resources.pop, api_only?, @scope[:shallow], options)) do
|
|
1528
|
-
yield if block_given?
|
|
1529
|
-
|
|
1530
|
-
concerns(options[:concerns]) if options[:concerns]
|
|
1531
|
-
|
|
1532
|
-
collection do
|
|
1533
|
-
get :index if parent_resource.actions.include?(:index)
|
|
1534
|
-
post :create if parent_resource.actions.include?(:create)
|
|
1535
|
-
end
|
|
1536
|
-
|
|
1537
|
-
new do
|
|
1538
|
-
get :new
|
|
1539
|
-
end if parent_resource.actions.include?(:new)
|
|
1540
|
-
|
|
1541
|
-
set_member_mappings_for_resource
|
|
1542
|
-
end
|
|
1543
|
-
end
|
|
1544
|
-
|
|
1545
|
-
self
|
|
1546
|
-
end
|
|
1547
|
-
|
|
1548
|
-
# To add a route to the collection:
|
|
1549
|
-
#
|
|
1550
|
-
# resources :photos do
|
|
1551
|
-
# collection do
|
|
1552
|
-
# get 'search'
|
|
1553
|
-
# end
|
|
1554
|
-
# end
|
|
1555
|
-
#
|
|
1556
|
-
# This will enable Rails to recognize paths such as `/photos/search` with GET,
|
|
1557
|
-
# and route to the search action of `PhotosController`. It will also create the
|
|
1558
|
-
# `search_photos_url` and `search_photos_path` route helpers.
|
|
1559
|
-
def collection(&block)
|
|
1560
|
-
unless resource_scope?
|
|
1561
|
-
raise ArgumentError, "can't use collection outside resource(s) scope"
|
|
1562
|
-
end
|
|
1563
|
-
|
|
1564
|
-
with_scope_level(:collection) do
|
|
1565
|
-
path_scope(parent_resource.collection_scope, &block)
|
|
1566
|
-
end
|
|
1567
|
-
end
|
|
1568
|
-
|
|
1569
|
-
# To add a member route, add a member block into the resource block:
|
|
1570
|
-
#
|
|
1571
|
-
# resources :photos do
|
|
1572
|
-
# member do
|
|
1573
|
-
# get 'preview'
|
|
1574
|
-
# end
|
|
1575
|
-
# end
|
|
1576
|
-
#
|
|
1577
|
-
# This will recognize `/photos/1/preview` with GET, and route to the preview
|
|
1578
|
-
# action of `PhotosController`. It will also create the `preview_photo_url` and
|
|
1579
|
-
# `preview_photo_path` helpers.
|
|
1580
|
-
def member(&block)
|
|
1581
|
-
unless resource_scope?
|
|
1582
|
-
raise ArgumentError, "can't use member outside resource(s) scope"
|
|
1583
|
-
end
|
|
1584
|
-
|
|
1585
|
-
with_scope_level(:member) do
|
|
1586
|
-
if shallow?
|
|
1587
|
-
shallow_scope {
|
|
1588
|
-
path_scope(parent_resource.member_scope, &block)
|
|
1589
|
-
}
|
|
1590
|
-
else
|
|
1591
|
-
path_scope(parent_resource.member_scope, &block)
|
|
1592
|
-
end
|
|
1593
|
-
end
|
|
1594
|
-
end
|
|
1595
|
-
|
|
1596
|
-
def new(&block)
|
|
1597
|
-
unless resource_scope?
|
|
1598
|
-
raise ArgumentError, "can't use new outside resource(s) scope"
|
|
1599
|
-
end
|
|
1600
|
-
|
|
1601
|
-
with_scope_level(:new) do
|
|
1602
|
-
path_scope(parent_resource.new_scope(action_path(:new)), &block)
|
|
1603
|
-
end
|
|
1604
|
-
end
|
|
1605
|
-
|
|
1606
|
-
def nested(&block)
|
|
1607
|
-
unless resource_scope?
|
|
1608
|
-
raise ArgumentError, "can't use nested outside resource(s) scope"
|
|
1609
|
-
end
|
|
1610
|
-
|
|
1611
|
-
with_scope_level(:nested) do
|
|
1612
|
-
if shallow? && shallow_nesting_depth >= 1
|
|
1613
|
-
shallow_scope do
|
|
1614
|
-
path_scope(parent_resource.nested_scope) do
|
|
1615
|
-
scope(nested_options, &block)
|
|
1616
|
-
end
|
|
1617
|
-
end
|
|
1618
|
-
else
|
|
1619
|
-
path_scope(parent_resource.nested_scope) do
|
|
1620
|
-
scope(nested_options, &block)
|
|
1621
|
-
end
|
|
1622
|
-
end
|
|
1623
|
-
end
|
|
1624
|
-
end
|
|
1625
|
-
|
|
1626
|
-
# See ActionDispatch::Routing::Mapper::Scoping#namespace.
|
|
1627
|
-
def namespace(path, options = {})
|
|
1628
|
-
if resource_scope?
|
|
1629
|
-
nested { super }
|
|
1630
|
-
else
|
|
1631
|
-
super
|
|
1632
|
-
end
|
|
1633
|
-
end
|
|
1634
|
-
|
|
1635
|
-
def shallow
|
|
1636
|
-
@scope = @scope.new(shallow: true)
|
|
1637
|
-
yield
|
|
1638
|
-
ensure
|
|
1639
|
-
@scope = @scope.parent
|
|
1640
|
-
end
|
|
1641
|
-
|
|
1642
|
-
def shallow?
|
|
1643
|
-
!parent_resource.singleton? && @scope[:shallow]
|
|
1644
|
-
end
|
|
1645
|
-
|
|
1646
|
-
# Loads another routes file with the given `name` located inside the
|
|
1647
|
-
# `config/routes` directory. In that file, you can use the normal routing DSL,
|
|
1648
|
-
# but *do not* surround it with a `Rails.application.routes.draw` block.
|
|
1649
|
-
#
|
|
1650
|
-
# # config/routes.rb
|
|
1651
|
-
# Rails.application.routes.draw do
|
|
1652
|
-
# draw :admin # Loads `config/routes/admin.rb`
|
|
1653
|
-
# draw "third_party/some_gem" # Loads `config/routes/third_party/some_gem.rb`
|
|
1654
|
-
# end
|
|
1655
|
-
#
|
|
1656
|
-
# # config/routes/admin.rb
|
|
1657
|
-
# namespace :admin do
|
|
1658
|
-
# resources :accounts
|
|
1659
|
-
# end
|
|
1660
|
-
#
|
|
1661
|
-
# # config/routes/third_party/some_gem.rb
|
|
1662
|
-
# mount SomeGem::Engine, at: "/some_gem"
|
|
1663
|
-
#
|
|
1664
|
-
# **CAUTION:** Use this feature with care. Having multiple routes files can
|
|
1665
|
-
# negatively impact discoverability and readability. For most applications —
|
|
1666
|
-
# even those with a few hundred routes — it's easier for developers to have a
|
|
1667
|
-
# single routes file.
|
|
1668
|
-
def draw(name)
|
|
1669
|
-
path = @draw_paths.find do |_path|
|
|
1670
|
-
File.exist? "#{_path}/#{name}.rb"
|
|
1671
|
-
end
|
|
1672
|
-
|
|
1673
|
-
unless path
|
|
1674
|
-
msg = "Your router tried to #draw the external file #{name}.rb,\n" \
|
|
1675
|
-
"but the file was not found in:\n\n"
|
|
1676
|
-
msg += @draw_paths.map { |_path| " * #{_path}" }.join("\n")
|
|
1677
|
-
raise ArgumentError, msg
|
|
1678
|
-
end
|
|
1679
|
-
|
|
1680
|
-
route_path = "#{path}/#{name}.rb"
|
|
1681
|
-
instance_eval(File.read(route_path), route_path.to_s)
|
|
1682
|
-
end
|
|
1683
|
-
|
|
1684
|
-
# Matches a URL pattern to one or more routes. For more information, see
|
|
1685
|
-
# [match](rdoc-ref:Base#match).
|
|
1686
|
-
#
|
|
1687
|
-
# match 'path', to: 'controller#action', via: :post
|
|
1688
|
-
# match 'path', 'otherpath', on: :member, via: :get
|
|
1689
|
-
def match(path, *rest, &block)
|
|
1690
|
-
if rest.empty? && Hash === path
|
|
1691
|
-
options = path
|
|
1692
|
-
path, to = options.find { |name, _value| name.is_a?(String) }
|
|
1693
|
-
|
|
1694
|
-
raise ArgumentError, "Route path not specified" if path.nil?
|
|
1695
|
-
|
|
1696
|
-
case to
|
|
1697
|
-
when Symbol
|
|
1698
|
-
options[:action] = to
|
|
1699
|
-
when String
|
|
1700
|
-
if to.include?("#")
|
|
1701
|
-
options[:to] = to
|
|
1702
|
-
else
|
|
1703
|
-
options[:controller] = to
|
|
1704
|
-
end
|
|
1705
|
-
else
|
|
1706
|
-
options[:to] = to
|
|
1707
|
-
end
|
|
1708
|
-
|
|
1709
|
-
options.delete(path)
|
|
1710
|
-
paths = [path]
|
|
1711
|
-
else
|
|
1712
|
-
options = rest.pop || {}
|
|
1713
|
-
paths = [path] + rest
|
|
1714
|
-
end
|
|
1715
|
-
|
|
1716
|
-
if options.key?(:defaults)
|
|
1717
|
-
defaults(options.delete(:defaults)) { map_match(paths, options, &block) }
|
|
1718
|
-
else
|
|
1719
|
-
map_match(paths, options, &block)
|
|
1720
|
-
end
|
|
1721
|
-
end
|
|
1722
|
-
|
|
1723
|
-
# You can specify what Rails should route "/" to with the root method:
|
|
1724
|
-
#
|
|
1725
|
-
# root to: 'pages#main'
|
|
1726
|
-
#
|
|
1727
|
-
# For options, see `match`, as `root` uses it internally.
|
|
1728
|
-
#
|
|
1729
|
-
# You can also pass a string which will expand
|
|
1730
|
-
#
|
|
1731
|
-
# root 'pages#main'
|
|
1732
|
-
#
|
|
1733
|
-
# You should put the root route at the top of `config/routes.rb`, because this
|
|
1734
|
-
# means it will be matched first. As this is the most popular route of most
|
|
1735
|
-
# Rails applications, this is beneficial.
|
|
1736
|
-
def root(path, options = {})
|
|
1737
|
-
if path.is_a?(String)
|
|
1738
|
-
options[:to] = path
|
|
1739
|
-
elsif path.is_a?(Hash) && options.empty?
|
|
1740
|
-
options = path
|
|
1741
|
-
else
|
|
1742
|
-
raise ArgumentError, "must be called with a path and/or options"
|
|
1743
|
-
end
|
|
1744
|
-
|
|
1745
|
-
if @scope.resources?
|
|
1746
|
-
with_scope_level(:root) do
|
|
1747
|
-
path_scope(parent_resource.path) do
|
|
1748
|
-
match_root_route(options)
|
|
1749
|
-
end
|
|
1750
|
-
end
|
|
1751
|
-
else
|
|
1752
|
-
match_root_route(options)
|
|
1753
|
-
end
|
|
1754
|
-
end
|
|
1755
|
-
|
|
1756
|
-
private
|
|
1757
|
-
def parent_resource
|
|
1758
|
-
@scope[:scope_level_resource]
|
|
1759
|
-
end
|
|
1760
|
-
|
|
1761
|
-
def apply_common_behavior_for(method, resources, options, &block)
|
|
1762
|
-
if resources.length > 1
|
|
1763
|
-
resources.each { |r| public_send(method, r, options, &block) }
|
|
1764
|
-
return true
|
|
1765
|
-
end
|
|
1766
|
-
|
|
1767
|
-
if options[:shallow]
|
|
1768
|
-
options.delete(:shallow)
|
|
1769
|
-
shallow do
|
|
1770
|
-
public_send(method, resources.pop, options, &block)
|
|
1771
|
-
end
|
|
1772
|
-
return true
|
|
1773
|
-
end
|
|
1774
|
-
|
|
1775
|
-
if resource_scope?
|
|
1776
|
-
nested { public_send(method, resources.pop, options, &block) }
|
|
1777
|
-
return true
|
|
1778
|
-
end
|
|
1779
|
-
|
|
1780
|
-
options.keys.each do |k|
|
|
1781
|
-
(options[:constraints] ||= {})[k] = options.delete(k) if options[k].is_a?(Regexp)
|
|
1782
|
-
end
|
|
1783
|
-
|
|
1784
|
-
scope_options = options.slice!(*RESOURCE_OPTIONS)
|
|
1785
|
-
unless scope_options.empty?
|
|
1786
|
-
scope(scope_options) do
|
|
1787
|
-
public_send(method, resources.pop, options, &block)
|
|
1788
|
-
end
|
|
1789
|
-
return true
|
|
1790
|
-
end
|
|
1791
|
-
|
|
1792
|
-
false
|
|
1793
|
-
end
|
|
1794
|
-
|
|
1795
|
-
def apply_action_options(method, options)
|
|
1796
|
-
return options if action_options? options
|
|
1797
|
-
options.merge scope_action_options(method)
|
|
1798
|
-
end
|
|
1799
|
-
|
|
1800
|
-
def action_options?(options)
|
|
1801
|
-
options[:only] || options[:except]
|
|
1802
|
-
end
|
|
1803
|
-
|
|
1804
|
-
def scope_action_options(method)
|
|
1805
|
-
return {} unless @scope[:action_options]
|
|
1806
|
-
|
|
1807
|
-
actions = applicable_actions_for(method)
|
|
1808
|
-
@scope[:action_options].dup.tap do |options|
|
|
1809
|
-
(options[:only] = Array(options[:only]) & actions) if options[:only]
|
|
1810
|
-
(options[:except] = Array(options[:except]) & actions) if options[:except]
|
|
1811
|
-
end
|
|
1812
|
-
end
|
|
1813
|
-
|
|
1814
|
-
def applicable_actions_for(method)
|
|
1815
|
-
case method
|
|
1816
|
-
when :resource
|
|
1817
|
-
SingletonResource.default_actions(api_only?)
|
|
1818
|
-
when :resources
|
|
1819
|
-
Resource.default_actions(api_only?)
|
|
1820
|
-
end
|
|
1821
|
-
end
|
|
1822
|
-
|
|
1823
|
-
def resource_scope?
|
|
1824
|
-
@scope.resource_scope?
|
|
1825
|
-
end
|
|
1826
|
-
|
|
1827
|
-
def resource_method_scope?
|
|
1828
|
-
@scope.resource_method_scope?
|
|
1829
|
-
end
|
|
1830
|
-
|
|
1831
|
-
def nested_scope?
|
|
1832
|
-
@scope.nested?
|
|
1833
|
-
end
|
|
1834
|
-
|
|
1835
|
-
def with_scope_level(kind) # :doc:
|
|
1836
|
-
@scope = @scope.new_level(kind)
|
|
1837
|
-
yield
|
|
1838
|
-
ensure
|
|
1839
|
-
@scope = @scope.parent
|
|
1840
|
-
end
|
|
1841
|
-
|
|
1842
|
-
def resource_scope(resource, &block)
|
|
1843
|
-
@scope = @scope.new(scope_level_resource: resource)
|
|
1844
|
-
|
|
1845
|
-
controller(resource.resource_scope, &block)
|
|
1846
|
-
ensure
|
|
1847
|
-
@scope = @scope.parent
|
|
1848
|
-
end
|
|
1849
|
-
|
|
1850
|
-
def nested_options
|
|
1851
|
-
options = { as: parent_resource.member_name }
|
|
1852
|
-
options[:constraints] = {
|
|
1853
|
-
parent_resource.nested_param => param_constraint
|
|
1854
|
-
} if param_constraint?
|
|
1855
|
-
|
|
1856
|
-
options
|
|
1857
|
-
end
|
|
1858
|
-
|
|
1859
|
-
def shallow_nesting_depth
|
|
1860
|
-
@scope.find_all { |node|
|
|
1861
|
-
node.frame[:scope_level_resource]
|
|
1862
|
-
}.count { |node| node.frame[:scope_level_resource].shallow? }
|
|
1863
|
-
end
|
|
1864
|
-
|
|
1865
|
-
def param_constraint?
|
|
1866
|
-
@scope[:constraints] && @scope[:constraints][parent_resource.param].is_a?(Regexp)
|
|
1867
|
-
end
|
|
1868
|
-
|
|
1869
|
-
def param_constraint
|
|
1870
|
-
@scope[:constraints][parent_resource.param]
|
|
1871
|
-
end
|
|
1872
|
-
|
|
1873
|
-
def canonical_action?(action)
|
|
1874
|
-
resource_method_scope? && CANONICAL_ACTIONS.include?(action.to_s)
|
|
1875
|
-
end
|
|
1876
|
-
|
|
1877
|
-
def shallow_scope
|
|
1878
|
-
scope = { as: @scope[:shallow_prefix],
|
|
1879
|
-
path: @scope[:shallow_path] }
|
|
1880
|
-
@scope = @scope.new scope
|
|
1881
|
-
|
|
1882
|
-
yield
|
|
1883
|
-
ensure
|
|
1884
|
-
@scope = @scope.parent
|
|
1885
|
-
end
|
|
1886
|
-
|
|
1887
|
-
def path_for_action(action, path)
|
|
1888
|
-
return "#{@scope[:path]}/#{path}" if path
|
|
1889
|
-
|
|
1890
|
-
if canonical_action?(action)
|
|
1891
|
-
@scope[:path].to_s
|
|
1892
|
-
else
|
|
1893
|
-
"#{@scope[:path]}/#{action_path(action)}"
|
|
1894
|
-
end
|
|
1895
|
-
end
|
|
1896
|
-
|
|
1897
|
-
def action_path(name)
|
|
1898
|
-
@scope[:path_names][name.to_sym] || name
|
|
1899
|
-
end
|
|
1900
|
-
|
|
1901
|
-
def prefix_name_for_action(as, action)
|
|
1902
|
-
if as
|
|
1903
|
-
prefix = as
|
|
1904
|
-
elsif !canonical_action?(action)
|
|
1905
|
-
prefix = action
|
|
1906
|
-
end
|
|
1907
|
-
|
|
1908
|
-
if prefix && prefix != "/" && !prefix.empty?
|
|
1909
|
-
Mapper.normalize_name prefix.to_s.tr("-", "_")
|
|
1910
|
-
end
|
|
1911
|
-
end
|
|
1912
|
-
|
|
1913
|
-
def name_for_action(as, action)
|
|
1914
|
-
prefix = prefix_name_for_action(as, action)
|
|
1915
|
-
name_prefix = @scope[:as]
|
|
1916
|
-
|
|
1917
|
-
if parent_resource
|
|
1918
|
-
return nil unless as || action
|
|
1919
|
-
|
|
1920
|
-
collection_name = parent_resource.collection_name
|
|
1921
|
-
member_name = parent_resource.member_name
|
|
1922
|
-
end
|
|
1923
|
-
|
|
1924
|
-
action_name = @scope.action_name(name_prefix, prefix, collection_name, member_name)
|
|
1925
|
-
candidate = action_name.select(&:present?).join("_")
|
|
1926
|
-
|
|
1927
|
-
unless candidate.empty?
|
|
1928
|
-
# If a name was not explicitly given, we check if it is valid and return nil in
|
|
1929
|
-
# case it isn't. Otherwise, we pass the invalid name forward so the underlying
|
|
1930
|
-
# router engine treats it and raises an exception.
|
|
1931
|
-
if as.nil?
|
|
1932
|
-
candidate unless !candidate.match?(/\A[_a-z]/i) || has_named_route?(candidate)
|
|
1933
|
-
else
|
|
1934
|
-
candidate
|
|
1935
|
-
end
|
|
1936
|
-
end
|
|
1937
|
-
end
|
|
1938
|
-
|
|
1939
|
-
def set_member_mappings_for_resource # :doc:
|
|
1940
|
-
member do
|
|
1941
|
-
get :edit if parent_resource.actions.include?(:edit)
|
|
1942
|
-
get :show if parent_resource.actions.include?(:show)
|
|
1943
|
-
if parent_resource.actions.include?(:update)
|
|
1944
|
-
patch :update
|
|
1945
|
-
put :update
|
|
1946
|
-
end
|
|
1947
|
-
delete :destroy if parent_resource.actions.include?(:destroy)
|
|
1948
|
-
end
|
|
1949
|
-
end
|
|
1950
|
-
|
|
1951
|
-
def api_only? # :doc:
|
|
1952
|
-
@set.api_only?
|
|
1953
|
-
end
|
|
1954
|
-
|
|
1955
|
-
def path_scope(path)
|
|
1956
|
-
@scope = @scope.new(path: merge_path_scope(@scope[:path], path))
|
|
1957
|
-
yield
|
|
1958
|
-
ensure
|
|
1959
|
-
@scope = @scope.parent
|
|
1960
|
-
end
|
|
1961
|
-
|
|
1962
|
-
def map_match(paths, options)
|
|
1963
|
-
ActionDispatch.deprecator.warn(<<-MSG.squish) if paths.count > 1
|
|
1964
|
-
Mapping a route with multiple paths is deprecated and
|
|
1965
|
-
will be removed in Rails 8.1. Please use multiple method calls instead.
|
|
1966
|
-
MSG
|
|
1967
|
-
|
|
1968
|
-
if (on = options[:on]) && !VALID_ON_OPTIONS.include?(on)
|
|
1969
|
-
raise ArgumentError, "Unknown scope #{on.inspect} given to :on"
|
|
1970
|
-
end
|
|
1971
|
-
|
|
1972
|
-
if @scope[:to]
|
|
1973
|
-
options[:to] ||= @scope[:to]
|
|
1974
|
-
end
|
|
1975
|
-
|
|
1976
|
-
if @scope[:controller] && @scope[:action]
|
|
1977
|
-
options[:to] ||= "#{@scope[:controller]}##{@scope[:action]}"
|
|
1978
|
-
end
|
|
1979
|
-
|
|
1980
|
-
controller = options.delete(:controller) || @scope[:controller]
|
|
1981
|
-
option_path = options.delete :path
|
|
1982
|
-
to = options.delete :to
|
|
1983
|
-
via = Mapping.check_via Array(options.delete(:via) {
|
|
1984
|
-
@scope[:via]
|
|
1985
|
-
})
|
|
1986
|
-
formatted = options.delete(:format) { @scope[:format] }
|
|
1987
|
-
anchor = options.delete(:anchor) { true }
|
|
1988
|
-
options_constraints = options.delete(:constraints) || {}
|
|
1989
|
-
|
|
1990
|
-
path_types = paths.group_by(&:class)
|
|
1991
|
-
(path_types[String] || []).each do |_path|
|
|
1992
|
-
route_options = options.dup
|
|
1993
|
-
if _path && option_path
|
|
1994
|
-
raise ArgumentError, "Ambiguous route definition. Both :path and the route path were specified as strings."
|
|
1995
|
-
end
|
|
1996
|
-
to = get_to_from_path(_path, to, route_options[:action])
|
|
1997
|
-
decomposed_match(_path, controller, route_options, _path, to, via, formatted, anchor, options_constraints)
|
|
1998
|
-
end
|
|
1999
|
-
|
|
2000
|
-
(path_types[Symbol] || []).each do |action|
|
|
2001
|
-
route_options = options.dup
|
|
2002
|
-
decomposed_match(action, controller, route_options, option_path, to, via, formatted, anchor, options_constraints)
|
|
2003
|
-
end
|
|
2004
|
-
|
|
2005
|
-
self
|
|
2006
|
-
end
|
|
2007
|
-
|
|
2008
|
-
def get_to_from_path(path, to, action)
|
|
2009
|
-
return to if to || action
|
|
2010
|
-
|
|
2011
|
-
path_without_format = path.sub(/\(\.:format\)$/, "")
|
|
2012
|
-
if using_match_shorthand?(path_without_format)
|
|
2013
|
-
path_without_format.delete_prefix("/").sub(%r{/([^/]*)$}, '#\1').tr("-", "_")
|
|
2014
|
-
else
|
|
2015
|
-
nil
|
|
2016
|
-
end
|
|
2017
|
-
end
|
|
2018
|
-
|
|
2019
|
-
def using_match_shorthand?(path)
|
|
2020
|
-
%r{^/?[-\w]+/[-\w/]+$}.match?(path)
|
|
2021
|
-
end
|
|
2022
|
-
|
|
2023
|
-
def decomposed_match(path, controller, options, _path, to, via, formatted, anchor, options_constraints)
|
|
2024
|
-
if on = options.delete(:on)
|
|
2025
|
-
send(on) { decomposed_match(path, controller, options, _path, to, via, formatted, anchor, options_constraints) }
|
|
2026
|
-
else
|
|
2027
|
-
case @scope.scope_level
|
|
2028
|
-
when :resources
|
|
2029
|
-
nested { decomposed_match(path, controller, options, _path, to, via, formatted, anchor, options_constraints) }
|
|
2030
|
-
when :resource
|
|
2031
|
-
member { decomposed_match(path, controller, options, _path, to, via, formatted, anchor, options_constraints) }
|
|
2032
|
-
else
|
|
2033
|
-
add_route(path, controller, options, _path, to, via, formatted, anchor, options_constraints)
|
|
2034
|
-
end
|
|
2035
|
-
end
|
|
2036
|
-
end
|
|
2037
|
-
|
|
2038
|
-
def add_route(action, controller, options, _path, to, via, formatted, anchor, options_constraints)
|
|
2039
|
-
path = path_for_action(action, _path)
|
|
2040
|
-
raise ArgumentError, "path is required" if path.blank?
|
|
2041
|
-
|
|
2042
|
-
action = action.to_s
|
|
2043
|
-
|
|
2044
|
-
default_action = options.delete(:action) || @scope[:action]
|
|
2045
|
-
|
|
2046
|
-
if /^[\w\-\/]+$/.match?(action)
|
|
2047
|
-
default_action ||= action.tr("-", "_") unless action.include?("/")
|
|
2048
|
-
else
|
|
2049
|
-
action = nil
|
|
2050
|
-
end
|
|
2051
|
-
|
|
2052
|
-
as = if !options.fetch(:as, true) # if it's set to nil or false
|
|
2053
|
-
options.delete(:as)
|
|
2054
|
-
else
|
|
2055
|
-
name_for_action(options.delete(:as), action)
|
|
2056
|
-
end
|
|
2057
|
-
|
|
2058
|
-
path = Mapping.normalize_path URI::RFC2396_PARSER.escape(path), formatted
|
|
2059
|
-
ast = Journey::Parser.parse path
|
|
2060
|
-
|
|
2061
|
-
mapping = Mapping.build(@scope, @set, ast, controller, default_action, to, via, formatted, options_constraints, anchor, options)
|
|
2062
|
-
@set.add_route(mapping, as)
|
|
2063
|
-
end
|
|
2064
|
-
|
|
2065
|
-
def match_root_route(options)
|
|
2066
|
-
args = ["/", { as: :root, via: :get }.merge(options)]
|
|
2067
|
-
match(*args)
|
|
2068
|
-
end
|
|
2069
|
-
end
|
|
2070
|
-
|
|
2071
|
-
# Routing Concerns allow you to declare common routes that can be reused inside
|
|
2072
|
-
# others resources and routes.
|
|
2073
|
-
#
|
|
2074
|
-
# concern :commentable do
|
|
2075
|
-
# resources :comments
|
|
2076
|
-
# end
|
|
2077
|
-
#
|
|
2078
|
-
# concern :image_attachable do
|
|
2079
|
-
# resources :images, only: :index
|
|
2080
|
-
# end
|
|
2081
|
-
#
|
|
2082
|
-
# These concerns are used in Resources routing:
|
|
2083
|
-
#
|
|
2084
|
-
# resources :messages, concerns: [:commentable, :image_attachable]
|
|
2085
|
-
#
|
|
2086
|
-
# or in a scope or namespace:
|
|
2087
|
-
#
|
|
2088
|
-
# namespace :posts do
|
|
2089
|
-
# concerns :commentable
|
|
2090
|
-
# end
|
|
2091
|
-
module Concerns
|
|
2092
|
-
# Define a routing concern using a name.
|
|
2093
|
-
#
|
|
2094
|
-
# Concerns may be defined inline, using a block, or handled by another object,
|
|
2095
|
-
# by passing that object as the second parameter.
|
|
2096
|
-
#
|
|
2097
|
-
# The concern object, if supplied, should respond to `call`, which will receive
|
|
2098
|
-
# two parameters:
|
|
2099
|
-
#
|
|
2100
|
-
# * The current mapper
|
|
2101
|
-
# * A hash of options which the concern object may use
|
|
2102
|
-
#
|
|
2103
|
-
# Options may also be used by concerns defined in a block by accepting a block
|
|
2104
|
-
# parameter. So, using a block, you might do something as simple as limit the
|
|
2105
|
-
# actions available on certain resources, passing standard resource options
|
|
2106
|
-
# through the concern:
|
|
2107
|
-
#
|
|
2108
|
-
# concern :commentable do |options|
|
|
2109
|
-
# resources :comments, options
|
|
2110
|
-
# end
|
|
2111
|
-
#
|
|
2112
|
-
# resources :posts, concerns: :commentable
|
|
2113
|
-
# resources :archived_posts do
|
|
2114
|
-
# # Don't allow comments on archived posts
|
|
2115
|
-
# concerns :commentable, only: [:index, :show]
|
|
2116
|
-
# end
|
|
2117
|
-
#
|
|
2118
|
-
# Or, using a callable object, you might implement something more specific to
|
|
2119
|
-
# your application, which would be out of place in your routes file.
|
|
2120
|
-
#
|
|
2121
|
-
# # purchasable.rb
|
|
2122
|
-
# class Purchasable
|
|
2123
|
-
# def initialize(defaults = {})
|
|
2124
|
-
# @defaults = defaults
|
|
2125
|
-
# end
|
|
2126
|
-
#
|
|
2127
|
-
# def call(mapper, options = {})
|
|
2128
|
-
# options = @defaults.merge(options)
|
|
2129
|
-
# mapper.resources :purchases
|
|
2130
|
-
# mapper.resources :receipts
|
|
2131
|
-
# mapper.resources :returns if options[:returnable]
|
|
2132
|
-
# end
|
|
2133
|
-
# end
|
|
2134
|
-
#
|
|
2135
|
-
# # routes.rb
|
|
2136
|
-
# concern :purchasable, Purchasable.new(returnable: true)
|
|
2137
|
-
#
|
|
2138
|
-
# resources :toys, concerns: :purchasable
|
|
2139
|
-
# resources :electronics, concerns: :purchasable
|
|
2140
|
-
# resources :pets do
|
|
2141
|
-
# concerns :purchasable, returnable: false
|
|
2142
|
-
# end
|
|
2143
|
-
#
|
|
2144
|
-
# Any routing helpers can be used inside a concern. If using a callable, they're
|
|
2145
|
-
# accessible from the Mapper that's passed to `call`.
|
|
2146
|
-
def concern(name, callable = nil, &block)
|
|
2147
|
-
callable ||= lambda { |mapper, options| mapper.instance_exec(options, &block) }
|
|
2148
|
-
@concerns[name] = callable
|
|
2149
|
-
end
|
|
2150
|
-
|
|
2151
|
-
# Use the named concerns
|
|
2152
|
-
#
|
|
2153
|
-
# resources :posts do
|
|
2154
|
-
# concerns :commentable
|
|
2155
|
-
# end
|
|
2156
|
-
#
|
|
2157
|
-
# Concerns also work in any routes helper that you want to use:
|
|
2158
|
-
#
|
|
2159
|
-
# namespace :posts do
|
|
2160
|
-
# concerns :commentable
|
|
2161
|
-
# end
|
|
2162
|
-
def concerns(*args)
|
|
2163
|
-
options = args.extract_options!
|
|
2164
|
-
args.flatten.each do |name|
|
|
2165
|
-
if concern = @concerns[name]
|
|
2166
|
-
concern.call(self, options)
|
|
2167
|
-
else
|
|
2168
|
-
raise ArgumentError, "No concern named #{name} was found!"
|
|
2169
|
-
end
|
|
2170
|
-
end
|
|
2171
|
-
end
|
|
2172
|
-
end
|
|
2173
|
-
|
|
2174
|
-
module CustomUrls
|
|
2175
|
-
# Define custom URL helpers that will be added to the application's routes. This
|
|
2176
|
-
# allows you to override and/or replace the default behavior of routing helpers,
|
|
2177
|
-
# e.g:
|
|
2178
|
-
#
|
|
2179
|
-
# direct :homepage do
|
|
2180
|
-
# "https://rubyonrails.org"
|
|
2181
|
-
# end
|
|
2182
|
-
#
|
|
2183
|
-
# direct :commentable do |model|
|
|
2184
|
-
# [ model, anchor: model.dom_id ]
|
|
2185
|
-
# end
|
|
2186
|
-
#
|
|
2187
|
-
# direct :main do
|
|
2188
|
-
# { controller: "pages", action: "index", subdomain: "www" }
|
|
2189
|
-
# end
|
|
2190
|
-
#
|
|
2191
|
-
# The return value from the block passed to `direct` must be a valid set of
|
|
2192
|
-
# arguments for `url_for` which will actually build the URL string. This can be
|
|
2193
|
-
# one of the following:
|
|
2194
|
-
#
|
|
2195
|
-
# * A string, which is treated as a generated URL
|
|
2196
|
-
# * A hash, e.g. `{ controller: "pages", action: "index" }`
|
|
2197
|
-
# * An array, which is passed to `polymorphic_url`
|
|
2198
|
-
# * An Active Model instance
|
|
2199
|
-
# * An Active Model class
|
|
2200
|
-
#
|
|
2201
|
-
#
|
|
2202
|
-
# NOTE: Other URL helpers can be called in the block but be careful not to
|
|
2203
|
-
# invoke your custom URL helper again otherwise it will result in a stack
|
|
2204
|
-
# overflow error.
|
|
2205
|
-
#
|
|
2206
|
-
# You can also specify default options that will be passed through to your URL
|
|
2207
|
-
# helper definition, e.g:
|
|
2208
|
-
#
|
|
2209
|
-
# direct :browse, page: 1, size: 10 do |options|
|
|
2210
|
-
# [ :products, options.merge(params.permit(:page, :size).to_h.symbolize_keys) ]
|
|
2211
|
-
# end
|
|
2212
|
-
#
|
|
2213
|
-
# In this instance the `params` object comes from the context in which the block
|
|
2214
|
-
# is executed, e.g. generating a URL inside a controller action or a view. If
|
|
2215
|
-
# the block is executed where there isn't a `params` object such as this:
|
|
2216
|
-
#
|
|
2217
|
-
# Rails.application.routes.url_helpers.browse_path
|
|
2218
|
-
#
|
|
2219
|
-
# then it will raise a `NameError`. Because of this you need to be aware of the
|
|
2220
|
-
# context in which you will use your custom URL helper when defining it.
|
|
2221
|
-
#
|
|
2222
|
-
# NOTE: The `direct` method can't be used inside of a scope block such as
|
|
2223
|
-
# `namespace` or `scope` and will raise an error if it detects that it is.
|
|
2224
|
-
def direct(name, options = {}, &block)
|
|
2225
|
-
unless @scope.root?
|
|
2226
|
-
raise RuntimeError, "The direct method can't be used inside a routes scope block"
|
|
2227
|
-
end
|
|
2228
|
-
|
|
2229
|
-
@set.add_url_helper(name, options, &block)
|
|
2230
|
-
end
|
|
2231
|
-
|
|
2232
|
-
# Define custom polymorphic mappings of models to URLs. This alters the behavior
|
|
2233
|
-
# of `polymorphic_url` and consequently the behavior of `link_to`, `form_with`
|
|
2234
|
-
# and `form_for` when passed a model instance, e.g:
|
|
2235
|
-
#
|
|
2236
|
-
# resource :basket
|
|
2237
|
-
#
|
|
2238
|
-
# resolve "Basket" do
|
|
2239
|
-
# [:basket]
|
|
2240
|
-
# end
|
|
2241
|
-
#
|
|
2242
|
-
# This will now generate "/basket" when a `Basket` instance is passed to
|
|
2243
|
-
# `link_to`, `form_with` or `form_for` instead of the standard "/baskets/:id".
|
|
2244
|
-
#
|
|
2245
|
-
# NOTE: This custom behavior only applies to simple polymorphic URLs where a
|
|
2246
|
-
# single model instance is passed and not more complicated forms, e.g:
|
|
2247
|
-
#
|
|
2248
|
-
# # config/routes.rb
|
|
2249
|
-
# resource :profile
|
|
2250
|
-
# namespace :admin do
|
|
2251
|
-
# resources :users
|
|
2252
|
-
# end
|
|
2253
|
-
#
|
|
2254
|
-
# resolve("User") { [:profile] }
|
|
2255
|
-
#
|
|
2256
|
-
# # app/views/application/_menu.html.erb
|
|
2257
|
-
# link_to "Profile", @current_user
|
|
2258
|
-
# link_to "Profile", [:admin, @current_user]
|
|
2259
|
-
#
|
|
2260
|
-
# The first `link_to` will generate "/profile" but the second will generate the
|
|
2261
|
-
# standard polymorphic URL of "/admin/users/1".
|
|
2262
|
-
#
|
|
2263
|
-
# You can pass options to a polymorphic mapping - the arity for the block needs
|
|
2264
|
-
# to be two as the instance is passed as the first argument, e.g:
|
|
2265
|
-
#
|
|
2266
|
-
# resolve "Basket", anchor: "items" do |basket, options|
|
|
2267
|
-
# [:basket, options]
|
|
2268
|
-
# end
|
|
2269
|
-
#
|
|
2270
|
-
# This generates the URL "/basket#items" because when the last item in an array
|
|
2271
|
-
# passed to `polymorphic_url` is a hash then it's treated as options to the URL
|
|
2272
|
-
# helper that gets called.
|
|
2273
|
-
#
|
|
2274
|
-
# NOTE: The `resolve` method can't be used inside of a scope block such as
|
|
2275
|
-
# `namespace` or `scope` and will raise an error if it detects that it is.
|
|
2276
|
-
def resolve(*args, &block)
|
|
2277
|
-
unless @scope.root?
|
|
2278
|
-
raise RuntimeError, "The resolve method can't be used inside a routes scope block"
|
|
2279
|
-
end
|
|
2280
|
-
|
|
2281
|
-
options = args.extract_options!
|
|
2282
|
-
args = args.flatten(1)
|
|
2283
|
-
|
|
2284
|
-
args.each do |klass|
|
|
2285
|
-
@set.add_polymorphic_mapping(klass, options, &block)
|
|
2286
|
-
end
|
|
2287
|
-
end
|
|
2288
|
-
end
|
|
2289
|
-
|
|
2290
|
-
class Scope # :nodoc:
|
|
2291
|
-
OPTIONS = [:path, :shallow_path, :as, :shallow_prefix, :module,
|
|
2292
|
-
:controller, :action, :path_names, :constraints,
|
|
2293
|
-
:shallow, :blocks, :defaults, :via, :format, :options, :to]
|
|
2294
|
-
|
|
2295
|
-
RESOURCE_SCOPES = [:resource, :resources]
|
|
2296
|
-
RESOURCE_METHOD_SCOPES = [:collection, :member, :new]
|
|
2297
|
-
|
|
2298
|
-
attr_reader :parent, :scope_level
|
|
2299
|
-
|
|
2300
|
-
def initialize(hash, parent = ROOT, scope_level = nil)
|
|
2301
|
-
@parent = parent
|
|
2302
|
-
@hash = parent ? parent.frame.merge(hash) : hash
|
|
2303
|
-
@scope_level = scope_level
|
|
2304
|
-
end
|
|
2305
|
-
|
|
2306
|
-
def nested?
|
|
2307
|
-
scope_level == :nested
|
|
2308
|
-
end
|
|
2309
|
-
|
|
2310
|
-
def null?
|
|
2311
|
-
@hash.nil? && @parent.nil?
|
|
2312
|
-
end
|
|
2313
|
-
|
|
2314
|
-
def root?
|
|
2315
|
-
@parent == ROOT
|
|
2316
|
-
end
|
|
2317
|
-
|
|
2318
|
-
def resources?
|
|
2319
|
-
scope_level == :resources
|
|
2320
|
-
end
|
|
2321
|
-
|
|
2322
|
-
def resource_method_scope?
|
|
2323
|
-
RESOURCE_METHOD_SCOPES.include? scope_level
|
|
2324
|
-
end
|
|
2325
|
-
|
|
2326
|
-
def action_name(name_prefix, prefix, collection_name, member_name)
|
|
2327
|
-
case scope_level
|
|
2328
|
-
when :nested
|
|
2329
|
-
[name_prefix, prefix]
|
|
2330
|
-
when :collection
|
|
2331
|
-
[prefix, name_prefix, collection_name]
|
|
2332
|
-
when :new
|
|
2333
|
-
[prefix, :new, name_prefix, member_name]
|
|
2334
|
-
when :member
|
|
2335
|
-
[prefix, name_prefix, member_name]
|
|
2336
|
-
when :root
|
|
2337
|
-
[name_prefix, collection_name, prefix]
|
|
2338
|
-
else
|
|
2339
|
-
[name_prefix, member_name, prefix]
|
|
2340
|
-
end
|
|
2341
|
-
end
|
|
2342
|
-
|
|
2343
|
-
def resource_scope?
|
|
2344
|
-
RESOURCE_SCOPES.include? scope_level
|
|
2345
|
-
end
|
|
2346
|
-
|
|
2347
|
-
def options
|
|
2348
|
-
OPTIONS
|
|
2349
|
-
end
|
|
2350
|
-
|
|
2351
|
-
def new(hash)
|
|
2352
|
-
self.class.new hash, self, scope_level
|
|
2353
|
-
end
|
|
2354
|
-
|
|
2355
|
-
def new_level(level)
|
|
2356
|
-
self.class.new(frame, self, level)
|
|
2357
|
-
end
|
|
2358
|
-
|
|
2359
|
-
def [](key)
|
|
2360
|
-
frame[key]
|
|
2361
|
-
end
|
|
2362
|
-
|
|
2363
|
-
def frame; @hash; end
|
|
2364
|
-
|
|
2365
|
-
include Enumerable
|
|
2366
|
-
|
|
2367
|
-
def each
|
|
2368
|
-
node = self
|
|
2369
|
-
until node.equal? ROOT
|
|
2370
|
-
yield node
|
|
2371
|
-
node = node.parent
|
|
2372
|
-
end
|
|
2373
|
-
end
|
|
2374
|
-
|
|
2375
|
-
ROOT = Scope.new({}, nil)
|
|
2376
|
-
end
|
|
2377
|
-
|
|
2378
|
-
def initialize(set) # :nodoc:
|
|
2379
|
-
@set = set
|
|
2380
|
-
@draw_paths = set.draw_paths
|
|
2381
|
-
@scope = Scope.new(path_names: @set.resources_path_names)
|
|
2382
|
-
@concerns = {}
|
|
2383
|
-
end
|
|
2384
|
-
|
|
2385
|
-
include Base
|
|
2386
|
-
include HttpHelpers
|
|
2387
|
-
include Redirection
|
|
2388
|
-
include Scoping
|
|
2389
|
-
include Concerns
|
|
2390
|
-
include Resources
|
|
2391
|
-
include CustomUrls
|
|
2392
|
-
end
|
|
2393
|
-
end
|
|
2394
|
-
end
|