katalyst-govuk-formbuilder 1.9.2 → 1.9.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/builds/katalyst/govuk/formbuilder.css +4246 -0
- data/app/assets/builds/katalyst/govuk/formbuilder.js +1253 -0
- data/app/assets/builds/katalyst/govuk/formbuilder.min.js +46 -0
- data/lib/katalyst/govuk/formbuilder/engine.rb +1 -1
- data/node_modules/govuk-frontend/dist/govuk/_base.scss +5 -0
- data/node_modules/govuk-frontend/dist/govuk/all.scss +3 -0
- data/node_modules/govuk-frontend/dist/govuk/components/_all.scss +10 -0
- data/node_modules/govuk-frontend/dist/govuk/components/_index.scss +39 -0
- data/node_modules/govuk-frontend/dist/govuk/components/accordion/_accordion.scss +4 -0
- data/node_modules/govuk-frontend/dist/govuk/components/accordion/_index.scss +366 -0
- data/node_modules/govuk-frontend/dist/govuk/components/back-link/_back-link.scss +4 -0
- data/node_modules/govuk-frontend/dist/govuk/components/back-link/_index.scss +83 -0
- data/node_modules/govuk-frontend/dist/govuk/components/breadcrumbs/_breadcrumbs.scss +4 -0
- data/node_modules/govuk-frontend/dist/govuk/components/breadcrumbs/_index.scss +134 -0
- data/node_modules/govuk-frontend/dist/govuk/components/button/_button.scss +4 -0
- data/node_modules/govuk-frontend/dist/govuk/components/button/_index.scss +262 -0
- data/node_modules/govuk-frontend/dist/govuk/components/character-count/_character-count.scss +4 -0
- data/node_modules/govuk-frontend/dist/govuk/components/character-count/_index.scss +36 -0
- data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/_checkboxes.scss +4 -0
- data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/_index.scss +306 -0
- data/node_modules/govuk-frontend/dist/govuk/components/cookie-banner/_cookie-banner.scss +4 -0
- data/node_modules/govuk-frontend/dist/govuk/components/cookie-banner/_index.scss +50 -0
- data/node_modules/govuk-frontend/dist/govuk/components/date-input/_date-input.scss +4 -0
- data/node_modules/govuk-frontend/dist/govuk/components/date-input/_index.scss +28 -0
- data/node_modules/govuk-frontend/dist/govuk/components/details/_details.scss +4 -0
- data/node_modules/govuk-frontend/dist/govuk/components/details/_index.scss +134 -0
- data/node_modules/govuk-frontend/dist/govuk/components/error-message/_error-message.scss +4 -0
- data/node_modules/govuk-frontend/dist/govuk/components/error-message/_index.scss +14 -0
- data/node_modules/govuk-frontend/dist/govuk/components/error-summary/_error-summary.scss +4 -0
- data/node_modules/govuk-frontend/dist/govuk/components/error-summary/_index.scss +52 -0
- data/node_modules/govuk-frontend/dist/govuk/components/exit-this-page/_exit-this-page.scss +4 -0
- data/node_modules/govuk-frontend/dist/govuk/components/exit-this-page/_index.scss +92 -0
- data/node_modules/govuk-frontend/dist/govuk/components/fieldset/_fieldset.scss +4 -0
- data/node_modules/govuk-frontend/dist/govuk/components/fieldset/_index.scss +71 -0
- data/node_modules/govuk-frontend/dist/govuk/components/file-upload/_file-upload.scss +4 -0
- data/node_modules/govuk-frontend/dist/govuk/components/file-upload/_index.scss +52 -0
- data/node_modules/govuk-frontend/dist/govuk/components/footer/_footer.scss +4 -0
- data/node_modules/govuk-frontend/dist/govuk/components/footer/_index.scss +152 -0
- data/node_modules/govuk-frontend/dist/govuk/components/header/_header.scss +4 -0
- data/node_modules/govuk-frontend/dist/govuk/components/header/_index.scss +346 -0
- data/node_modules/govuk-frontend/dist/govuk/components/hint/_hint.scss +4 -0
- data/node_modules/govuk-frontend/dist/govuk/components/hint/_index.scss +45 -0
- data/node_modules/govuk-frontend/dist/govuk/components/input/_index.scss +165 -0
- data/node_modules/govuk-frontend/dist/govuk/components/input/_input.scss +4 -0
- data/node_modules/govuk-frontend/dist/govuk/components/inset-text/_index.scss +26 -0
- data/node_modules/govuk-frontend/dist/govuk/components/inset-text/_inset-text.scss +4 -0
- data/node_modules/govuk-frontend/dist/govuk/components/label/_index.scss +46 -0
- data/node_modules/govuk-frontend/dist/govuk/components/label/_label.scss +4 -0
- data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/_index.scss +92 -0
- data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/_notification-banner.scss +4 -0
- data/node_modules/govuk-frontend/dist/govuk/components/pagination/_index.scss +241 -0
- data/node_modules/govuk-frontend/dist/govuk/components/pagination/_pagination.scss +4 -0
- data/node_modules/govuk-frontend/dist/govuk/components/panel/_index.scss +54 -0
- data/node_modules/govuk-frontend/dist/govuk/components/panel/_panel.scss +4 -0
- data/node_modules/govuk-frontend/dist/govuk/components/password-input/_index.scss +54 -0
- data/node_modules/govuk-frontend/dist/govuk/components/password-input/_password-input.scss +4 -0
- data/node_modules/govuk-frontend/dist/govuk/components/phase-banner/_index.scss +44 -0
- data/node_modules/govuk-frontend/dist/govuk/components/phase-banner/_phase-banner.scss +4 -0
- data/node_modules/govuk-frontend/dist/govuk/components/radios/_index.scss +326 -0
- data/node_modules/govuk-frontend/dist/govuk/components/radios/_radios.scss +4 -0
- data/node_modules/govuk-frontend/dist/govuk/components/select/_index.scss +59 -0
- data/node_modules/govuk-frontend/dist/govuk/components/select/_select.scss +4 -0
- data/node_modules/govuk-frontend/dist/govuk/components/skip-link/_index.scss +50 -0
- data/node_modules/govuk-frontend/dist/govuk/components/skip-link/_skip-link.scss +4 -0
- data/node_modules/govuk-frontend/dist/govuk/components/summary-list/_index.scss +277 -0
- data/node_modules/govuk-frontend/dist/govuk/components/summary-list/_summary-list.scss +4 -0
- data/node_modules/govuk-frontend/dist/govuk/components/table/_index.scss +75 -0
- data/node_modules/govuk-frontend/dist/govuk/components/table/_table.scss +4 -0
- data/node_modules/govuk-frontend/dist/govuk/components/tabs/_index.scss +134 -0
- data/node_modules/govuk-frontend/dist/govuk/components/tabs/_tabs.scss +4 -0
- data/node_modules/govuk-frontend/dist/govuk/components/tag/_index.scss +94 -0
- data/node_modules/govuk-frontend/dist/govuk/components/tag/_tag.scss +4 -0
- data/node_modules/govuk-frontend/dist/govuk/components/task-list/_index.scss +77 -0
- data/node_modules/govuk-frontend/dist/govuk/components/task-list/_task-list.scss +4 -0
- data/node_modules/govuk-frontend/dist/govuk/components/textarea/_index.scss +50 -0
- data/node_modules/govuk-frontend/dist/govuk/components/textarea/_textarea.scss +4 -0
- data/node_modules/govuk-frontend/dist/govuk/components/warning-text/_index.scss +65 -0
- data/node_modules/govuk-frontend/dist/govuk/components/warning-text/_warning-text.scss +4 -0
- data/node_modules/govuk-frontend/dist/govuk/core/_all.scss +10 -0
- data/node_modules/govuk-frontend/dist/govuk/core/_global-styles.scss +20 -0
- data/node_modules/govuk-frontend/dist/govuk/core/_govuk-frontend-properties.scss +12 -0
- data/node_modules/govuk-frontend/dist/govuk/core/_index.scss +8 -0
- data/node_modules/govuk-frontend/dist/govuk/core/_links.scss +42 -0
- data/node_modules/govuk-frontend/dist/govuk/core/_lists.scss +67 -0
- data/node_modules/govuk-frontend/dist/govuk/core/_section-break.scss +51 -0
- data/node_modules/govuk-frontend/dist/govuk/core/_typography.scss +189 -0
- data/node_modules/govuk-frontend/dist/govuk/helpers/_all.scss +10 -0
- data/node_modules/govuk-frontend/dist/govuk/helpers/_clearfix.scss +17 -0
- data/node_modules/govuk-frontend/dist/govuk/helpers/_colour.scss +91 -0
- data/node_modules/govuk-frontend/dist/govuk/helpers/_device-pixels.scss +38 -0
- data/node_modules/govuk-frontend/dist/govuk/helpers/_focused.scss +49 -0
- data/node_modules/govuk-frontend/dist/govuk/helpers/_font-faces.scss +41 -0
- data/node_modules/govuk-frontend/dist/govuk/helpers/_grid.scss +63 -0
- data/node_modules/govuk-frontend/dist/govuk/helpers/_index.scss +14 -0
- data/node_modules/govuk-frontend/dist/govuk/helpers/_links.scss +391 -0
- data/node_modules/govuk-frontend/dist/govuk/helpers/_media-queries.scss +82 -0
- data/node_modules/govuk-frontend/dist/govuk/helpers/_shape-arrow.scss +82 -0
- data/node_modules/govuk-frontend/dist/govuk/helpers/_spacing.scss +173 -0
- data/node_modules/govuk-frontend/dist/govuk/helpers/_typography.scss +271 -0
- data/node_modules/govuk-frontend/dist/govuk/helpers/_visually-hidden.scss +117 -0
- data/node_modules/govuk-frontend/dist/govuk/index.scss +11 -0
- data/node_modules/govuk-frontend/dist/govuk/objects/_all.scss +10 -0
- data/node_modules/govuk-frontend/dist/govuk/objects/_button-group.scss +80 -0
- data/node_modules/govuk-frontend/dist/govuk/objects/_form-group.scss +25 -0
- data/node_modules/govuk-frontend/dist/govuk/objects/_grid.scss +26 -0
- data/node_modules/govuk-frontend/dist/govuk/objects/_index.scss +8 -0
- data/node_modules/govuk-frontend/dist/govuk/objects/_main-wrapper.scss +55 -0
- data/node_modules/govuk-frontend/dist/govuk/objects/_template.scss +53 -0
- data/node_modules/govuk-frontend/dist/govuk/objects/_width-container.scss +77 -0
- data/node_modules/govuk-frontend/dist/govuk/overrides/_all.scss +9 -0
- data/node_modules/govuk-frontend/dist/govuk/overrides/_display.scss +26 -0
- data/node_modules/govuk-frontend/dist/govuk/overrides/_index.scss +7 -0
- data/node_modules/govuk-frontend/dist/govuk/overrides/_spacing.scss +86 -0
- data/node_modules/govuk-frontend/dist/govuk/overrides/_text-align.scss +16 -0
- data/node_modules/govuk-frontend/dist/govuk/overrides/_typography.scss +38 -0
- data/node_modules/govuk-frontend/dist/govuk/overrides/_width.scss +48 -0
- data/node_modules/govuk-frontend/dist/govuk/settings/_all.scss +10 -0
- data/node_modules/govuk-frontend/dist/govuk/settings/_assets.scss +84 -0
- data/node_modules/govuk-frontend/dist/govuk/settings/_colours-applied.scss +157 -0
- data/node_modules/govuk-frontend/dist/govuk/settings/_colours-organisations.scss +148 -0
- data/node_modules/govuk-frontend/dist/govuk/settings/_colours-palette.scss +37 -0
- data/node_modules/govuk-frontend/dist/govuk/settings/_global-styles.scss +15 -0
- data/node_modules/govuk-frontend/dist/govuk/settings/_index.scss +23 -0
- data/node_modules/govuk-frontend/dist/govuk/settings/_links.scss +49 -0
- data/node_modules/govuk-frontend/dist/govuk/settings/_measurements.scss +107 -0
- data/node_modules/govuk-frontend/dist/govuk/settings/_media-queries.scss +25 -0
- data/node_modules/govuk-frontend/dist/govuk/settings/_spacing.scss +78 -0
- data/node_modules/govuk-frontend/dist/govuk/settings/_typography-font.scss +52 -0
- data/node_modules/govuk-frontend/dist/govuk/settings/_typography-responsive.scss +322 -0
- data/node_modules/govuk-frontend/dist/govuk/settings/_warnings.scss +78 -0
- data/node_modules/govuk-frontend/dist/govuk/tools/_all.scss +10 -0
- data/node_modules/govuk-frontend/dist/govuk/tools/_exports.scss +35 -0
- data/node_modules/govuk-frontend/dist/govuk/tools/_font-url.scss +28 -0
- data/node_modules/govuk-frontend/dist/govuk/tools/_image-url.scss +28 -0
- data/node_modules/govuk-frontend/dist/govuk/tools/_index.scss +7 -0
- data/node_modules/govuk-frontend/dist/govuk/tools/_px-to-em.scss +22 -0
- data/node_modules/govuk-frontend/dist/govuk/tools/_px-to-rem.scss +22 -0
- data/node_modules/govuk-frontend/dist/govuk/utilities/_all.scss +10 -0
- data/node_modules/govuk-frontend/dist/govuk/utilities/_clearfix.scss +7 -0
- data/node_modules/govuk-frontend/dist/govuk/utilities/_index.scss +4 -0
- data/node_modules/govuk-frontend/dist/govuk/utilities/_visually-hidden.scss +11 -0
- data/node_modules/govuk-frontend/dist/govuk/vendor/_sass-mq.scss +349 -0
- metadata +144 -3516
- data/vendor/bundle/ruby/3.3.0/bin/nokogiri +0 -29
- data/vendor/bundle/ruby/3.3.0/bin/racc +0 -29
- data/vendor/bundle/ruby/3.3.0/bin/rake +0 -29
- data/vendor/bundle/ruby/3.3.0/bin/rubocop +0 -29
- data/vendor/bundle/ruby/3.3.0/bin/ruby-parse +0 -29
- data/vendor/bundle/ruby/3.3.0/bin/ruby-rewrite +0 -29
- data/vendor/bundle/ruby/3.3.0/cache/actionview-7.1.3.4.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/activemodel-7.1.3.4.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/activesupport-7.1.3.4.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/ast-2.4.2.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/bigdecimal-3.1.8.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/builder-3.3.0.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/concurrent-ruby-1.3.3.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/connection_pool-2.4.1.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/crass-1.0.6.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/drb-2.2.1.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/erubi-1.12.0.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/govuk_design_system_formbuilder-5.4.0.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/html-attributes-utils-1.0.2.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/i18n-1.14.5.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/json-2.7.2.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/language_server-protocol-3.17.0.3.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/loofah-2.22.0.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/minitest-5.23.1.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/nokogiri-1.16.5-x86_64-linux.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/parallel-1.25.1.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/parser-3.3.3.0.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/racc-1.8.0.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/rack-3.1.3.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/rails-dom-testing-2.2.0.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/rails-html-sanitizer-1.6.0.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/rainbow-3.1.1.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/rake-13.2.1.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/regexp_parser-2.9.2.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/rexml-3.3.0.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/rubocop-1.64.1.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/rubocop-ast-1.31.3.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/rubocop-capybara-2.21.0.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/rubocop-factory_bot-2.26.1.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/rubocop-katalyst-2.0.0.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/rubocop-performance-1.21.0.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/rubocop-rails-2.25.0.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/rubocop-rake-0.6.0.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/rubocop-rspec-3.0.1.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/rubocop-rspec_rails-2.30.0.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/ruby-progressbar-1.13.0.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/strscan-3.1.0.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/tzinfo-2.0.6.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/unicode-display_width-2.5.0.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/bigdecimal-3.1.8/bigdecimal.so +0 -0
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/bigdecimal-3.1.8/gem.build_complete +0 -0
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/bigdecimal-3.1.8/gem_make.out +0 -48
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/bigdecimal-3.1.8/mkmf.log +0 -863
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/json-2.7.2/gem.build_complete +0 -0
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/json-2.7.2/gem_make.out +0 -16
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/json-2.7.2/json/ext/generator.so +0 -0
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/json-2.7.2/json/ext/parser.so +0 -0
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/json-2.7.2/mkmf.log +0 -125
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/racc-1.8.0/gem.build_complete +0 -0
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/racc-1.8.0/gem_make.out +0 -18
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/racc-1.8.0/racc/cparse.so +0 -0
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/strscan-3.1.0/gem.build_complete +0 -0
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/strscan-3.1.0/gem_make.out +0 -20
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/strscan-3.1.0/mkmf.log +0 -124
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/strscan-3.1.0/strscan.so +0 -0
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/CHANGELOG.md +0 -481
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/MIT-LICENSE +0 -21
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/README.rdoc +0 -40
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/app/assets/javascripts/rails-ujs.esm.js +0 -686
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/app/assets/javascripts/rails-ujs.js +0 -630
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/base.rb +0 -299
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/buffers.rb +0 -165
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/cache_expiry.rb +0 -63
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/context.rb +0 -32
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/dependency_tracker/erb_tracker.rb +0 -154
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/dependency_tracker/ripper_tracker.rb +0 -59
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/dependency_tracker.rb +0 -40
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/deprecator.rb +0 -7
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/digestor.rb +0 -130
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/flows.rb +0 -75
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/gem_version.rb +0 -17
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/helpers/active_model_helper.rb +0 -54
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/helpers/asset_tag_helper.rb +0 -668
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/helpers/asset_url_helper.rb +0 -473
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/helpers/atom_feed_helper.rb +0 -205
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/helpers/cache_helper.rb +0 -307
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/helpers/capture_helper.rb +0 -236
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/helpers/content_exfiltration_prevention_helper.rb +0 -70
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/helpers/controller_helper.rb +0 -42
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/helpers/csp_helper.rb +0 -26
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/helpers/csrf_helper.rb +0 -35
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/helpers/date_helper.rb +0 -1266
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/helpers/debug_helper.rb +0 -38
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/helpers/form_helper.rb +0 -2761
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/helpers/form_options_helper.rb +0 -925
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/helpers/form_tag_helper.rb +0 -1053
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/helpers/javascript_helper.rb +0 -96
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/helpers/number_helper.rb +0 -165
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/helpers/output_safety_helper.rb +0 -70
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/helpers/rendering_helper.rb +0 -108
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/helpers/sanitize_helper.rb +0 -201
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/helpers/tag_helper.rb +0 -428
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/helpers/tags/base.rb +0 -138
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/helpers/tags/check_box.rb +0 -65
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/helpers/tags/checkable.rb +0 -18
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/helpers/tags/collection_check_boxes.rb +0 -36
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/helpers/tags/collection_helpers.rb +0 -118
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/helpers/tags/collection_radio_buttons.rb +0 -31
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/helpers/tags/collection_select.rb +0 -33
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/helpers/tags/color_field.rb +0 -26
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/helpers/tags/date_field.rb +0 -14
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/helpers/tags/date_select.rb +0 -75
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/helpers/tags/datetime_field.rb +0 -39
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/helpers/tags/datetime_local_field.rb +0 -29
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/helpers/tags/datetime_select.rb +0 -10
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/helpers/tags/email_field.rb +0 -10
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/helpers/tags/file_field.rb +0 -26
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/helpers/tags/grouped_collection_select.rb +0 -34
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/helpers/tags/hidden_field.rb +0 -14
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/helpers/tags/label.rb +0 -84
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/helpers/tags/month_field.rb +0 -14
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/helpers/tags/number_field.rb +0 -20
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/helpers/tags/password_field.rb +0 -14
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/helpers/tags/placeholderable.rb +0 -24
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/helpers/tags/radio_button.rb +0 -32
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/helpers/tags/range_field.rb +0 -10
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/helpers/tags/search_field.rb +0 -27
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/helpers/tags/select.rb +0 -45
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/helpers/tags/select_renderer.rb +0 -56
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/helpers/tags/tel_field.rb +0 -10
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/helpers/tags/text_area.rb +0 -24
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/helpers/tags/text_field.rb +0 -33
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/helpers/tags/time_field.rb +0 -23
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/helpers/tags/time_select.rb +0 -10
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/helpers/tags/time_zone_select.rb +0 -25
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/helpers/tags/translator.rb +0 -39
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/helpers/tags/url_field.rb +0 -10
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/helpers/tags/week_field.rb +0 -14
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/helpers/tags/weekday_select.rb +0 -31
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/helpers/tags.rb +0 -47
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/helpers/text_helper.rb +0 -568
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/helpers/translation_helper.rb +0 -161
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/helpers/url_helper.rb +0 -886
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/helpers.rb +0 -68
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/layouts.rb +0 -436
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/locale/en.yml +0 -56
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/log_subscriber.rb +0 -128
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/lookup_context.rb +0 -299
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/model_naming.rb +0 -14
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/path_registry.rb +0 -57
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/path_set.rb +0 -84
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/railtie.rb +0 -133
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/record_identifier.rb +0 -118
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/render_parser.rb +0 -188
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/renderer/abstract_renderer.rb +0 -186
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/renderer/collection_renderer.rb +0 -204
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/renderer/object_renderer.rb +0 -34
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/renderer/partial_renderer/collection_caching.rb +0 -120
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/renderer/partial_renderer.rb +0 -267
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/renderer/renderer.rb +0 -113
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/renderer/streaming_template_renderer.rb +0 -108
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/renderer/template_renderer.rb +0 -115
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/rendering.rb +0 -190
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/ripper_ast_parser.rb +0 -198
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/routing_url_for.rb +0 -149
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/tasks/cache_digests.rake +0 -25
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/template/error.rb +0 -264
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/template/handlers/builder.rb +0 -25
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/template/handlers/erb/erubi.rb +0 -85
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/template/handlers/erb.rb +0 -157
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/template/handlers/html.rb +0 -11
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/template/handlers/raw.rb +0 -11
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/template/handlers.rb +0 -66
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/template/html.rb +0 -33
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/template/inline.rb +0 -22
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/template/raw_file.rb +0 -25
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/template/renderable.rb +0 -24
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/template/resolver.rb +0 -215
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/template/sources/file.rb +0 -17
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/template/sources.rb +0 -13
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/template/text.rb +0 -32
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/template/types.rb +0 -50
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/template.rb +0 -556
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/template_details.rb +0 -66
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/template_path.rb +0 -66
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/test_case.rb +0 -451
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/testing/resolvers.rb +0 -44
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/unbound_template.rb +0 -67
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/version.rb +0 -10
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/view_paths.rb +0 -117
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view.rb +0 -104
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/assets/compiled/rails-ujs.js +0 -777
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/CHANGELOG.md +0 -264
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/MIT-LICENSE +0 -21
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/README.rdoc +0 -266
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/access.rb +0 -16
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/api.rb +0 -99
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/attribute/user_provided_default.rb +0 -55
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/attribute.rb +0 -277
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/attribute_assignment.rb +0 -55
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/attribute_methods.rb +0 -571
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/attribute_mutation_tracker.rb +0 -189
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/attribute_registration.rb +0 -77
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/attribute_set/builder.rb +0 -182
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/attribute_set/yaml_encoder.rb +0 -40
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/attribute_set.rb +0 -118
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/attributes.rb +0 -152
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/callbacks.rb +0 -155
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/conversion.rb +0 -121
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/deprecator.rb +0 -7
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/dirty.rb +0 -415
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/error.rb +0 -208
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/errors.rb +0 -547
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/forbidden_attributes_protection.rb +0 -33
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/gem_version.rb +0 -17
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/lint.rb +0 -118
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/locale/en.yml +0 -38
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/model.rb +0 -78
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/naming.rb +0 -359
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/nested_error.rb +0 -22
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/railtie.rb +0 -24
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/secure_password.rb +0 -190
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/serialization.rb +0 -198
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/serializers/json.rb +0 -154
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/translation.rb +0 -72
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/type/big_integer.rb +0 -36
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/type/binary.rb +0 -62
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/type/boolean.rb +0 -48
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/type/date.rb +0 -78
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/type/date_time.rb +0 -88
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/type/decimal.rb +0 -107
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/type/float.rb +0 -64
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/type/helpers/accepts_multiparameter_time.rb +0 -53
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/type/helpers/mutable.rb +0 -24
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/type/helpers/numeric.rb +0 -61
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/type/helpers/time_value.rb +0 -106
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/type/helpers/timezone.rb +0 -19
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/type/helpers.rb +0 -7
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/type/immutable_string.rb +0 -71
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/type/integer.rb +0 -113
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/type/registry.rb +0 -38
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/type/serialize_cast_value.rb +0 -47
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/type/string.rb +0 -43
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/type/time.rb +0 -87
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/type/value.rb +0 -157
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/type.rb +0 -55
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/validations/absence.rb +0 -33
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/validations/acceptance.rb +0 -113
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/validations/callbacks.rb +0 -119
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/validations/clusivity.rb +0 -54
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/validations/comparability.rb +0 -18
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/validations/comparison.rb +0 -90
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/validations/confirmation.rb +0 -80
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/validations/exclusion.rb +0 -49
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/validations/format.rb +0 -112
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/validations/helper_methods.rb +0 -15
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/validations/inclusion.rb +0 -47
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/validations/length.rb +0 -130
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/validations/numericality.rb +0 -222
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/validations/presence.rb +0 -39
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/validations/resolve_value.rb +0 -26
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/validations/validates.rb +0 -175
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/validations/with.rb +0 -154
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/validations.rb +0 -471
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/validator.rb +0 -190
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/version.rb +0 -10
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model.rb +0 -84
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/CHANGELOG.md +0 -1219
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/MIT-LICENSE +0 -20
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/README.rdoc +0 -40
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/actionable_error.rb +0 -50
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/all.rb +0 -5
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/array_inquirer.rb +0 -50
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/backtrace_cleaner.rb +0 -151
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/benchmarkable.rb +0 -52
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/broadcast_logger.rb +0 -250
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/builder.rb +0 -8
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/cache/coder.rb +0 -153
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/cache/entry.rb +0 -134
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/cache/file_store.rb +0 -229
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/cache/mem_cache_store.rb +0 -348
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/cache/memory_store.rb +0 -257
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/cache/null_store.rb +0 -62
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/cache/redis_cache_store.rb +0 -486
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/cache/serializer_with_fallback.rb +0 -175
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/cache/strategy/local_cache.rb +0 -201
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/cache/strategy/local_cache_middleware.rb +0 -45
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/cache.rb +0 -1109
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/callbacks.rb +0 -984
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/code_generator.rb +0 -65
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/concern.rb +0 -217
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/concurrency/load_interlock_aware_monitor.rb +0 -72
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/concurrency/null_lock.rb +0 -13
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/concurrency/share_lock.rb +0 -226
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/configurable.rb +0 -159
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/configuration_file.rb +0 -51
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/array/access.rb +0 -100
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/array/conversions.rb +0 -215
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/array/extract.rb +0 -21
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/array/extract_options.rb +0 -31
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/array/grouping.rb +0 -109
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/array/inquiry.rb +0 -19
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/array/wrap.rb +0 -48
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/array.rb +0 -9
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/benchmark.rb +0 -16
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/big_decimal/conversions.rb +0 -14
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/big_decimal.rb +0 -3
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/class/attribute.rb +0 -131
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/class/attribute_accessors.rb +0 -6
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/class/subclasses.rb +0 -44
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/class.rb +0 -4
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/date/acts_like.rb +0 -10
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/date/blank.rb +0 -14
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/date/calculations.rb +0 -161
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/date/conversions.rb +0 -98
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/date/zones.rb +0 -8
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/date.rb +0 -7
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/date_and_time/calculations.rb +0 -374
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/date_and_time/compatibility.rb +0 -31
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/date_and_time/zones.rb +0 -40
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/date_time/acts_like.rb +0 -16
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/date_time/blank.rb +0 -14
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/date_time/calculations.rb +0 -215
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/date_time/compatibility.rb +0 -18
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/date_time/conversions.rb +0 -110
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/date_time.rb +0 -7
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/digest/uuid.rb +0 -70
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/digest.rb +0 -3
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/enumerable.rb +0 -262
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/erb/util.rb +0 -196
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/file/atomic.rb +0 -72
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/file.rb +0 -3
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/hash/conversions.rb +0 -262
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/hash/deep_merge.rb +0 -42
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/hash/deep_transform_values.rb +0 -46
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/hash/except.rb +0 -24
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/hash/indifferent_access.rb +0 -24
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/hash/keys.rb +0 -143
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/hash/reverse_merge.rb +0 -25
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/hash/slice.rb +0 -27
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/hash.rb +0 -10
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/integer/inflections.rb +0 -31
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/integer/multiple.rb +0 -12
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/integer/time.rb +0 -22
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/integer.rb +0 -5
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/kernel/concern.rb +0 -14
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/kernel/reporting.rb +0 -45
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/kernel/singleton_class.rb +0 -8
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/kernel.rb +0 -5
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/load_error.rb +0 -9
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/module/aliasing.rb +0 -31
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/module/anonymous.rb +0 -30
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/module/attr_internal.rb +0 -38
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/module/attribute_accessors.rb +0 -214
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/module/attribute_accessors_per_thread.rb +0 -175
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/module/concerning.rb +0 -140
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/module/delegation.rb +0 -353
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/module/deprecation.rb +0 -28
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/module/introspection.rb +0 -62
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/module/redefine_method.rb +0 -40
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/module/remove_method.rb +0 -17
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/module.rb +0 -13
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/name_error.rb +0 -59
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/numeric/bytes.rb +0 -75
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/numeric/conversions.rb +0 -145
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/numeric/time.rb +0 -66
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/numeric.rb +0 -5
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/object/acts_like.rb +0 -45
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/object/blank.rb +0 -155
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/object/conversions.rb +0 -6
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/object/deep_dup.rb +0 -71
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/object/duplicable.rb +0 -60
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/object/inclusion.rb +0 -37
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/object/instance_variables.rb +0 -40
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/object/json.rb +0 -252
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/object/to_param.rb +0 -3
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/object/to_query.rb +0 -87
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/object/try.rb +0 -158
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/object/with.rb +0 -44
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/object/with_options.rb +0 -101
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/object.rb +0 -17
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/pathname/blank.rb +0 -16
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/pathname/existence.rb +0 -23
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/pathname.rb +0 -4
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/range/compare_range.rb +0 -57
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/range/conversions.rb +0 -62
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/range/each.rb +0 -24
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/range/overlap.rb +0 -40
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/range.rb +0 -6
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/regexp.rb +0 -14
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/securerandom.rb +0 -57
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/string/access.rb +0 -95
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/string/behavior.rb +0 -8
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/string/conversions.rb +0 -60
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/string/exclude.rb +0 -13
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/string/filters.rb +0 -151
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/string/indent.rb +0 -45
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/string/inflections.rb +0 -300
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/string/inquiry.rb +0 -16
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/string/multibyte.rb +0 -58
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/string/output_safety.rb +0 -235
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/string/starts_ends_with.rb +0 -6
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/string/strip.rb +0 -27
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/string/zones.rb +0 -16
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/string.rb +0 -15
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/symbol/starts_ends_with.rb +0 -6
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/symbol.rb +0 -3
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/thread/backtrace/location.rb +0 -12
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/time/acts_like.rb +0 -10
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/time/calculations.rb +0 -384
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/time/compatibility.rb +0 -16
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/time/conversions.rb +0 -75
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/time/zones.rb +0 -97
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/time.rb +0 -7
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext.rb +0 -6
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/current_attributes/test_helper.rb +0 -13
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/current_attributes.rb +0 -235
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/deep_mergeable.rb +0 -53
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/dependencies/autoload.rb +0 -84
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/dependencies/interlock.rb +0 -49
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/dependencies/require_dependency.rb +0 -28
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/dependencies.rb +0 -98
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/deprecation/behaviors.rb +0 -148
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/deprecation/constant_accessor.rb +0 -53
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/deprecation/deprecators.rb +0 -104
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/deprecation/disallowed.rb +0 -54
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/deprecation/instance_delegator.rb +0 -65
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/deprecation/method_wrappers.rb +0 -68
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/deprecation/proxy_wrappers.rb +0 -192
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/deprecation/reporting.rb +0 -174
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/deprecation.rb +0 -78
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/deprecator.rb +0 -7
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/descendants_tracker.rb +0 -190
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/digest.rb +0 -22
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/duration/iso8601_parser.rb +0 -123
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/duration/iso8601_serializer.rb +0 -65
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/duration.rb +0 -515
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/encrypted_configuration.rb +0 -108
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/encrypted_file.rb +0 -133
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/environment_inquirer.rb +0 -40
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/error_reporter/test_helper.rb +0 -15
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/error_reporter.rb +0 -203
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/evented_file_update_checker.rb +0 -183
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/execution_context/test_helper.rb +0 -13
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/execution_context.rb +0 -53
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/execution_wrapper.rb +0 -151
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/executor/test_helper.rb +0 -7
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/executor.rb +0 -8
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/file_update_checker.rb +0 -164
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/fork_tracker.rb +0 -79
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/gem_version.rb +0 -17
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/gzip.rb +0 -40
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/hash_with_indifferent_access.rb +0 -443
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/html_safe_translation.rb +0 -53
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/i18n.rb +0 -17
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/i18n_railtie.rb +0 -132
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/inflections.rb +0 -72
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/inflector/inflections.rb +0 -273
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/inflector/methods.rb +0 -387
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/inflector/transliterate.rb +0 -149
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/inflector.rb +0 -9
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/isolated_execution_state.rb +0 -76
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/json/decoding.rb +0 -76
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/json/encoding.rb +0 -120
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/json.rb +0 -4
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/key_generator.rb +0 -66
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/lazy_load_hooks.rb +0 -107
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/locale/en.rb +0 -33
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/locale/en.yml +0 -141
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/log_subscriber/test_helper.rb +0 -106
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/log_subscriber.rb +0 -203
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/logger.rb +0 -42
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/logger_silence.rb +0 -21
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/logger_thread_safe_level.rb +0 -55
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/message_encryptor.rb +0 -374
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/message_encryptors.rb +0 -141
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/message_pack/cache_serializer.rb +0 -23
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/message_pack/extensions.rb +0 -292
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/message_pack/serializer.rb +0 -63
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/message_pack.rb +0 -50
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/message_verifier.rb +0 -356
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/message_verifiers.rb +0 -135
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/messages/codec.rb +0 -65
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/messages/metadata.rb +0 -146
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/messages/rotation_configuration.rb +0 -23
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/messages/rotation_coordinator.rb +0 -93
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/messages/rotator.rb +0 -59
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/messages/serializer_with_fallback.rb +0 -158
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/multibyte/chars.rb +0 -178
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/multibyte/unicode.rb +0 -42
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/multibyte.rb +0 -23
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/notifications/fanout.rb +0 -449
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/notifications/instrumenter.rb +0 -229
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/notifications.rb +0 -280
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/number_helper/number_converter.rb +0 -190
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/number_helper/number_to_currency_converter.rb +0 -46
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/number_helper/number_to_delimited_converter.rb +0 -30
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/number_helper/number_to_human_converter.rb +0 -69
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/number_helper/number_to_human_size_converter.rb +0 -60
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/number_helper/number_to_percentage_converter.rb +0 -16
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/number_helper/number_to_phone_converter.rb +0 -60
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/number_helper/number_to_rounded_converter.rb +0 -59
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/number_helper/rounding_helper.rb +0 -46
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/number_helper.rb +0 -457
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/option_merger.rb +0 -38
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/ordered_hash.rb +0 -50
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/ordered_options.rb +0 -109
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/parameter_filter.rb +0 -157
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/proxy_object.rb +0 -17
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/rails.rb +0 -26
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/railtie.rb +0 -164
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/reloader.rb +0 -138
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/rescuable.rb +0 -176
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/ruby_features.rb +0 -7
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/secure_compare_rotator.rb +0 -58
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/security_utils.rb +0 -38
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/string_inquirer.rb +0 -35
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/subscriber.rb +0 -145
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/syntax_error_proxy.rb +0 -70
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/tagged_logging.rb +0 -149
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/test_case.rb +0 -302
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/testing/assertions.rb +0 -281
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/testing/autorun.rb +0 -5
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/testing/constant_lookup.rb +0 -51
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/testing/constant_stubbing.rb +0 -32
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/testing/declarative.rb +0 -28
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/testing/deprecation.rb +0 -89
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/testing/error_reporter_assertions.rb +0 -107
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/testing/file_fixtures.rb +0 -38
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/testing/isolation.rb +0 -111
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/testing/method_call_assertions.rb +0 -83
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/testing/parallelization/server.rb +0 -82
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/testing/parallelization/worker.rb +0 -103
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/testing/parallelization.rb +0 -55
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/testing/parallelize_executor.rb +0 -81
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/testing/setup_and_teardown.rb +0 -55
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/testing/stream.rb +0 -41
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/testing/strict_warnings.rb +0 -39
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/testing/tagged_logging.rb +0 -27
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/testing/time_helpers.rb +0 -268
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/time.rb +0 -20
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/time_with_zone.rb +0 -596
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/values/time_zone.rb +0 -603
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/version.rb +0 -10
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/xml_mini/jdom.rb +0 -175
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/xml_mini/libxml.rb +0 -80
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/xml_mini/libxmlsax.rb +0 -83
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/xml_mini/nokogiri.rb +0 -83
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/xml_mini/nokogirisax.rb +0 -86
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/xml_mini/rexml.rb +0 -137
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/xml_mini.rb +0 -202
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support.rb +0 -135
- data/vendor/bundle/ruby/3.3.0/gems/ast-2.4.2/LICENSE.MIT +0 -20
- data/vendor/bundle/ruby/3.3.0/gems/ast-2.4.2/README.YARD.md +0 -12
- data/vendor/bundle/ruby/3.3.0/gems/ast-2.4.2/lib/ast/node.rb +0 -268
- data/vendor/bundle/ruby/3.3.0/gems/ast-2.4.2/lib/ast/processor/mixin.rb +0 -288
- data/vendor/bundle/ruby/3.3.0/gems/ast-2.4.2/lib/ast/processor.rb +0 -12
- data/vendor/bundle/ruby/3.3.0/gems/ast-2.4.2/lib/ast/sexp.rb +0 -30
- data/vendor/bundle/ruby/3.3.0/gems/ast-2.4.2/lib/ast.rb +0 -17
- data/vendor/bundle/ruby/3.3.0/gems/bigdecimal-3.1.8/LICENSE +0 -56
- data/vendor/bundle/ruby/3.3.0/gems/bigdecimal-3.1.8/bigdecimal.gemspec +0 -57
- data/vendor/bundle/ruby/3.3.0/gems/bigdecimal-3.1.8/ext/bigdecimal/Makefile +0 -270
- data/vendor/bundle/ruby/3.3.0/gems/bigdecimal-3.1.8/ext/bigdecimal/bigdecimal.c +0 -7794
- data/vendor/bundle/ruby/3.3.0/gems/bigdecimal-3.1.8/ext/bigdecimal/bigdecimal.h +0 -313
- data/vendor/bundle/ruby/3.3.0/gems/bigdecimal-3.1.8/ext/bigdecimal/bits.h +0 -141
- data/vendor/bundle/ruby/3.3.0/gems/bigdecimal-3.1.8/ext/bigdecimal/extconf.rb +0 -62
- data/vendor/bundle/ruby/3.3.0/gems/bigdecimal-3.1.8/ext/bigdecimal/feature.h +0 -68
- data/vendor/bundle/ruby/3.3.0/gems/bigdecimal-3.1.8/ext/bigdecimal/missing/dtoa.c +0 -3462
- data/vendor/bundle/ruby/3.3.0/gems/bigdecimal-3.1.8/ext/bigdecimal/missing.c +0 -27
- data/vendor/bundle/ruby/3.3.0/gems/bigdecimal-3.1.8/ext/bigdecimal/missing.h +0 -196
- data/vendor/bundle/ruby/3.3.0/gems/bigdecimal-3.1.8/ext/bigdecimal/static_assert.h +0 -54
- data/vendor/bundle/ruby/3.3.0/gems/bigdecimal-3.1.8/lib/bigdecimal/jacobian.rb +0 -90
- data/vendor/bundle/ruby/3.3.0/gems/bigdecimal-3.1.8/lib/bigdecimal/ludcmp.rb +0 -89
- data/vendor/bundle/ruby/3.3.0/gems/bigdecimal-3.1.8/lib/bigdecimal/math.rb +0 -232
- data/vendor/bundle/ruby/3.3.0/gems/bigdecimal-3.1.8/lib/bigdecimal/newton.rb +0 -80
- data/vendor/bundle/ruby/3.3.0/gems/bigdecimal-3.1.8/lib/bigdecimal/util.rb +0 -185
- data/vendor/bundle/ruby/3.3.0/gems/bigdecimal-3.1.8/lib/bigdecimal.rb +0 -5
- data/vendor/bundle/ruby/3.3.0/gems/bigdecimal-3.1.8/lib/bigdecimal.so +0 -0
- data/vendor/bundle/ruby/3.3.0/gems/bigdecimal-3.1.8/sample/linear.rb +0 -74
- data/vendor/bundle/ruby/3.3.0/gems/bigdecimal-3.1.8/sample/nlsolve.rb +0 -40
- data/vendor/bundle/ruby/3.3.0/gems/bigdecimal-3.1.8/sample/pi.rb +0 -21
- data/vendor/bundle/ruby/3.3.0/gems/builder-3.3.0/CHANGES +0 -128
- data/vendor/bundle/ruby/3.3.0/gems/builder-3.3.0/Gemfile +0 -8
- data/vendor/bundle/ruby/3.3.0/gems/builder-3.3.0/Gemfile.lock +0 -22
- data/vendor/bundle/ruby/3.3.0/gems/builder-3.3.0/MIT-LICENSE +0 -20
- data/vendor/bundle/ruby/3.3.0/gems/builder-3.3.0/README.md +0 -258
- data/vendor/bundle/ruby/3.3.0/gems/builder-3.3.0/Rakefile +0 -154
- data/vendor/bundle/ruby/3.3.0/gems/builder-3.3.0/builder.blurb +0 -27
- data/vendor/bundle/ruby/3.3.0/gems/builder-3.3.0/builder.gemspec +0 -49
- data/vendor/bundle/ruby/3.3.0/gems/builder-3.3.0/doc/jamis.rb +0 -592
- data/vendor/bundle/ruby/3.3.0/gems/builder-3.3.0/doc/releases/builder-1.2.4.rdoc +0 -31
- data/vendor/bundle/ruby/3.3.0/gems/builder-3.3.0/doc/releases/builder-2.0.0.rdoc +0 -46
- data/vendor/bundle/ruby/3.3.0/gems/builder-3.3.0/doc/releases/builder-2.1.1.rdoc +0 -58
- data/vendor/bundle/ruby/3.3.0/gems/builder-3.3.0/lib/builder/version.rb +0 -9
- data/vendor/bundle/ruby/3.3.0/gems/builder-3.3.0/lib/builder/xchar.rb +0 -198
- data/vendor/bundle/ruby/3.3.0/gems/builder-3.3.0/lib/builder/xmlbase.rb +0 -198
- data/vendor/bundle/ruby/3.3.0/gems/builder-3.3.0/lib/builder/xmlevents.rb +0 -64
- data/vendor/bundle/ruby/3.3.0/gems/builder-3.3.0/lib/builder/xmlmarkup.rb +0 -345
- data/vendor/bundle/ruby/3.3.0/gems/builder-3.3.0/lib/builder.rb +0 -14
- data/vendor/bundle/ruby/3.3.0/gems/builder-3.3.0/rakelib/publish.rake +0 -21
- data/vendor/bundle/ruby/3.3.0/gems/builder-3.3.0/rakelib/tags.rake +0 -63
- data/vendor/bundle/ruby/3.3.0/gems/builder-3.3.0/rakelib/testing.rake +0 -8
- data/vendor/bundle/ruby/3.3.0/gems/builder-3.3.0/test/helper.rb +0 -13
- data/vendor/bundle/ruby/3.3.0/gems/builder-3.3.0/test/performance.rb +0 -42
- data/vendor/bundle/ruby/3.3.0/gems/builder-3.3.0/test/test_eventbuilder.rb +0 -150
- data/vendor/bundle/ruby/3.3.0/gems/builder-3.3.0/test/test_markupbuilder.rb +0 -616
- data/vendor/bundle/ruby/3.3.0/gems/builder-3.3.0/test/test_method_caching.rb +0 -62
- data/vendor/bundle/ruby/3.3.0/gems/builder-3.3.0/test/test_namecollision.rb +0 -40
- data/vendor/bundle/ruby/3.3.0/gems/builder-3.3.0/test/test_xchar.rb +0 -85
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/CHANGELOG.md +0 -588
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/Gemfile +0 -36
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/LICENSE.txt +0 -21
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/README.md +0 -407
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/Rakefile +0 -339
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/ext/concurrent-ruby/ConcurrentRubyService.java +0 -17
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/ext/concurrent-ruby/com/concurrent_ruby/ext/AtomicReferenceLibrary.java +0 -175
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/ext/concurrent-ruby/com/concurrent_ruby/ext/JRubyMapBackendLibrary.java +0 -248
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/ext/concurrent-ruby/com/concurrent_ruby/ext/JavaAtomicBooleanLibrary.java +0 -93
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/ext/concurrent-ruby/com/concurrent_ruby/ext/JavaAtomicFixnumLibrary.java +0 -113
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/ext/concurrent-ruby/com/concurrent_ruby/ext/JavaSemaphoreLibrary.java +0 -189
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/ext/concurrent-ruby/com/concurrent_ruby/ext/SynchronizationLibrary.java +0 -292
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/ConcurrentHashMap.java +0 -31
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/ConcurrentHashMapV8.java +0 -3863
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/LongAdder.java +0 -203
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/Striped64.java +0 -342
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/nounsafe/ConcurrentHashMapV8.java +0 -3800
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/nounsafe/LongAdder.java +0 -204
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/nounsafe/Striped64.java +0 -291
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166y/ThreadLocalRandom.java +0 -199
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/agent.rb +0 -588
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/array.rb +0 -56
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/async.rb +0 -449
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/atom.rb +0 -222
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/atomic/atomic_boolean.rb +0 -127
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/atomic/atomic_fixnum.rb +0 -144
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/atomic/atomic_markable_reference.rb +0 -167
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/atomic/atomic_reference.rb +0 -135
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/atomic/count_down_latch.rb +0 -100
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/atomic/cyclic_barrier.rb +0 -128
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/atomic/event.rb +0 -109
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/atomic/fiber_local_var.rb +0 -109
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/atomic/java_count_down_latch.rb +0 -43
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/atomic/locals.rb +0 -189
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/atomic/lock_local_var.rb +0 -28
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/atomic/mutex_atomic_boolean.rb +0 -68
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/atomic/mutex_atomic_fixnum.rb +0 -81
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/atomic/mutex_count_down_latch.rb +0 -44
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/atomic/mutex_semaphore.rb +0 -131
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/atomic/read_write_lock.rb +0 -255
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/atomic/reentrant_read_write_lock.rb +0 -379
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/atomic/semaphore.rb +0 -163
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/atomic/thread_local_var.rb +0 -111
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/atomic_reference/atomic_direct_update.rb +0 -37
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/atomic_reference/mutex_atomic.rb +0 -67
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/atomic_reference/numeric_cas_wrapper.rb +0 -28
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/atomics.rb +0 -10
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/collection/copy_on_notify_observer_set.rb +0 -107
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/collection/copy_on_write_observer_set.rb +0 -111
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/collection/java_non_concurrent_priority_queue.rb +0 -84
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/collection/lock_free_stack.rb +0 -160
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/collection/map/mri_map_backend.rb +0 -66
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/collection/map/non_concurrent_map_backend.rb +0 -148
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/collection/map/synchronized_map_backend.rb +0 -85
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/collection/map/truffleruby_map_backend.rb +0 -14
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/collection/non_concurrent_priority_queue.rb +0 -143
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/collection/ruby_non_concurrent_priority_queue.rb +0 -160
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/concern/deprecation.rb +0 -34
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/concern/dereferenceable.rb +0 -73
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/concern/logging.rb +0 -116
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/concern/obligation.rb +0 -220
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/concern/observable.rb +0 -110
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/concurrent_ruby.jar +0 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/configuration.rb +0 -105
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/constants.rb +0 -8
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/dataflow.rb +0 -81
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/delay.rb +0 -199
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/errors.rb +0 -74
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/exchanger.rb +0 -353
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/executor/abstract_executor_service.rb +0 -131
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/executor/cached_thread_pool.rb +0 -62
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/executor/executor_service.rb +0 -185
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/executor/fixed_thread_pool.rb +0 -224
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/executor/immediate_executor.rb +0 -66
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/executor/indirect_immediate_executor.rb +0 -44
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/executor/java_executor_service.rb +0 -100
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/executor/java_single_thread_executor.rb +0 -30
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/executor/java_thread_pool_executor.rb +0 -145
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/executor/ruby_executor_service.rb +0 -82
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/executor/ruby_single_thread_executor.rb +0 -21
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/executor/ruby_thread_pool_executor.rb +0 -373
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/executor/safe_task_executor.rb +0 -35
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/executor/serial_executor_service.rb +0 -34
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/executor/serialized_execution.rb +0 -107
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/executor/serialized_execution_delegator.rb +0 -28
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/executor/simple_executor_service.rb +0 -103
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/executor/single_thread_executor.rb +0 -57
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/executor/thread_pool_executor.rb +0 -88
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/executor/timer_set.rb +0 -176
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/executors.rb +0 -20
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/future.rb +0 -141
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/hash.rb +0 -52
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/immutable_struct.rb +0 -101
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/ivar.rb +0 -208
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/map.rb +0 -350
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/maybe.rb +0 -229
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/mutable_struct.rb +0 -239
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/mvar.rb +0 -242
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/options.rb +0 -42
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/promise.rb +0 -580
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/promises.rb +0 -2178
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/re_include.rb +0 -60
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/scheduled_task.rb +0 -331
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/set.rb +0 -64
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/settable_struct.rb +0 -139
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/synchronization/abstract_lockable_object.rb +0 -102
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/synchronization/abstract_object.rb +0 -22
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/synchronization/abstract_struct.rb +0 -171
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/synchronization/condition.rb +0 -62
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/synchronization/full_memory_barrier.rb +0 -29
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/synchronization/jruby_lockable_object.rb +0 -15
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/synchronization/lock.rb +0 -38
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/synchronization/lockable_object.rb +0 -75
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/synchronization/mutex_lockable_object.rb +0 -89
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/synchronization/object.rb +0 -151
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/synchronization/safe_initialization.rb +0 -36
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/synchronization/volatile.rb +0 -101
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/synchronization.rb +0 -13
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/thread_safe/synchronized_delegator.rb +0 -47
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/thread_safe/util/adder.rb +0 -74
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/thread_safe/util/data_structures.rb +0 -52
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/thread_safe/util/power_of_two_tuple.rb +0 -38
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/thread_safe/util/striped64.rb +0 -246
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/thread_safe/util/volatile.rb +0 -75
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/thread_safe/util/xor_shift_random.rb +0 -50
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/thread_safe/util.rb +0 -16
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/timer_task.rb +0 -361
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/tuple.rb +0 -82
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/tvar.rb +0 -222
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/utility/engine.rb +0 -45
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/utility/monotonic_time.rb +0 -19
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/utility/native_extension_loader.rb +0 -77
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/utility/native_integer.rb +0 -54
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/utility/processor_counter.rb +0 -190
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/version.rb +0 -3
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent-ruby.rb +0 -5
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent.rb +0 -134
- data/vendor/bundle/ruby/3.3.0/gems/connection_pool-2.4.1/Changes.md +0 -157
- data/vendor/bundle/ruby/3.3.0/gems/connection_pool-2.4.1/LICENSE +0 -20
- data/vendor/bundle/ruby/3.3.0/gems/connection_pool-2.4.1/README.md +0 -135
- data/vendor/bundle/ruby/3.3.0/gems/connection_pool-2.4.1/connection_pool.gemspec +0 -24
- data/vendor/bundle/ruby/3.3.0/gems/connection_pool-2.4.1/lib/connection_pool/timed_stack.rb +0 -174
- data/vendor/bundle/ruby/3.3.0/gems/connection_pool-2.4.1/lib/connection_pool/version.rb +0 -3
- data/vendor/bundle/ruby/3.3.0/gems/connection_pool-2.4.1/lib/connection_pool/wrapper.rb +0 -56
- data/vendor/bundle/ruby/3.3.0/gems/connection_pool-2.4.1/lib/connection_pool.rb +0 -175
- data/vendor/bundle/ruby/3.3.0/gems/crass-1.0.6/Gemfile +0 -2
- data/vendor/bundle/ruby/3.3.0/gems/crass-1.0.6/HISTORY.md +0 -128
- data/vendor/bundle/ruby/3.3.0/gems/crass-1.0.6/LICENSE +0 -18
- data/vendor/bundle/ruby/3.3.0/gems/crass-1.0.6/README.md +0 -192
- data/vendor/bundle/ruby/3.3.0/gems/crass-1.0.6/Rakefile +0 -21
- data/vendor/bundle/ruby/3.3.0/gems/crass-1.0.6/crass.gemspec +0 -31
- data/vendor/bundle/ruby/3.3.0/gems/crass-1.0.6/lib/crass/parser.rb +0 -648
- data/vendor/bundle/ruby/3.3.0/gems/crass-1.0.6/lib/crass/scanner.rb +0 -125
- data/vendor/bundle/ruby/3.3.0/gems/crass-1.0.6/lib/crass/token-scanner.rb +0 -50
- data/vendor/bundle/ruby/3.3.0/gems/crass-1.0.6/lib/crass/tokenizer.rb +0 -708
- data/vendor/bundle/ruby/3.3.0/gems/crass-1.0.6/lib/crass/version.rb +0 -5
- data/vendor/bundle/ruby/3.3.0/gems/crass-1.0.6/lib/crass.rb +0 -22
- data/vendor/bundle/ruby/3.3.0/gems/drb-2.2.1/LICENSE.txt +0 -22
- data/vendor/bundle/ruby/3.3.0/gems/drb-2.2.1/drb.gemspec +0 -41
- data/vendor/bundle/ruby/3.3.0/gems/drb-2.2.1/lib/drb/acl.rb +0 -239
- data/vendor/bundle/ruby/3.3.0/gems/drb-2.2.1/lib/drb/drb.rb +0 -1943
- data/vendor/bundle/ruby/3.3.0/gems/drb-2.2.1/lib/drb/eq.rb +0 -15
- data/vendor/bundle/ruby/3.3.0/gems/drb-2.2.1/lib/drb/extserv.rb +0 -44
- data/vendor/bundle/ruby/3.3.0/gems/drb-2.2.1/lib/drb/extservm.rb +0 -94
- data/vendor/bundle/ruby/3.3.0/gems/drb-2.2.1/lib/drb/gw.rb +0 -161
- data/vendor/bundle/ruby/3.3.0/gems/drb-2.2.1/lib/drb/invokemethod.rb +0 -35
- data/vendor/bundle/ruby/3.3.0/gems/drb-2.2.1/lib/drb/observer.rb +0 -26
- data/vendor/bundle/ruby/3.3.0/gems/drb-2.2.1/lib/drb/ssl.rb +0 -354
- data/vendor/bundle/ruby/3.3.0/gems/drb-2.2.1/lib/drb/timeridconv.rb +0 -97
- data/vendor/bundle/ruby/3.3.0/gems/drb-2.2.1/lib/drb/unix.rb +0 -118
- data/vendor/bundle/ruby/3.3.0/gems/drb-2.2.1/lib/drb/version.rb +0 -3
- data/vendor/bundle/ruby/3.3.0/gems/drb-2.2.1/lib/drb/weakidconv.rb +0 -59
- data/vendor/bundle/ruby/3.3.0/gems/drb-2.2.1/lib/drb.rb +0 -3
- data/vendor/bundle/ruby/3.3.0/gems/erubi-1.12.0/CHANGELOG +0 -101
- data/vendor/bundle/ruby/3.3.0/gems/erubi-1.12.0/MIT-LICENSE +0 -21
- data/vendor/bundle/ruby/3.3.0/gems/erubi-1.12.0/README.rdoc +0 -109
- data/vendor/bundle/ruby/3.3.0/gems/erubi-1.12.0/Rakefile +0 -71
- data/vendor/bundle/ruby/3.3.0/gems/erubi-1.12.0/lib/erubi/capture_end.rb +0 -58
- data/vendor/bundle/ruby/3.3.0/gems/erubi-1.12.0/lib/erubi.rb +0 -293
- data/vendor/bundle/ruby/3.3.0/gems/govuk_design_system_formbuilder-5.4.0/README.md +0 -137
- data/vendor/bundle/ruby/3.3.0/gems/govuk_design_system_formbuilder-5.4.0/lib/govuk_design_system_formbuilder/base.rb +0 -98
- data/vendor/bundle/ruby/3.3.0/gems/govuk_design_system_formbuilder-5.4.0/lib/govuk_design_system_formbuilder/builder.rb +0 -1057
- data/vendor/bundle/ruby/3.3.0/gems/govuk_design_system_formbuilder-5.4.0/lib/govuk_design_system_formbuilder/builder_helper.rb +0 -65
- data/vendor/bundle/ruby/3.3.0/gems/govuk_design_system_formbuilder-5.4.0/lib/govuk_design_system_formbuilder/containers/button_group.rb +0 -15
- data/vendor/bundle/ruby/3.3.0/gems/govuk_design_system_formbuilder-5.4.0/lib/govuk_design_system_formbuilder/containers/check_boxes.rb +0 -35
- data/vendor/bundle/ruby/3.3.0/gems/govuk_design_system_formbuilder-5.4.0/lib/govuk_design_system_formbuilder/containers/check_boxes_fieldset.rb +0 -56
- data/vendor/bundle/ruby/3.3.0/gems/govuk_design_system_formbuilder-5.4.0/lib/govuk_design_system_formbuilder/containers/fieldset.rb +0 -55
- data/vendor/bundle/ruby/3.3.0/gems/govuk_design_system_formbuilder-5.4.0/lib/govuk_design_system_formbuilder/containers/form_group.rb +0 -29
- data/vendor/bundle/ruby/3.3.0/gems/govuk_design_system_formbuilder-5.4.0/lib/govuk_design_system_formbuilder/containers/radio_buttons_fieldset.rb +0 -46
- data/vendor/bundle/ruby/3.3.0/gems/govuk_design_system_formbuilder-5.4.0/lib/govuk_design_system_formbuilder/containers/radios.rb +0 -38
- data/vendor/bundle/ruby/3.3.0/gems/govuk_design_system_formbuilder-5.4.0/lib/govuk_design_system_formbuilder/containers/supplemental.rb +0 -25
- data/vendor/bundle/ruby/3.3.0/gems/govuk_design_system_formbuilder-5.4.0/lib/govuk_design_system_formbuilder/elements/caption.rb +0 -43
- data/vendor/bundle/ruby/3.3.0/gems/govuk_design_system_formbuilder-5.4.0/lib/govuk_design_system_formbuilder/elements/check_boxes/collection.rb +0 -74
- data/vendor/bundle/ruby/3.3.0/gems/govuk_design_system_formbuilder-5.4.0/lib/govuk_design_system_formbuilder/elements/check_boxes/collection_check_box.rb +0 -52
- data/vendor/bundle/ruby/3.3.0/gems/govuk_design_system_formbuilder-5.4.0/lib/govuk_design_system_formbuilder/elements/check_boxes/fieldset_check_box.rb +0 -47
- data/vendor/bundle/ruby/3.3.0/gems/govuk_design_system_formbuilder-5.4.0/lib/govuk_design_system_formbuilder/elements/check_boxes/label.rb +0 -35
- data/vendor/bundle/ruby/3.3.0/gems/govuk_design_system_formbuilder-5.4.0/lib/govuk_design_system_formbuilder/elements/collection_select.rb +0 -52
- data/vendor/bundle/ruby/3.3.0/gems/govuk_design_system_formbuilder-5.4.0/lib/govuk_design_system_formbuilder/elements/date.rb +0 -163
- data/vendor/bundle/ruby/3.3.0/gems/govuk_design_system_formbuilder-5.4.0/lib/govuk_design_system_formbuilder/elements/error_message.rb +0 -27
- data/vendor/bundle/ruby/3.3.0/gems/govuk_design_system_formbuilder-5.4.0/lib/govuk_design_system_formbuilder/elements/error_summary.rb +0 -135
- data/vendor/bundle/ruby/3.3.0/gems/govuk_design_system_formbuilder-5.4.0/lib/govuk_design_system_formbuilder/elements/file.rb +0 -48
- data/vendor/bundle/ruby/3.3.0/gems/govuk_design_system_formbuilder-5.4.0/lib/govuk_design_system_formbuilder/elements/hint.rb +0 -68
- data/vendor/bundle/ruby/3.3.0/gems/govuk_design_system_formbuilder-5.4.0/lib/govuk_design_system_formbuilder/elements/inputs/email.rb +0 -20
- data/vendor/bundle/ruby/3.3.0/gems/govuk_design_system_formbuilder-5.4.0/lib/govuk_design_system_formbuilder/elements/inputs/number.rb +0 -20
- data/vendor/bundle/ruby/3.3.0/gems/govuk_design_system_formbuilder-5.4.0/lib/govuk_design_system_formbuilder/elements/inputs/phone.rb +0 -20
- data/vendor/bundle/ruby/3.3.0/gems/govuk_design_system_formbuilder-5.4.0/lib/govuk_design_system_formbuilder/elements/inputs/text.rb +0 -20
- data/vendor/bundle/ruby/3.3.0/gems/govuk_design_system_formbuilder-5.4.0/lib/govuk_design_system_formbuilder/elements/inputs/url.rb +0 -20
- data/vendor/bundle/ruby/3.3.0/gems/govuk_design_system_formbuilder-5.4.0/lib/govuk_design_system_formbuilder/elements/label.rb +0 -95
- data/vendor/bundle/ruby/3.3.0/gems/govuk_design_system_formbuilder-5.4.0/lib/govuk_design_system_formbuilder/elements/legend.rb +0 -78
- data/vendor/bundle/ruby/3.3.0/gems/govuk_design_system_formbuilder-5.4.0/lib/govuk_design_system_formbuilder/elements/null.rb +0 -21
- data/vendor/bundle/ruby/3.3.0/gems/govuk_design_system_formbuilder-5.4.0/lib/govuk_design_system_formbuilder/elements/password.rb +0 -107
- data/vendor/bundle/ruby/3.3.0/gems/govuk_design_system_formbuilder-5.4.0/lib/govuk_design_system_formbuilder/elements/radios/collection.rb +0 -84
- data/vendor/bundle/ruby/3.3.0/gems/govuk_design_system_formbuilder-5.4.0/lib/govuk_design_system_formbuilder/elements/radios/collection_radio_button.rb +0 -75
- data/vendor/bundle/ruby/3.3.0/gems/govuk_design_system_formbuilder-5.4.0/lib/govuk_design_system_formbuilder/elements/radios/fieldset_radio_button.rb +0 -38
- data/vendor/bundle/ruby/3.3.0/gems/govuk_design_system_formbuilder-5.4.0/lib/govuk_design_system_formbuilder/elements/select.rb +0 -46
- data/vendor/bundle/ruby/3.3.0/gems/govuk_design_system_formbuilder-5.4.0/lib/govuk_design_system_formbuilder/elements/submit.rb +0 -77
- data/vendor/bundle/ruby/3.3.0/gems/govuk_design_system_formbuilder-5.4.0/lib/govuk_design_system_formbuilder/elements/text_area.rb +0 -114
- data/vendor/bundle/ruby/3.3.0/gems/govuk_design_system_formbuilder-5.4.0/lib/govuk_design_system_formbuilder/presenters/error_summary.rb +0 -33
- data/vendor/bundle/ruby/3.3.0/gems/govuk_design_system_formbuilder-5.4.0/lib/govuk_design_system_formbuilder/proxy.rb +0 -13
- data/vendor/bundle/ruby/3.3.0/gems/govuk_design_system_formbuilder-5.4.0/lib/govuk_design_system_formbuilder/refinements/prefixable_array.rb +0 -9
- data/vendor/bundle/ruby/3.3.0/gems/govuk_design_system_formbuilder-5.4.0/lib/govuk_design_system_formbuilder/traits/caption.rb +0 -15
- data/vendor/bundle/ruby/3.3.0/gems/govuk_design_system_formbuilder-5.4.0/lib/govuk_design_system_formbuilder/traits/collection_item.rb +0 -16
- data/vendor/bundle/ruby/3.3.0/gems/govuk_design_system_formbuilder-5.4.0/lib/govuk_design_system_formbuilder/traits/error.rb +0 -21
- data/vendor/bundle/ruby/3.3.0/gems/govuk_design_system_formbuilder-5.4.0/lib/govuk_design_system_formbuilder/traits/fieldset_item.rb +0 -82
- data/vendor/bundle/ruby/3.3.0/gems/govuk_design_system_formbuilder-5.4.0/lib/govuk_design_system_formbuilder/traits/hint.rb +0 -32
- data/vendor/bundle/ruby/3.3.0/gems/govuk_design_system_formbuilder-5.4.0/lib/govuk_design_system_formbuilder/traits/html_attributes.rb +0 -13
- data/vendor/bundle/ruby/3.3.0/gems/govuk_design_system_formbuilder-5.4.0/lib/govuk_design_system_formbuilder/traits/html_classes.rb +0 -13
- data/vendor/bundle/ruby/3.3.0/gems/govuk_design_system_formbuilder-5.4.0/lib/govuk_design_system_formbuilder/traits/input.rb +0 -110
- data/vendor/bundle/ruby/3.3.0/gems/govuk_design_system_formbuilder-5.4.0/lib/govuk_design_system_formbuilder/traits/label.rb +0 -26
- data/vendor/bundle/ruby/3.3.0/gems/govuk_design_system_formbuilder-5.4.0/lib/govuk_design_system_formbuilder/traits/localisation.rb +0 -61
- data/vendor/bundle/ruby/3.3.0/gems/govuk_design_system_formbuilder-5.4.0/lib/govuk_design_system_formbuilder/traits/select.rb +0 -15
- data/vendor/bundle/ruby/3.3.0/gems/govuk_design_system_formbuilder-5.4.0/lib/govuk_design_system_formbuilder/traits/supplemental.rb +0 -17
- data/vendor/bundle/ruby/3.3.0/gems/govuk_design_system_formbuilder-5.4.0/lib/govuk_design_system_formbuilder/version.rb +0 -3
- data/vendor/bundle/ruby/3.3.0/gems/govuk_design_system_formbuilder-5.4.0/lib/govuk_design_system_formbuilder.rb +0 -164
- data/vendor/bundle/ruby/3.3.0/gems/html-attributes-utils-1.0.2/README.md +0 -49
- data/vendor/bundle/ruby/3.3.0/gems/html-attributes-utils-1.0.2/lib/html_attributes_utils.rb +0 -140
- data/vendor/bundle/ruby/3.3.0/gems/i18n-1.14.5/MIT-LICENSE +0 -20
- data/vendor/bundle/ruby/3.3.0/gems/i18n-1.14.5/README.md +0 -127
- data/vendor/bundle/ruby/3.3.0/gems/i18n-1.14.5/lib/i18n/backend/base.rb +0 -306
- data/vendor/bundle/ruby/3.3.0/gems/i18n-1.14.5/lib/i18n/backend/cache.rb +0 -113
- data/vendor/bundle/ruby/3.3.0/gems/i18n-1.14.5/lib/i18n/backend/cache_file.rb +0 -36
- data/vendor/bundle/ruby/3.3.0/gems/i18n-1.14.5/lib/i18n/backend/cascade.rb +0 -56
- data/vendor/bundle/ruby/3.3.0/gems/i18n-1.14.5/lib/i18n/backend/chain.rb +0 -130
- data/vendor/bundle/ruby/3.3.0/gems/i18n-1.14.5/lib/i18n/backend/fallbacks.rb +0 -115
- data/vendor/bundle/ruby/3.3.0/gems/i18n-1.14.5/lib/i18n/backend/flatten.rb +0 -118
- data/vendor/bundle/ruby/3.3.0/gems/i18n-1.14.5/lib/i18n/backend/gettext.rb +0 -83
- data/vendor/bundle/ruby/3.3.0/gems/i18n-1.14.5/lib/i18n/backend/interpolation_compiler.rb +0 -121
- data/vendor/bundle/ruby/3.3.0/gems/i18n-1.14.5/lib/i18n/backend/key_value.rb +0 -204
- data/vendor/bundle/ruby/3.3.0/gems/i18n-1.14.5/lib/i18n/backend/lazy_loadable.rb +0 -184
- data/vendor/bundle/ruby/3.3.0/gems/i18n-1.14.5/lib/i18n/backend/memoize.rb +0 -54
- data/vendor/bundle/ruby/3.3.0/gems/i18n-1.14.5/lib/i18n/backend/metadata.rb +0 -71
- data/vendor/bundle/ruby/3.3.0/gems/i18n-1.14.5/lib/i18n/backend/pluralization.rb +0 -96
- data/vendor/bundle/ruby/3.3.0/gems/i18n-1.14.5/lib/i18n/backend/simple.rb +0 -113
- data/vendor/bundle/ruby/3.3.0/gems/i18n-1.14.5/lib/i18n/backend/transliterator.rb +0 -108
- data/vendor/bundle/ruby/3.3.0/gems/i18n-1.14.5/lib/i18n/backend.rb +0 -22
- data/vendor/bundle/ruby/3.3.0/gems/i18n-1.14.5/lib/i18n/config.rb +0 -165
- data/vendor/bundle/ruby/3.3.0/gems/i18n-1.14.5/lib/i18n/exceptions.rb +0 -157
- data/vendor/bundle/ruby/3.3.0/gems/i18n-1.14.5/lib/i18n/gettext/helpers.rb +0 -75
- data/vendor/bundle/ruby/3.3.0/gems/i18n-1.14.5/lib/i18n/gettext/po_parser.rb +0 -329
- data/vendor/bundle/ruby/3.3.0/gems/i18n-1.14.5/lib/i18n/gettext.rb +0 -28
- data/vendor/bundle/ruby/3.3.0/gems/i18n-1.14.5/lib/i18n/interpolate/ruby.rb +0 -53
- data/vendor/bundle/ruby/3.3.0/gems/i18n-1.14.5/lib/i18n/locale/fallbacks.rb +0 -107
- data/vendor/bundle/ruby/3.3.0/gems/i18n-1.14.5/lib/i18n/locale/tag/parents.rb +0 -24
- data/vendor/bundle/ruby/3.3.0/gems/i18n-1.14.5/lib/i18n/locale/tag/rfc4646.rb +0 -74
- data/vendor/bundle/ruby/3.3.0/gems/i18n-1.14.5/lib/i18n/locale/tag/simple.rb +0 -39
- data/vendor/bundle/ruby/3.3.0/gems/i18n-1.14.5/lib/i18n/locale/tag.rb +0 -28
- data/vendor/bundle/ruby/3.3.0/gems/i18n-1.14.5/lib/i18n/locale.rb +0 -8
- data/vendor/bundle/ruby/3.3.0/gems/i18n-1.14.5/lib/i18n/middleware.rb +0 -17
- data/vendor/bundle/ruby/3.3.0/gems/i18n-1.14.5/lib/i18n/tests/basics.rb +0 -58
- data/vendor/bundle/ruby/3.3.0/gems/i18n-1.14.5/lib/i18n/tests/defaults.rb +0 -52
- data/vendor/bundle/ruby/3.3.0/gems/i18n-1.14.5/lib/i18n/tests/interpolation.rb +0 -185
- data/vendor/bundle/ruby/3.3.0/gems/i18n-1.14.5/lib/i18n/tests/link.rb +0 -66
- data/vendor/bundle/ruby/3.3.0/gems/i18n-1.14.5/lib/i18n/tests/localization/date.rb +0 -122
- data/vendor/bundle/ruby/3.3.0/gems/i18n-1.14.5/lib/i18n/tests/localization/date_time.rb +0 -103
- data/vendor/bundle/ruby/3.3.0/gems/i18n-1.14.5/lib/i18n/tests/localization/procs.rb +0 -118
- data/vendor/bundle/ruby/3.3.0/gems/i18n-1.14.5/lib/i18n/tests/localization/time.rb +0 -103
- data/vendor/bundle/ruby/3.3.0/gems/i18n-1.14.5/lib/i18n/tests/localization.rb +0 -19
- data/vendor/bundle/ruby/3.3.0/gems/i18n-1.14.5/lib/i18n/tests/lookup.rb +0 -81
- data/vendor/bundle/ruby/3.3.0/gems/i18n-1.14.5/lib/i18n/tests/pluralization.rb +0 -35
- data/vendor/bundle/ruby/3.3.0/gems/i18n-1.14.5/lib/i18n/tests/procs.rb +0 -66
- data/vendor/bundle/ruby/3.3.0/gems/i18n-1.14.5/lib/i18n/tests.rb +0 -14
- data/vendor/bundle/ruby/3.3.0/gems/i18n-1.14.5/lib/i18n/utils.rb +0 -55
- data/vendor/bundle/ruby/3.3.0/gems/i18n-1.14.5/lib/i18n/version.rb +0 -5
- data/vendor/bundle/ruby/3.3.0/gems/i18n-1.14.5/lib/i18n.rb +0 -475
- data/vendor/bundle/ruby/3.3.0/gems/json-2.7.2/CHANGES.md +0 -503
- data/vendor/bundle/ruby/3.3.0/gems/json-2.7.2/LICENSE +0 -56
- data/vendor/bundle/ruby/3.3.0/gems/json-2.7.2/README.md +0 -416
- data/vendor/bundle/ruby/3.3.0/gems/json-2.7.2/ext/json/Makefile +0 -205
- data/vendor/bundle/ruby/3.3.0/gems/json-2.7.2/ext/json/ext/fbuffer/fbuffer.h +0 -187
- data/vendor/bundle/ruby/3.3.0/gems/json-2.7.2/ext/json/ext/generator/Makefile +0 -270
- data/vendor/bundle/ruby/3.3.0/gems/json-2.7.2/ext/json/ext/generator/depend +0 -1
- data/vendor/bundle/ruby/3.3.0/gems/json-2.7.2/ext/json/ext/generator/extconf.rb +0 -4
- data/vendor/bundle/ruby/3.3.0/gems/json-2.7.2/ext/json/ext/generator/generator.c +0 -1703
- data/vendor/bundle/ruby/3.3.0/gems/json-2.7.2/ext/json/ext/generator/generator.h +0 -177
- data/vendor/bundle/ruby/3.3.0/gems/json-2.7.2/ext/json/ext/parser/Makefile +0 -270
- data/vendor/bundle/ruby/3.3.0/gems/json-2.7.2/ext/json/ext/parser/depend +0 -1
- data/vendor/bundle/ruby/3.3.0/gems/json-2.7.2/ext/json/ext/parser/extconf.rb +0 -32
- data/vendor/bundle/ruby/3.3.0/gems/json-2.7.2/ext/json/ext/parser/parser.c +0 -2211
- data/vendor/bundle/ruby/3.3.0/gems/json-2.7.2/ext/json/ext/parser/parser.h +0 -96
- data/vendor/bundle/ruby/3.3.0/gems/json-2.7.2/ext/json/ext/parser/parser.rl +0 -971
- data/vendor/bundle/ruby/3.3.0/gems/json-2.7.2/ext/json/extconf.rb +0 -3
- data/vendor/bundle/ruby/3.3.0/gems/json-2.7.2/json.gemspec +0 -68
- data/vendor/bundle/ruby/3.3.0/gems/json-2.7.2/lib/json/add/bigdecimal.rb +0 -58
- data/vendor/bundle/ruby/3.3.0/gems/json-2.7.2/lib/json/add/complex.rb +0 -51
- data/vendor/bundle/ruby/3.3.0/gems/json-2.7.2/lib/json/add/core.rb +0 -12
- data/vendor/bundle/ruby/3.3.0/gems/json-2.7.2/lib/json/add/date.rb +0 -54
- data/vendor/bundle/ruby/3.3.0/gems/json-2.7.2/lib/json/add/date_time.rb +0 -67
- data/vendor/bundle/ruby/3.3.0/gems/json-2.7.2/lib/json/add/exception.rb +0 -49
- data/vendor/bundle/ruby/3.3.0/gems/json-2.7.2/lib/json/add/ostruct.rb +0 -54
- data/vendor/bundle/ruby/3.3.0/gems/json-2.7.2/lib/json/add/range.rb +0 -54
- data/vendor/bundle/ruby/3.3.0/gems/json-2.7.2/lib/json/add/rational.rb +0 -49
- data/vendor/bundle/ruby/3.3.0/gems/json-2.7.2/lib/json/add/regexp.rb +0 -48
- data/vendor/bundle/ruby/3.3.0/gems/json-2.7.2/lib/json/add/set.rb +0 -48
- data/vendor/bundle/ruby/3.3.0/gems/json-2.7.2/lib/json/add/struct.rb +0 -52
- data/vendor/bundle/ruby/3.3.0/gems/json-2.7.2/lib/json/add/symbol.rb +0 -48
- data/vendor/bundle/ruby/3.3.0/gems/json-2.7.2/lib/json/add/time.rb +0 -59
- data/vendor/bundle/ruby/3.3.0/gems/json-2.7.2/lib/json/common.rb +0 -698
- data/vendor/bundle/ruby/3.3.0/gems/json-2.7.2/lib/json/ext/generator.so +0 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.7.2/lib/json/ext/parser.so +0 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.7.2/lib/json/ext.rb +0 -15
- data/vendor/bundle/ruby/3.3.0/gems/json-2.7.2/lib/json/generic_object.rb +0 -75
- data/vendor/bundle/ruby/3.3.0/gems/json-2.7.2/lib/json/pure/generator.rb +0 -513
- data/vendor/bundle/ruby/3.3.0/gems/json-2.7.2/lib/json/pure/parser.rb +0 -337
- data/vendor/bundle/ruby/3.3.0/gems/json-2.7.2/lib/json/pure.rb +0 -15
- data/vendor/bundle/ruby/3.3.0/gems/json-2.7.2/lib/json/version.rb +0 -9
- data/vendor/bundle/ruby/3.3.0/gems/json-2.7.2/lib/json.rb +0 -592
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/LICENSE.txt +0 -21
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/README.md +0 -88
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/constant/code_action_kind.rb +0 -85
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/constant/code_action_trigger_kind.rb +0 -22
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/constant/completion_item_kind.rb +0 -36
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/constant/completion_item_tag.rb +0 -16
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/constant/completion_trigger_kind.rb +0 -26
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/constant/diagnostic_severity.rb +0 -24
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/constant/diagnostic_tag.rb +0 -24
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/constant/document_diagnostic_report_kind.rb +0 -21
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/constant/document_highlight_kind.rb +0 -23
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/constant/error_codes.rb +0 -73
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/constant/failure_handling_kind.rb +0 -30
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/constant/file_change_type.rb +0 -23
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/constant/file_operation_pattern_kind.rb +0 -20
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/constant/folding_range_kind.rb +0 -24
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/constant/initialize_error_codes.rb +0 -16
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/constant/inlay_hint_kind.rb +0 -19
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/constant/insert_text_format.rb +0 -25
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/constant/insert_text_mode.rb +0 -30
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/constant/markup_kind.rb +0 -23
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/constant/message_type.rb +0 -24
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/constant/moniker_kind.rb +0 -24
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/constant/notebook_cell_kind.rb +0 -19
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/constant/position_encoding_kind.rb +0 -32
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/constant/prepare_support_default_behavior.rb +0 -13
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/constant/resource_operation_kind.rb +0 -23
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/constant/semantic_token_modifiers.rb +0 -18
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/constant/semantic_token_types.rb +0 -35
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/constant/signature_help_trigger_kind.rb +0 -24
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/constant/symbol_kind.rb +0 -37
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/constant/symbol_tag.rb +0 -15
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/constant/text_document_save_reason.rb +0 -24
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/constant/text_document_sync_kind.rb +0 -27
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/constant/token_format.rb +0 -9
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/constant/uniqueness_level.rb +0 -31
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/constant/watch_kind.rb +0 -20
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/constant.rb +0 -77
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/annotated_text_edit.rb +0 -56
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/apply_workspace_edit_params.rb +0 -44
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/apply_workspace_edit_result.rb +0 -56
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/call_hierarchy_client_capabilities.rb +0 -36
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/call_hierarchy_incoming_call.rb +0 -43
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/call_hierarchy_incoming_calls_params.rb +0 -49
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/call_hierarchy_item.rb +0 -100
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/call_hierarchy_options.rb +0 -30
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/call_hierarchy_outgoing_call.rb +0 -43
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/call_hierarchy_outgoing_calls_params.rb +0 -49
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/call_hierarchy_prepare_params.rb +0 -51
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/call_hierarchy_registration_options.rb +0 -50
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/cancel_params.rb +0 -33
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/change_annotation.rb +0 -57
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/client_capabilities.rb +0 -78
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/code_action.rb +0 -127
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/code_action_client_capabilities.rb +0 -95
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/code_action_context.rb +0 -63
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/code_action_options.rb +0 -52
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/code_action_params.rb +0 -73
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/code_action_registration_options.rb +0 -62
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/code_description.rb +0 -36
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/code_lens.rb +0 -61
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/code_lens_client_capabilities.rb +0 -33
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/code_lens_options.rb +0 -39
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/code_lens_params.rb +0 -52
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/code_lens_registration_options.rb +0 -49
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/code_lens_workspace_client_capabilities.rb +0 -39
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/color.rb +0 -63
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/color_information.rb +0 -42
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/color_presentation.rb +0 -57
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/color_presentation_params.rb +0 -70
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/command.rb +0 -52
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/completion_client_capabilities.rb +0 -79
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/completion_context.rb +0 -48
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/completion_item.rb +0 -267
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/completion_item_label_details.rb +0 -49
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/completion_list.rb +0 -69
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/completion_options.rb +0 -87
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/completion_params.rb +0 -72
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/completion_registration_options.rb +0 -94
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/configuration_item.rb +0 -42
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/configuration_params.rb +0 -30
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/create_file.rb +0 -63
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/create_file_options.rb +0 -45
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/create_files_params.rb +0 -37
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/declaration_client_capabilities.rb +0 -44
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/declaration_options.rb +0 -30
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/declaration_params.rb +0 -61
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/declaration_registration_options.rb +0 -50
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/definition_client_capabilities.rb +0 -42
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/definition_options.rb +0 -30
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/definition_params.rb +0 -61
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/definition_registration_options.rb +0 -40
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/delete_file.rb +0 -63
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/delete_file_options.rb +0 -45
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/delete_files_params.rb +0 -37
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/diagnostic.rb +0 -110
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/diagnostic_client_capabilities.rb +0 -49
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/diagnostic_options.rb +0 -64
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/diagnostic_registration_options.rb +0 -84
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/diagnostic_related_information.rb +0 -47
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/diagnostic_server_cancellation_data.rb +0 -33
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/diagnostic_workspace_client_capabilities.rb +0 -42
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/did_change_configuration_client_capabilities.rb +0 -33
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/did_change_configuration_params.rb +0 -33
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/did_change_notebook_document_params.rb +0 -56
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/did_change_text_document_params.rb +0 -56
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/did_change_watched_files_client_capabilities.rb +0 -45
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/did_change_watched_files_params.rb +0 -33
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/did_change_watched_files_registration_options.rb +0 -36
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/did_change_workspace_folders_params.rb +0 -33
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/did_close_notebook_document_params.rb +0 -46
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/did_close_text_document_params.rb +0 -33
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/did_open_notebook_document_params.rb +0 -46
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/did_open_text_document_params.rb +0 -33
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/did_save_notebook_document_params.rb +0 -36
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/did_save_text_document_params.rb +0 -43
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/document_color_client_capabilities.rb +0 -33
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/document_color_options.rb +0 -30
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/document_color_params.rb +0 -52
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/document_color_registration_options.rb +0 -50
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/document_diagnostic_params.rb +0 -73
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/document_diagnostic_report_partial_result.rb +0 -33
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/document_filter.rb +0 -63
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/document_formatting_client_capabilities.rb +0 -33
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/document_formatting_options.rb +0 -30
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/document_formatting_params.rb +0 -51
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/document_formatting_registration_options.rb +0 -40
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/document_highlight.rb +0 -47
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/document_highlight_client_capabilities.rb +0 -33
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/document_highlight_options.rb +0 -30
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/document_highlight_params.rb +0 -61
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/document_highlight_registration_options.rb +0 -40
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/document_link.rb +0 -70
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/document_link_client_capabilities.rb +0 -42
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/document_link_options.rb +0 -39
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/document_link_params.rb +0 -52
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/document_link_registration_options.rb +0 -49
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/document_on_type_formatting_client_capabilities.rb +0 -33
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/document_on_type_formatting_options.rb +0 -42
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/document_on_type_formatting_params.rb +0 -65
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/document_on_type_formatting_registration_options.rb +0 -52
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/document_range_formatting_client_capabilities.rb +0 -33
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/document_range_formatting_options.rb +0 -30
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/document_range_formatting_params.rb +0 -60
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/document_range_formatting_registration_options.rb +0 -40
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/document_symbol.rb +0 -108
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/document_symbol_client_capabilities.rb +0 -73
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/document_symbol_options.rb +0 -40
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/document_symbol_params.rb +0 -52
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/document_symbol_registration_options.rb +0 -50
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/execute_command_client_capabilities.rb +0 -33
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/execute_command_options.rb +0 -39
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/execute_command_params.rb +0 -51
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/execute_command_registration_options.rb +0 -42
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/execution_summary.rb +0 -45
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/file_create.rb +0 -36
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/file_delete.rb +0 -36
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/file_event.rb +0 -45
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/file_operation_filter.rb +0 -46
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/file_operation_pattern.rb +0 -67
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/file_operation_pattern_options.rb +0 -36
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/file_operation_registration_options.rb +0 -36
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/file_rename.rb +0 -45
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/file_system_watcher.rb +0 -45
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/folding_range.rb +0 -94
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/folding_range_client_capabilities.rb +0 -76
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/folding_range_options.rb +0 -30
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/folding_range_params.rb +0 -52
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/folding_range_registration_options.rb +0 -50
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/formatting_options.rb +0 -72
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/full_document_diagnostic_report.rb +0 -56
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/hover.rb +0 -46
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/hover_client_capabilities.rb +0 -44
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/hover_options.rb +0 -30
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/hover_params.rb +0 -51
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/hover_registration_options.rb +0 -40
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/hover_result.rb +0 -30
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/implementation_client_capabilities.rb +0 -44
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/implementation_options.rb +0 -30
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/implementation_params.rb +0 -61
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/implementation_registration_options.rb +0 -50
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/initialize_error.rb +0 -36
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/initialize_params.rb +0 -128
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/initialize_result.rb +0 -42
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/initialized_params.rb +0 -24
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/inlay_hint.rb +0 -122
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/inlay_hint_client_capabilities.rb +0 -46
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/inlay_hint_label_part.rb +0 -79
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/inlay_hint_options.rb +0 -43
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/inlay_hint_params.rb +0 -54
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/inlay_hint_registration_options.rb +0 -63
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/inlay_hint_workspace_client_capabilities.rb +0 -42
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/inline_value_client_capabilities.rb +0 -37
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/inline_value_context.rb +0 -44
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/inline_value_evaluatable_expression.rb +0 -52
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/inline_value_options.rb +0 -33
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/inline_value_params.rb +0 -64
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/inline_value_registration_options.rb +0 -53
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/inline_value_text.rb +0 -45
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/inline_value_variable_lookup.rb +0 -61
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/inline_value_workspace_client_capabilities.rb +0 -42
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/insert_replace_edit.rb +0 -54
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/linked_editing_range_client_capabilities.rb +0 -36
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/linked_editing_range_options.rb +0 -30
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/linked_editing_range_params.rb +0 -51
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/linked_editing_range_registration_options.rb +0 -50
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/linked_editing_ranges.rb +0 -46
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/location.rb +0 -36
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/location_link.rb +0 -68
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/log_message_params.rb +0 -42
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/log_trace_params.rb +0 -43
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/markup_content.rb +0 -68
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/message.rb +0 -30
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/message_action_item.rb +0 -33
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/moniker.rb +0 -64
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/moniker_client_capabilities.rb +0 -36
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/moniker_options.rb +0 -30
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/moniker_params.rb +0 -61
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/moniker_registration_options.rb +0 -40
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/notebook_cell.rb +0 -69
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/notebook_cell_array_change.rb +0 -55
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/notebook_cell_text_document_filter.rb +0 -52
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/notebook_document.rb +0 -74
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/notebook_document_change_event.rb +0 -45
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/notebook_document_client_capabilities.rb +0 -36
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/notebook_document_filter.rb +0 -79
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/notebook_document_identifier.rb +0 -36
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/notebook_document_sync_client_capabilities.rb +0 -48
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/notebook_document_sync_options.rb +0 -56
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/notebook_document_sync_registration_options.rb +0 -56
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/notification_message.rb +0 -48
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/optional_versioned_text_document_identifier.rb +0 -50
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/parameter_information.rb +0 -56
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/partial_result_params.rb +0 -34
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/position.rb +0 -46
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/prepare_rename_params.rb +0 -51
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/previous_result_id.rb +0 -46
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/progress_params.rb +0 -42
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/publish_diagnostics_client_capabilities.rb +0 -73
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/publish_diagnostics_params.rb +0 -52
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/range.rb +0 -42
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/reference_client_capabilities.rb +0 -33
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/reference_context.rb +0 -33
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/reference_options.rb +0 -30
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/reference_params.rb +0 -67
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/reference_registration_options.rb +0 -40
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/registration.rb +0 -55
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/registration_params.rb +0 -30
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/regular_expressions_client_capabilities.rb +0 -45
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/related_full_document_diagnostic_report.rb +0 -69
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/related_unchanged_document_diagnostic_report.rb +0 -62
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/relative_pattern.rb +0 -48
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/rename_client_capabilities.rb +0 -69
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/rename_file.rb +0 -72
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/rename_file_options.rb +0 -45
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/rename_files_params.rb +0 -38
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/rename_options.rb +0 -39
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/rename_params.rb +0 -62
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/rename_registration_options.rb +0 -49
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/request_message.rb +0 -57
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/response_error.rb +0 -52
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/response_message.rb +0 -58
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/save_options.rb +0 -33
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/selection_range.rb +0 -43
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/selection_range_client_capabilities.rb +0 -36
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/selection_range_options.rb +0 -30
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/selection_range_params.rb +0 -61
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/selection_range_registration_options.rb +0 -50
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/semantic_tokens.rb +0 -45
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/semantic_tokens_client_capabilities.rb +0 -125
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/semantic_tokens_delta.rb +0 -40
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/semantic_tokens_delta_params.rb +0 -62
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/semantic_tokens_delta_partial_result.rb +0 -30
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/semantic_tokens_edit.rb +0 -51
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/semantic_tokens_legend.rb +0 -42
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/semantic_tokens_options.rb +0 -58
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/semantic_tokens_params.rb +0 -52
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/semantic_tokens_partial_result.rb +0 -30
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/semantic_tokens_range_params.rb +0 -61
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/semantic_tokens_registration_options.rb +0 -78
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/semantic_tokens_workspace_client_capabilities.rb +0 -39
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/server_capabilities.rb +0 -352
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/set_trace_params.rb +0 -33
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/show_document_client_capabilities.rb +0 -37
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/show_document_params.rb +0 -71
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/show_document_result.rb +0 -36
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/show_message_params.rb +0 -42
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/show_message_request_client_capabilities.rb +0 -36
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/show_message_request_params.rb +0 -51
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/signature_help.rb +0 -71
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/signature_help_client_capabilities.rb +0 -55
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/signature_help_context.rb +0 -74
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/signature_help_options.rb +0 -53
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/signature_help_params.rb +0 -62
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/signature_help_registration_options.rb +0 -63
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/signature_information.rb +0 -69
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/static_registration_options.rb +0 -37
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/symbol_information.rb +0 -93
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/text_document_change_registration_options.rb +0 -47
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/text_document_client_capabilities.rb +0 -297
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/text_document_content_change_event.rb +0 -59
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/text_document_edit.rb +0 -42
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/text_document_identifier.rb +0 -33
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/text_document_item.rb +0 -61
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/text_document_position_params.rb +0 -42
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/text_document_registration_options.rb +0 -37
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/text_document_save_registration_options.rb +0 -43
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/text_document_sync_client_capabilities.rb +0 -62
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/text_document_sync_options.rb +0 -78
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/text_edit.rb +0 -44
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/type_definition_client_capabilities.rb +0 -44
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/type_definition_options.rb +0 -30
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/type_definition_params.rb +0 -61
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/type_definition_registration_options.rb +0 -50
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/type_hierarchy_item.rb +0 -102
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/type_hierarchy_options.rb +0 -30
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/type_hierarchy_prepare_params.rb +0 -51
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/type_hierarchy_registration_options.rb +0 -50
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/type_hierarchy_subtypes_params.rb +0 -49
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/type_hierarchy_supertypes_params.rb +0 -49
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/unchanged_document_diagnostic_report.rb +0 -50
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/unregistration.rb +0 -46
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/unregistration_params.rb +0 -30
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/versioned_notebook_document_identifier.rb +0 -45
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/versioned_text_document_identifier.rb +0 -45
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/will_save_text_document_params.rb +0 -45
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/work_done_progress_begin.rb +0 -80
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/work_done_progress_cancel_params.rb +0 -33
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/work_done_progress_create_params.rb +0 -33
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/work_done_progress_end.rb +0 -40
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/work_done_progress_options.rb +0 -30
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/work_done_progress_params.rb +0 -33
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/work_done_progress_report.rb +0 -70
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/workspace_diagnostic_params.rb +0 -65
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/workspace_diagnostic_report.rb +0 -33
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/workspace_diagnostic_report_partial_result.rb +0 -33
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/workspace_edit.rb +0 -68
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/workspace_edit_client_capabilities.rb +0 -75
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/workspace_folder.rb +0 -43
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/workspace_folders_change_event.rb +0 -45
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/workspace_folders_server_capabilities.rb +0 -48
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/workspace_full_document_diagnostic_report.rb +0 -75
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/workspace_symbol.rb +0 -89
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/workspace_symbol_client_capabilities.rb +0 -64
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/workspace_symbol_options.rb +0 -40
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/workspace_symbol_params.rb +0 -56
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/workspace_symbol_registration_options.rb +0 -40
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/workspace_unchanged_document_diagnostic_report.rb +0 -68
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface.rb +0 -631
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/transport/io/reader.rb +0 -31
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/transport/io/writer.rb +0 -35
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/transport/io.rb +0 -2
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/transport/stdio/reader.rb +0 -13
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/transport/stdio/writer.rb +0 -13
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/transport/stdio.rb +0 -2
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/transport.rb +0 -2
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/version.rb +0 -5
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol.rb +0 -4
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server-protocol.rb +0 -1
- data/vendor/bundle/ruby/3.3.0/gems/loofah-2.22.0/CHANGELOG.md +0 -566
- data/vendor/bundle/ruby/3.3.0/gems/loofah-2.22.0/MIT-LICENSE.txt +0 -23
- data/vendor/bundle/ruby/3.3.0/gems/loofah-2.22.0/README.md +0 -363
- data/vendor/bundle/ruby/3.3.0/gems/loofah-2.22.0/SECURITY.md +0 -18
- data/vendor/bundle/ruby/3.3.0/gems/loofah-2.22.0/lib/loofah/concerns.rb +0 -207
- data/vendor/bundle/ruby/3.3.0/gems/loofah-2.22.0/lib/loofah/elements.rb +0 -98
- data/vendor/bundle/ruby/3.3.0/gems/loofah-2.22.0/lib/loofah/helpers.rb +0 -110
- data/vendor/bundle/ruby/3.3.0/gems/loofah-2.22.0/lib/loofah/html4/document.rb +0 -17
- data/vendor/bundle/ruby/3.3.0/gems/loofah-2.22.0/lib/loofah/html4/document_fragment.rb +0 -15
- data/vendor/bundle/ruby/3.3.0/gems/loofah-2.22.0/lib/loofah/html5/document.rb +0 -17
- data/vendor/bundle/ruby/3.3.0/gems/loofah-2.22.0/lib/loofah/html5/document_fragment.rb +0 -15
- data/vendor/bundle/ruby/3.3.0/gems/loofah-2.22.0/lib/loofah/html5/libxml2_workarounds.rb +0 -28
- data/vendor/bundle/ruby/3.3.0/gems/loofah-2.22.0/lib/loofah/html5/safelist.rb +0 -1055
- data/vendor/bundle/ruby/3.3.0/gems/loofah-2.22.0/lib/loofah/html5/scrub.rb +0 -229
- data/vendor/bundle/ruby/3.3.0/gems/loofah-2.22.0/lib/loofah/metahelpers.rb +0 -18
- data/vendor/bundle/ruby/3.3.0/gems/loofah-2.22.0/lib/loofah/scrubber.rb +0 -140
- data/vendor/bundle/ruby/3.3.0/gems/loofah-2.22.0/lib/loofah/scrubbers.rb +0 -376
- data/vendor/bundle/ruby/3.3.0/gems/loofah-2.22.0/lib/loofah/version.rb +0 -6
- data/vendor/bundle/ruby/3.3.0/gems/loofah-2.22.0/lib/loofah/xml/document.rb +0 -15
- data/vendor/bundle/ruby/3.3.0/gems/loofah-2.22.0/lib/loofah/xml/document_fragment.rb +0 -20
- data/vendor/bundle/ruby/3.3.0/gems/loofah-2.22.0/lib/loofah.rb +0 -173
- data/vendor/bundle/ruby/3.3.0/gems/minitest-5.23.1/History.rdoc +0 -1617
- data/vendor/bundle/ruby/3.3.0/gems/minitest-5.23.1/Manifest.txt +0 -32
- data/vendor/bundle/ruby/3.3.0/gems/minitest-5.23.1/README.rdoc +0 -835
- data/vendor/bundle/ruby/3.3.0/gems/minitest-5.23.1/Rakefile +0 -81
- data/vendor/bundle/ruby/3.3.0/gems/minitest-5.23.1/design_rationale.rb +0 -52
- data/vendor/bundle/ruby/3.3.0/gems/minitest-5.23.1/lib/hoe/minitest.rb +0 -28
- data/vendor/bundle/ruby/3.3.0/gems/minitest-5.23.1/lib/minitest/assertions.rb +0 -860
- data/vendor/bundle/ruby/3.3.0/gems/minitest-5.23.1/lib/minitest/autorun.rb +0 -13
- data/vendor/bundle/ruby/3.3.0/gems/minitest-5.23.1/lib/minitest/benchmark.rb +0 -455
- data/vendor/bundle/ruby/3.3.0/gems/minitest-5.23.1/lib/minitest/compress.rb +0 -94
- data/vendor/bundle/ruby/3.3.0/gems/minitest-5.23.1/lib/minitest/error_on_warning.rb +0 -11
- data/vendor/bundle/ruby/3.3.0/gems/minitest-5.23.1/lib/minitest/expectations.rb +0 -321
- data/vendor/bundle/ruby/3.3.0/gems/minitest-5.23.1/lib/minitest/hell.rb +0 -11
- data/vendor/bundle/ruby/3.3.0/gems/minitest-5.23.1/lib/minitest/manual_plugins.rb +0 -16
- data/vendor/bundle/ruby/3.3.0/gems/minitest-5.23.1/lib/minitest/mock.rb +0 -329
- data/vendor/bundle/ruby/3.3.0/gems/minitest-5.23.1/lib/minitest/parallel.rb +0 -70
- data/vendor/bundle/ruby/3.3.0/gems/minitest-5.23.1/lib/minitest/pride.rb +0 -4
- data/vendor/bundle/ruby/3.3.0/gems/minitest-5.23.1/lib/minitest/pride_plugin.rb +0 -139
- data/vendor/bundle/ruby/3.3.0/gems/minitest-5.23.1/lib/minitest/spec.rb +0 -349
- data/vendor/bundle/ruby/3.3.0/gems/minitest-5.23.1/lib/minitest/test.rb +0 -249
- data/vendor/bundle/ruby/3.3.0/gems/minitest-5.23.1/lib/minitest/test_task.rb +0 -301
- data/vendor/bundle/ruby/3.3.0/gems/minitest-5.23.1/lib/minitest/unit.rb +0 -42
- data/vendor/bundle/ruby/3.3.0/gems/minitest-5.23.1/lib/minitest.rb +0 -1197
- data/vendor/bundle/ruby/3.3.0/gems/minitest-5.23.1/test/minitest/metametameta.rb +0 -153
- data/vendor/bundle/ruby/3.3.0/gems/minitest-5.23.1/test/minitest/test_minitest_assertions.rb +0 -1720
- data/vendor/bundle/ruby/3.3.0/gems/minitest-5.23.1/test/minitest/test_minitest_benchmark.rb +0 -137
- data/vendor/bundle/ruby/3.3.0/gems/minitest-5.23.1/test/minitest/test_minitest_mock.rb +0 -1148
- data/vendor/bundle/ruby/3.3.0/gems/minitest-5.23.1/test/minitest/test_minitest_reporter.rb +0 -440
- data/vendor/bundle/ruby/3.3.0/gems/minitest-5.23.1/test/minitest/test_minitest_spec.rb +0 -1148
- data/vendor/bundle/ruby/3.3.0/gems/minitest-5.23.1/test/minitest/test_minitest_test.rb +0 -1375
- data/vendor/bundle/ruby/3.3.0/gems/minitest-5.23.1/test/minitest/test_minitest_test_task.rb +0 -48
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/Gemfile +0 -48
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/LICENSE-DEPENDENCIES.md +0 -2224
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/LICENSE.md +0 -9
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/README.md +0 -290
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/bin/nokogiri +0 -131
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/dependencies.yml +0 -42
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/depend +0 -38
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/extconf.rb +0 -1127
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/gumbo.c +0 -594
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/html4_document.c +0 -165
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/html4_element_description.c +0 -299
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/html4_entity_lookup.c +0 -37
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/html4_sax_parser_context.c +0 -108
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/html4_sax_push_parser.c +0 -95
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libexslt/exslt.h +0 -108
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libexslt/exsltconfig.h +0 -70
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libexslt/exsltexports.h +0 -63
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libxml2/libxml/HTMLparser.h +0 -343
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libxml2/libxml/HTMLtree.h +0 -147
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libxml2/libxml/SAX.h +0 -202
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libxml2/libxml/SAX2.h +0 -171
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libxml2/libxml/c14n.h +0 -126
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libxml2/libxml/catalog.h +0 -182
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libxml2/libxml/chvalid.h +0 -230
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libxml2/libxml/debugXML.h +0 -217
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libxml2/libxml/dict.h +0 -82
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libxml2/libxml/encoding.h +0 -235
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libxml2/libxml/entities.h +0 -155
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libxml2/libxml/globals.h +0 -41
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libxml2/libxml/hash.h +0 -232
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libxml2/libxml/list.h +0 -137
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libxml2/libxml/nanoftp.h +0 -186
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libxml2/libxml/nanohttp.h +0 -81
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libxml2/libxml/parser.h +0 -1384
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libxml2/libxml/parserInternals.h +0 -663
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libxml2/libxml/pattern.h +0 -100
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libxml2/libxml/relaxng.h +0 -219
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libxml2/libxml/schemasInternals.h +0 -959
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libxml2/libxml/schematron.h +0 -143
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libxml2/libxml/threads.h +0 -87
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libxml2/libxml/tree.h +0 -1362
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libxml2/libxml/uri.h +0 -95
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libxml2/libxml/valid.h +0 -450
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xinclude.h +0 -129
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xlink.h +0 -189
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xmlIO.h +0 -421
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xmlautomata.h +0 -146
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xmlerror.h +0 -948
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xmlexports.h +0 -50
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xmlmemory.h +0 -225
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xmlmodule.h +0 -57
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xmlreader.h +0 -434
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xmlregexp.h +0 -215
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xmlsave.h +0 -97
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xmlschemas.h +0 -249
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xmlschemastypes.h +0 -152
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xmlstring.h +0 -140
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xmlunicode.h +0 -202
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xmlversion.h +0 -511
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xmlwriter.h +0 -488
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xpath.h +0 -575
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xpathInternals.h +0 -633
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xpointer.h +0 -138
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libxslt/attributes.h +0 -39
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libxslt/documents.h +0 -93
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libxslt/extensions.h +0 -262
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libxslt/extra.h +0 -72
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libxslt/functions.h +0 -78
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libxslt/imports.h +0 -75
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libxslt/keys.h +0 -53
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libxslt/namespaces.h +0 -68
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libxslt/numbersInternals.h +0 -73
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libxslt/pattern.h +0 -84
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libxslt/preproc.h +0 -43
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libxslt/security.h +0 -104
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libxslt/templates.h +0 -77
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libxslt/transform.h +0 -207
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libxslt/variables.h +0 -118
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libxslt/xslt.h +0 -110
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libxslt/xsltInternals.h +0 -1992
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libxslt/xsltconfig.h +0 -179
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libxslt/xsltexports.h +0 -64
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libxslt/xsltlocale.h +0 -44
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libxslt/xsltutils.h +0 -343
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/libxml2_backwards_compat.c +0 -121
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/nokogiri.c +0 -287
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/nokogiri.h +0 -253
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/test_global_handlers.c +0 -40
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/xml_attr.c +0 -103
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/xml_attribute_decl.c +0 -70
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/xml_cdata.c +0 -70
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/xml_comment.c +0 -62
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/xml_document.c +0 -777
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/xml_document_fragment.c +0 -44
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/xml_dtd.c +0 -208
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/xml_element_content.c +0 -131
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/xml_element_decl.c +0 -69
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/xml_encoding_handler.c +0 -112
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/xml_entity_decl.c +0 -112
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/xml_entity_reference.c +0 -50
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/xml_namespace.c +0 -181
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/xml_node.c +0 -2422
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/xml_node_set.c +0 -516
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/xml_processing_instruction.c +0 -54
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/xml_reader.c +0 -781
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/xml_relax_ng.c +0 -170
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/xml_sax_parser.c +0 -335
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/xml_sax_parser_context.c +0 -308
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/xml_sax_push_parser.c +0 -187
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/xml_schema.c +0 -261
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/xml_syntax_error.c +0 -85
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/xml_text.c +0 -61
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/xml_xpath_context.c +0 -483
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/xslt_stylesheet.c +0 -421
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/gumbo-parser/CHANGES.md +0 -63
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/gumbo-parser/Makefile +0 -129
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/gumbo-parser/THANKS +0 -27
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/3.0/nokogiri.so +0 -0
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/3.1/nokogiri.so +0 -0
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/3.2/nokogiri.so +0 -0
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/3.3/nokogiri.so +0 -0
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/class_resolver.rb +0 -67
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/css/node.rb +0 -54
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/css/parser.rb +0 -770
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/css/parser.y +0 -277
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/css/parser_extras.rb +0 -96
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/css/syntax_error.rb +0 -9
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/css/tokenizer.rb +0 -155
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/css/tokenizer.rex +0 -56
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/css/xpath_visitor.rb +0 -339
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/css.rb +0 -66
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/decorators/slop.rb +0 -44
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/encoding_handler.rb +0 -57
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/extension.rb +0 -32
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/gumbo.rb +0 -15
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/html.rb +0 -48
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/html4/builder.rb +0 -37
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/html4/document.rb +0 -214
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/html4/document_fragment.rb +0 -54
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/html4/element_description.rb +0 -25
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/html4/element_description_defaults.rb +0 -2040
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/html4/encoding_reader.rb +0 -121
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/html4/entity_lookup.rb +0 -15
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/html4/sax/parser.rb +0 -63
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/html4/sax/parser_context.rb +0 -20
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/html4/sax/push_parser.rb +0 -37
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/html4.rb +0 -47
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/html5/document.rb +0 -168
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/html5/document_fragment.rb +0 -90
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/html5/node.rb +0 -103
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/html5.rb +0 -326
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/jruby/dependencies.rb +0 -3
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/jruby/nokogiri_jars.rb +0 -43
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/syntax_error.rb +0 -6
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/version/constant.rb +0 -6
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/version/info.rb +0 -224
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/version.rb +0 -4
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/xml/attr.rb +0 -66
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/xml/attribute_decl.rb +0 -22
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/xml/builder.rb +0 -487
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/xml/cdata.rb +0 -13
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/xml/character_data.rb +0 -9
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/xml/document.rb +0 -470
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/xml/document_fragment.rb +0 -205
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/xml/dtd.rb +0 -34
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/xml/element_content.rb +0 -46
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/xml/element_decl.rb +0 -17
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/xml/entity_decl.rb +0 -23
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/xml/entity_reference.rb +0 -20
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/xml/namespace.rb +0 -57
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/xml/node/save_options.rb +0 -76
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/xml/node.rb +0 -1579
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/xml/node_set.rb +0 -447
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/xml/notation.rb +0 -19
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/xml/parse_options.rb +0 -213
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/xml/pp/character_data.rb +0 -21
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/xml/pp/node.rb +0 -68
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/xml/pp.rb +0 -4
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/xml/processing_instruction.rb +0 -11
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/xml/reader.rb +0 -106
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/xml/relax_ng.rb +0 -38
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/xml/sax/document.rb +0 -167
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/xml/sax/parser.rb +0 -125
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/xml/sax/parser_context.rb +0 -21
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/xml/sax/push_parser.rb +0 -61
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/xml/sax.rb +0 -6
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/xml/schema.rb +0 -73
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/xml/searchable.rb +0 -278
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/xml/syntax_error.rb +0 -72
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/xml/text.rb +0 -11
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/xml/xpath/syntax_error.rb +0 -13
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/xml/xpath.rb +0 -21
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/xml/xpath_context.rb +0 -16
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/xml.rb +0 -76
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/xslt/stylesheet.rb +0 -49
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/xslt.rb +0 -135
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri.rb +0 -128
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/xsd/xmlparser/nokogiri.rb +0 -106
- data/vendor/bundle/ruby/3.3.0/gems/parallel-1.25.1/MIT-LICENSE.txt +0 -20
- data/vendor/bundle/ruby/3.3.0/gems/parallel-1.25.1/lib/parallel/version.rb +0 -4
- data/vendor/bundle/ruby/3.3.0/gems/parallel-1.25.1/lib/parallel.rb +0 -699
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/LICENSE.txt +0 -25
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/bin/ruby-parse +0 -7
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/bin/ruby-rewrite +0 -7
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/gauntlet_parser.rb +0 -123
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/all.rb +0 -17
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/ast/node.rb +0 -40
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/ast/processor.rb +0 -293
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/base.rb +0 -291
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/builders/default.rb +0 -2338
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/clobbering_error.rb +0 -13
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/color.rb +0 -32
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/context.rb +0 -49
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/current.rb +0 -137
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/current_arg_stack.rb +0 -46
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/deprecation.rb +0 -13
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/diagnostic/engine.rb +0 -104
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/diagnostic.rb +0 -163
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/lexer/dedenter.rb +0 -88
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/lexer/explanation.rb +0 -55
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/lexer/literal.rb +0 -284
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/lexer/stack_state.rb +0 -49
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/lexer-F0.rb +0 -12922
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/lexer-F1.rb +0 -14875
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/lexer-strings.rb +0 -5424
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/macruby.rb +0 -9634
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/max_numparam_stack.rb +0 -56
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/messages.rb +0 -125
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/meta.rb +0 -40
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/rewriter.rb +0 -105
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/ruby18.rb +0 -9272
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/ruby19.rb +0 -9558
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/ruby20.rb +0 -10229
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/ruby21.rb +0 -10203
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/ruby22.rb +0 -10302
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/ruby23.rb +0 -10322
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/ruby24.rb +0 -10454
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/ruby25.rb +0 -10374
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/ruby26.rb +0 -10352
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/ruby27.rb +0 -11947
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/ruby28.rb +0 -8047
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/ruby30.rb +0 -12243
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/ruby31.rb +0 -12716
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/ruby32.rb +0 -12704
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/ruby33.rb +0 -12589
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/ruby34.rb +0 -12589
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/rubymotion.rb +0 -9515
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/runner/ruby_parse.rb +0 -157
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/runner/ruby_rewrite.rb +0 -101
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/runner.rb +0 -298
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/source/buffer.rb +0 -369
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/source/comment/associator.rb +0 -233
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/source/comment.rb +0 -134
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/source/map/collection.rb +0 -18
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/source/map/condition.rb +0 -21
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/source/map/constant.rb +0 -32
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/source/map/definition.rb +0 -23
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/source/map/for.rb +0 -19
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/source/map/heredoc.rb +0 -19
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/source/map/index.rb +0 -33
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/source/map/keyword.rb +0 -20
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/source/map/method_definition.rb +0 -25
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/source/map/objc_kwarg.rb +0 -19
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/source/map/operator.rb +0 -17
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/source/map/rescue_body.rb +0 -21
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/source/map/send.rb +0 -36
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/source/map/ternary.rb +0 -18
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/source/map/variable.rb +0 -31
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/source/map.rb +0 -186
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/source/range.rb +0 -326
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/source/rewriter/action.rb +0 -44
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/source/rewriter.rb +0 -513
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/source/tree_rewriter/action.rb +0 -243
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/source/tree_rewriter.rb +0 -431
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/static_environment.rb +0 -134
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/syntax_error.rb +0 -21
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/tree_rewriter.rb +0 -133
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/unknown_encoding_in_magic_comment_error.rb +0 -15
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/variables_stack.rb +0 -36
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/version.rb +0 -5
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser.rb +0 -91
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/parser.gemspec +0 -43
- data/vendor/bundle/ruby/3.3.0/gems/racc-1.8.0/COPYING +0 -22
- data/vendor/bundle/ruby/3.3.0/gems/racc-1.8.0/ChangeLog +0 -846
- data/vendor/bundle/ruby/3.3.0/gems/racc-1.8.0/README.ja.rdoc +0 -58
- data/vendor/bundle/ruby/3.3.0/gems/racc-1.8.0/README.rdoc +0 -60
- data/vendor/bundle/ruby/3.3.0/gems/racc-1.8.0/TODO +0 -5
- data/vendor/bundle/ruby/3.3.0/gems/racc-1.8.0/bin/racc +0 -320
- data/vendor/bundle/ruby/3.3.0/gems/racc-1.8.0/doc/en/grammar.en.rdoc +0 -218
- data/vendor/bundle/ruby/3.3.0/gems/racc-1.8.0/doc/en/grammar2.en.rdoc +0 -219
- data/vendor/bundle/ruby/3.3.0/gems/racc-1.8.0/doc/ja/command.ja.html +0 -99
- data/vendor/bundle/ruby/3.3.0/gems/racc-1.8.0/doc/ja/debug.ja.rdoc +0 -36
- data/vendor/bundle/ruby/3.3.0/gems/racc-1.8.0/doc/ja/grammar.ja.rdoc +0 -348
- data/vendor/bundle/ruby/3.3.0/gems/racc-1.8.0/doc/ja/index.ja.html +0 -10
- data/vendor/bundle/ruby/3.3.0/gems/racc-1.8.0/doc/ja/parser.ja.rdoc +0 -125
- data/vendor/bundle/ruby/3.3.0/gems/racc-1.8.0/doc/ja/usage.ja.html +0 -414
- data/vendor/bundle/ruby/3.3.0/gems/racc-1.8.0/ext/racc/cparse/Makefile +0 -269
- data/vendor/bundle/ruby/3.3.0/gems/racc-1.8.0/ext/racc/cparse/cparse.c +0 -840
- data/vendor/bundle/ruby/3.3.0/gems/racc-1.8.0/ext/racc/cparse/extconf.rb +0 -8
- data/vendor/bundle/ruby/3.3.0/gems/racc-1.8.0/lib/racc/compat.rb +0 -33
- data/vendor/bundle/ruby/3.3.0/gems/racc-1.8.0/lib/racc/cparse.so +0 -0
- data/vendor/bundle/ruby/3.3.0/gems/racc-1.8.0/lib/racc/debugflags.rb +0 -60
- data/vendor/bundle/ruby/3.3.0/gems/racc-1.8.0/lib/racc/exception.rb +0 -16
- data/vendor/bundle/ruby/3.3.0/gems/racc-1.8.0/lib/racc/grammar.rb +0 -1191
- data/vendor/bundle/ruby/3.3.0/gems/racc-1.8.0/lib/racc/grammarfileparser.rb +0 -667
- data/vendor/bundle/ruby/3.3.0/gems/racc-1.8.0/lib/racc/info.rb +0 -18
- data/vendor/bundle/ruby/3.3.0/gems/racc-1.8.0/lib/racc/iset.rb +0 -92
- data/vendor/bundle/ruby/3.3.0/gems/racc-1.8.0/lib/racc/logfilegenerator.rb +0 -212
- data/vendor/bundle/ruby/3.3.0/gems/racc-1.8.0/lib/racc/parser-text.rb +0 -644
- data/vendor/bundle/ruby/3.3.0/gems/racc-1.8.0/lib/racc/parser.rb +0 -630
- data/vendor/bundle/ruby/3.3.0/gems/racc-1.8.0/lib/racc/parserfilegenerator.rb +0 -473
- data/vendor/bundle/ruby/3.3.0/gems/racc-1.8.0/lib/racc/sourcetext.rb +0 -35
- data/vendor/bundle/ruby/3.3.0/gems/racc-1.8.0/lib/racc/state.rb +0 -976
- data/vendor/bundle/ruby/3.3.0/gems/racc-1.8.0/lib/racc/statetransitiontable.rb +0 -311
- data/vendor/bundle/ruby/3.3.0/gems/racc-1.8.0/lib/racc/static.rb +0 -5
- data/vendor/bundle/ruby/3.3.0/gems/racc-1.8.0/lib/racc.rb +0 -6
- data/vendor/bundle/ruby/3.3.0/gems/rack-3.1.3/CHANGELOG.md +0 -948
- data/vendor/bundle/ruby/3.3.0/gems/rack-3.1.3/CONTRIBUTING.md +0 -144
- data/vendor/bundle/ruby/3.3.0/gems/rack-3.1.3/MIT-LICENSE +0 -20
- data/vendor/bundle/ruby/3.3.0/gems/rack-3.1.3/README.md +0 -328
- data/vendor/bundle/ruby/3.3.0/gems/rack-3.1.3/SPEC.rdoc +0 -365
- data/vendor/bundle/ruby/3.3.0/gems/rack-3.1.3/lib/rack/auth/abstract/handler.rb +0 -41
- data/vendor/bundle/ruby/3.3.0/gems/rack-3.1.3/lib/rack/auth/abstract/request.rb +0 -49
- data/vendor/bundle/ruby/3.3.0/gems/rack-3.1.3/lib/rack/auth/basic.rb +0 -58
- data/vendor/bundle/ruby/3.3.0/gems/rack-3.1.3/lib/rack/bad_request.rb +0 -8
- data/vendor/bundle/ruby/3.3.0/gems/rack-3.1.3/lib/rack/body_proxy.rb +0 -63
- data/vendor/bundle/ruby/3.3.0/gems/rack-3.1.3/lib/rack/builder.rb +0 -290
- data/vendor/bundle/ruby/3.3.0/gems/rack-3.1.3/lib/rack/cascade.rb +0 -67
- data/vendor/bundle/ruby/3.3.0/gems/rack-3.1.3/lib/rack/common_logger.rb +0 -88
- data/vendor/bundle/ruby/3.3.0/gems/rack-3.1.3/lib/rack/conditional_get.rb +0 -86
- data/vendor/bundle/ruby/3.3.0/gems/rack-3.1.3/lib/rack/config.rb +0 -22
- data/vendor/bundle/ruby/3.3.0/gems/rack-3.1.3/lib/rack/constants.rb +0 -67
- data/vendor/bundle/ruby/3.3.0/gems/rack-3.1.3/lib/rack/content_length.rb +0 -34
- data/vendor/bundle/ruby/3.3.0/gems/rack-3.1.3/lib/rack/content_type.rb +0 -33
- data/vendor/bundle/ruby/3.3.0/gems/rack-3.1.3/lib/rack/deflater.rb +0 -158
- data/vendor/bundle/ruby/3.3.0/gems/rack-3.1.3/lib/rack/directory.rb +0 -205
- data/vendor/bundle/ruby/3.3.0/gems/rack-3.1.3/lib/rack/etag.rb +0 -68
- data/vendor/bundle/ruby/3.3.0/gems/rack-3.1.3/lib/rack/events.rb +0 -157
- data/vendor/bundle/ruby/3.3.0/gems/rack-3.1.3/lib/rack/files.rb +0 -216
- data/vendor/bundle/ruby/3.3.0/gems/rack-3.1.3/lib/rack/head.rb +0 -26
- data/vendor/bundle/ruby/3.3.0/gems/rack-3.1.3/lib/rack/headers.rb +0 -238
- data/vendor/bundle/ruby/3.3.0/gems/rack-3.1.3/lib/rack/lint.rb +0 -989
- data/vendor/bundle/ruby/3.3.0/gems/rack-3.1.3/lib/rack/lock.rb +0 -29
- data/vendor/bundle/ruby/3.3.0/gems/rack-3.1.3/lib/rack/logger.rb +0 -23
- data/vendor/bundle/ruby/3.3.0/gems/rack-3.1.3/lib/rack/media_type.rb +0 -48
- data/vendor/bundle/ruby/3.3.0/gems/rack-3.1.3/lib/rack/method_override.rb +0 -56
- data/vendor/bundle/ruby/3.3.0/gems/rack-3.1.3/lib/rack/mime.rb +0 -694
- data/vendor/bundle/ruby/3.3.0/gems/rack-3.1.3/lib/rack/mock.rb +0 -3
- data/vendor/bundle/ruby/3.3.0/gems/rack-3.1.3/lib/rack/mock_request.rb +0 -171
- data/vendor/bundle/ruby/3.3.0/gems/rack-3.1.3/lib/rack/mock_response.rb +0 -124
- data/vendor/bundle/ruby/3.3.0/gems/rack-3.1.3/lib/rack/multipart/generator.rb +0 -99
- data/vendor/bundle/ruby/3.3.0/gems/rack-3.1.3/lib/rack/multipart/parser.rb +0 -503
- data/vendor/bundle/ruby/3.3.0/gems/rack-3.1.3/lib/rack/multipart/uploaded_file.rb +0 -45
- data/vendor/bundle/ruby/3.3.0/gems/rack-3.1.3/lib/rack/multipart.rb +0 -77
- data/vendor/bundle/ruby/3.3.0/gems/rack-3.1.3/lib/rack/null_logger.rb +0 -48
- data/vendor/bundle/ruby/3.3.0/gems/rack-3.1.3/lib/rack/query_parser.rb +0 -200
- data/vendor/bundle/ruby/3.3.0/gems/rack-3.1.3/lib/rack/recursive.rb +0 -66
- data/vendor/bundle/ruby/3.3.0/gems/rack-3.1.3/lib/rack/reloader.rb +0 -112
- data/vendor/bundle/ruby/3.3.0/gems/rack-3.1.3/lib/rack/request.rb +0 -784
- data/vendor/bundle/ruby/3.3.0/gems/rack-3.1.3/lib/rack/response.rb +0 -398
- data/vendor/bundle/ruby/3.3.0/gems/rack-3.1.3/lib/rack/rewindable_input.rb +0 -113
- data/vendor/bundle/ruby/3.3.0/gems/rack-3.1.3/lib/rack/runtime.rb +0 -35
- data/vendor/bundle/ruby/3.3.0/gems/rack-3.1.3/lib/rack/sendfile.rb +0 -167
- data/vendor/bundle/ruby/3.3.0/gems/rack-3.1.3/lib/rack/show_exceptions.rb +0 -407
- data/vendor/bundle/ruby/3.3.0/gems/rack-3.1.3/lib/rack/show_status.rb +0 -123
- data/vendor/bundle/ruby/3.3.0/gems/rack-3.1.3/lib/rack/static.rb +0 -187
- data/vendor/bundle/ruby/3.3.0/gems/rack-3.1.3/lib/rack/tempfile_reaper.rb +0 -33
- data/vendor/bundle/ruby/3.3.0/gems/rack-3.1.3/lib/rack/urlmap.rb +0 -99
- data/vendor/bundle/ruby/3.3.0/gems/rack-3.1.3/lib/rack/utils.rb +0 -630
- data/vendor/bundle/ruby/3.3.0/gems/rack-3.1.3/lib/rack/version.rb +0 -21
- data/vendor/bundle/ruby/3.3.0/gems/rack-3.1.3/lib/rack.rb +0 -65
- data/vendor/bundle/ruby/3.3.0/gems/rails-dom-testing-2.2.0/MIT-LICENSE +0 -23
- data/vendor/bundle/ruby/3.3.0/gems/rails-dom-testing-2.2.0/README.md +0 -91
- data/vendor/bundle/ruby/3.3.0/gems/rails-dom-testing-2.2.0/lib/rails/dom/testing/assertions/dom_assertions.rb +0 -140
- data/vendor/bundle/ruby/3.3.0/gems/rails-dom-testing-2.2.0/lib/rails/dom/testing/assertions/selector_assertions/html_selector.rb +0 -132
- data/vendor/bundle/ruby/3.3.0/gems/rails-dom-testing-2.2.0/lib/rails/dom/testing/assertions/selector_assertions/substitution_context.rb +0 -44
- data/vendor/bundle/ruby/3.3.0/gems/rails-dom-testing-2.2.0/lib/rails/dom/testing/assertions/selector_assertions.rb +0 -356
- data/vendor/bundle/ruby/3.3.0/gems/rails-dom-testing-2.2.0/lib/rails/dom/testing/assertions.rb +0 -15
- data/vendor/bundle/ruby/3.3.0/gems/rails-dom-testing-2.2.0/lib/rails/dom/testing/railtie.rb +0 -14
- data/vendor/bundle/ruby/3.3.0/gems/rails-dom-testing-2.2.0/lib/rails/dom/testing/version.rb +0 -9
- data/vendor/bundle/ruby/3.3.0/gems/rails-dom-testing-2.2.0/lib/rails/dom/testing.rb +0 -52
- data/vendor/bundle/ruby/3.3.0/gems/rails-dom-testing-2.2.0/lib/rails-dom-testing.rb +0 -4
- data/vendor/bundle/ruby/3.3.0/gems/rails-dom-testing-2.2.0/test/dom_assertions_test.rb +0 -213
- data/vendor/bundle/ruby/3.3.0/gems/rails-dom-testing-2.2.0/test/parser_selection_test.rb +0 -75
- data/vendor/bundle/ruby/3.3.0/gems/rails-dom-testing-2.2.0/test/selector_assertions_test.rb +0 -409
- data/vendor/bundle/ruby/3.3.0/gems/rails-dom-testing-2.2.0/test/test_helper.rb +0 -23
- data/vendor/bundle/ruby/3.3.0/gems/rails-html-sanitizer-1.6.0/CHANGELOG.md +0 -201
- data/vendor/bundle/ruby/3.3.0/gems/rails-html-sanitizer-1.6.0/MIT-LICENSE +0 -23
- data/vendor/bundle/ruby/3.3.0/gems/rails-html-sanitizer-1.6.0/README.md +0 -271
- data/vendor/bundle/ruby/3.3.0/gems/rails-html-sanitizer-1.6.0/lib/rails/html/sanitizer/version.rb +0 -9
- data/vendor/bundle/ruby/3.3.0/gems/rails-html-sanitizer-1.6.0/lib/rails/html/sanitizer.rb +0 -422
- data/vendor/bundle/ruby/3.3.0/gems/rails-html-sanitizer-1.6.0/lib/rails/html/scrubbers.rb +0 -201
- data/vendor/bundle/ruby/3.3.0/gems/rails-html-sanitizer-1.6.0/lib/rails-html-sanitizer.rb +0 -61
- data/vendor/bundle/ruby/3.3.0/gems/rails-html-sanitizer-1.6.0/test/rails_api_test.rb +0 -88
- data/vendor/bundle/ruby/3.3.0/gems/rails-html-sanitizer-1.6.0/test/sanitizer_test.rb +0 -1087
- data/vendor/bundle/ruby/3.3.0/gems/rails-html-sanitizer-1.6.0/test/scrubbers_test.rb +0 -217
- data/vendor/bundle/ruby/3.3.0/gems/rainbow-3.1.1/Changelog.md +0 -101
- data/vendor/bundle/ruby/3.3.0/gems/rainbow-3.1.1/LICENSE +0 -20
- data/vendor/bundle/ruby/3.3.0/gems/rainbow-3.1.1/README.markdown +0 -227
- data/vendor/bundle/ruby/3.3.0/gems/rainbow-3.1.1/lib/rainbow/color.rb +0 -150
- data/vendor/bundle/ruby/3.3.0/gems/rainbow-3.1.1/lib/rainbow/ext/string.rb +0 -64
- data/vendor/bundle/ruby/3.3.0/gems/rainbow-3.1.1/lib/rainbow/global.rb +0 -25
- data/vendor/bundle/ruby/3.3.0/gems/rainbow-3.1.1/lib/rainbow/null_presenter.rb +0 -100
- data/vendor/bundle/ruby/3.3.0/gems/rainbow-3.1.1/lib/rainbow/presenter.rb +0 -144
- data/vendor/bundle/ruby/3.3.0/gems/rainbow-3.1.1/lib/rainbow/refinement.rb +0 -14
- data/vendor/bundle/ruby/3.3.0/gems/rainbow-3.1.1/lib/rainbow/string_utils.rb +0 -22
- data/vendor/bundle/ruby/3.3.0/gems/rainbow-3.1.1/lib/rainbow/version.rb +0 -5
- data/vendor/bundle/ruby/3.3.0/gems/rainbow-3.1.1/lib/rainbow/wrapper.rb +0 -22
- data/vendor/bundle/ruby/3.3.0/gems/rainbow-3.1.1/lib/rainbow/x11_color_names.rb +0 -153
- data/vendor/bundle/ruby/3.3.0/gems/rainbow-3.1.1/lib/rainbow.rb +0 -13
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/History.rdoc +0 -2403
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/MIT-LICENSE +0 -21
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/README.rdoc +0 -155
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/doc/command_line_usage.rdoc +0 -158
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/doc/example/Rakefile1 +0 -38
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/doc/example/Rakefile2 +0 -35
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/doc/example/a.c +0 -6
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/doc/example/b.c +0 -6
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/doc/example/main.c +0 -11
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/doc/glossary.rdoc +0 -42
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/doc/jamis.rb +0 -592
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/doc/proto_rake.rdoc +0 -127
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/doc/rake.1 +0 -156
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/doc/rakefile.rdoc +0 -622
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/doc/rational.rdoc +0 -151
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/exe/rake +0 -27
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/lib/rake/application.rb +0 -861
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/lib/rake/backtrace.rb +0 -25
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/lib/rake/clean.rb +0 -78
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/lib/rake/cloneable.rb +0 -17
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/lib/rake/cpu_counter.rb +0 -107
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/lib/rake/default_loader.rb +0 -15
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/lib/rake/dsl_definition.rb +0 -196
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/lib/rake/early_time.rb +0 -22
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/lib/rake/ext/core.rb +0 -26
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/lib/rake/ext/string.rb +0 -176
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/lib/rake/file_creation_task.rb +0 -25
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/lib/rake/file_list.rb +0 -435
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/lib/rake/file_task.rb +0 -58
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/lib/rake/file_utils.rb +0 -132
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/lib/rake/file_utils_ext.rb +0 -134
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/lib/rake/invocation_chain.rb +0 -57
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/lib/rake/invocation_exception_mixin.rb +0 -17
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/lib/rake/late_time.rb +0 -18
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/lib/rake/linked_list.rb +0 -112
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/lib/rake/loaders/makefile.rb +0 -54
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/lib/rake/multi_task.rb +0 -14
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/lib/rake/name_space.rb +0 -38
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/lib/rake/packagetask.rb +0 -222
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/lib/rake/phony.rb +0 -16
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/lib/rake/private_reader.rb +0 -21
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/lib/rake/promise.rb +0 -100
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/lib/rake/pseudo_status.rb +0 -30
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/lib/rake/rake_module.rb +0 -67
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/lib/rake/rake_test_loader.rb +0 -27
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/lib/rake/rule_recursion_overflow_error.rb +0 -20
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/lib/rake/scope.rb +0 -43
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/lib/rake/task.rb +0 -434
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/lib/rake/task_argument_error.rb +0 -8
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/lib/rake/task_arguments.rb +0 -109
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/lib/rake/task_manager.rb +0 -331
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/lib/rake/tasklib.rb +0 -12
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/lib/rake/testtask.rb +0 -189
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/lib/rake/thread_history_display.rb +0 -49
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/lib/rake/thread_pool.rb +0 -163
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/lib/rake/trace_output.rb +0 -23
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/lib/rake/version.rb +0 -10
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/lib/rake/win32.rb +0 -51
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/lib/rake.rb +0 -70
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/rake.gemspec +0 -101
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/Gemfile +0 -15
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/LICENSE +0 -22
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/Rakefile +0 -23
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/error.rb +0 -4
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/expression/base.rb +0 -76
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/expression/classes/alternation.rb +0 -10
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/expression/classes/anchor.rb +0 -24
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/expression/classes/backreference.rb +0 -75
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/expression/classes/character_set/intersection.rb +0 -9
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/expression/classes/character_set/range.rb +0 -19
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/expression/classes/character_set.rb +0 -23
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/expression/classes/character_type.rb +0 -17
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/expression/classes/conditional.rb +0 -64
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/expression/classes/escape_sequence.rb +0 -102
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/expression/classes/free_space.rb +0 -17
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/expression/classes/group.rb +0 -73
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/expression/classes/keep.rb +0 -7
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/expression/classes/literal.rb +0 -3
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/expression/classes/posix_class.rb +0 -11
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/expression/classes/root.rb +0 -9
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/expression/classes/unicode_property.rb +0 -119
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/expression/methods/construct.rb +0 -41
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/expression/methods/human_name.rb +0 -43
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/expression/methods/match.rb +0 -13
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/expression/methods/match_length.rb +0 -176
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/expression/methods/negative.rb +0 -20
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/expression/methods/options.rb +0 -35
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/expression/methods/parts.rb +0 -23
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/expression/methods/printing.rb +0 -26
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/expression/methods/strfregexp.rb +0 -114
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/expression/methods/tests.rb +0 -143
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/expression/methods/traverse.rb +0 -80
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/expression/quantifier.rb +0 -84
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/expression/sequence.rb +0 -31
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/expression/sequence_operation.rb +0 -20
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/expression/shared.rb +0 -111
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/expression/subexpression.rb +0 -67
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/expression.rb +0 -37
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/lexer.rb +0 -169
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/parser.rb +0 -596
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/scanner/char_type.rl +0 -28
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/scanner/errors/premature_end_error.rb +0 -8
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/scanner/errors/scanner_error.rb +0 -6
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/scanner/errors/validation_error.rb +0 -63
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/scanner/properties/long.csv +0 -651
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/scanner/properties/short.csv +0 -249
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/scanner/property.rl +0 -30
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/scanner/scanner.rl +0 -828
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/scanner.rb +0 -2514
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/syntax/any.rb +0 -10
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/syntax/base.rb +0 -120
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/syntax/token/anchor.rb +0 -15
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/syntax/token/assertion.rb +0 -13
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/syntax/token/backreference.rb +0 -33
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/syntax/token/character_set.rb +0 -16
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/syntax/token/character_type.rb +0 -16
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/syntax/token/conditional.rb +0 -16
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/syntax/token/escape.rb +0 -33
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/syntax/token/group.rb +0 -23
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/syntax/token/keep.rb +0 -12
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/syntax/token/meta.rb +0 -20
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/syntax/token/posix_class.rb +0 -17
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/syntax/token/quantifier.rb +0 -35
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/syntax/token/unicode_property.rb +0 -751
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/syntax/token/virtual.rb +0 -11
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/syntax/token.rb +0 -45
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/syntax/version_lookup.rb +0 -65
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/syntax/versions/1.8.6.rb +0 -14
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/syntax/versions/1.9.1.rb +0 -11
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/syntax/versions/1.9.3.rb +0 -4
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/syntax/versions/2.0.0.rb +0 -10
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/syntax/versions/2.2.0.rb +0 -4
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/syntax/versions/2.3.0.rb +0 -4
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/syntax/versions/2.4.0.rb +0 -4
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/syntax/versions/2.4.1.rb +0 -3
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/syntax/versions/2.5.0.rb +0 -4
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/syntax/versions/2.6.0.rb +0 -4
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/syntax/versions/2.6.2.rb +0 -4
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/syntax/versions/2.6.3.rb +0 -4
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/syntax/versions/3.1.0.rb +0 -4
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/syntax/versions/3.2.0.rb +0 -4
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/syntax/versions.rb +0 -8
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/syntax.rb +0 -11
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/token.rb +0 -24
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/version.rb +0 -5
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser.rb +0 -6
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/regexp_parser.gemspec +0 -34
- data/vendor/bundle/ruby/3.3.0/gems/rexml-3.3.0/LICENSE.txt +0 -22
- data/vendor/bundle/ruby/3.3.0/gems/rexml-3.3.0/NEWS.md +0 -380
- data/vendor/bundle/ruby/3.3.0/gems/rexml-3.3.0/README.md +0 -57
- data/vendor/bundle/ruby/3.3.0/gems/rexml-3.3.0/doc/rexml/context.rdoc +0 -143
- data/vendor/bundle/ruby/3.3.0/gems/rexml-3.3.0/doc/rexml/tasks/rdoc/child.rdoc +0 -87
- data/vendor/bundle/ruby/3.3.0/gems/rexml-3.3.0/doc/rexml/tasks/rdoc/document.rdoc +0 -276
- data/vendor/bundle/ruby/3.3.0/gems/rexml-3.3.0/doc/rexml/tasks/rdoc/element.rdoc +0 -602
- data/vendor/bundle/ruby/3.3.0/gems/rexml-3.3.0/doc/rexml/tasks/rdoc/node.rdoc +0 -97
- data/vendor/bundle/ruby/3.3.0/gems/rexml-3.3.0/doc/rexml/tasks/rdoc/parent.rdoc +0 -267
- data/vendor/bundle/ruby/3.3.0/gems/rexml-3.3.0/doc/rexml/tasks/tocs/child_toc.rdoc +0 -12
- data/vendor/bundle/ruby/3.3.0/gems/rexml-3.3.0/doc/rexml/tasks/tocs/document_toc.rdoc +0 -30
- data/vendor/bundle/ruby/3.3.0/gems/rexml-3.3.0/doc/rexml/tasks/tocs/element_toc.rdoc +0 -55
- data/vendor/bundle/ruby/3.3.0/gems/rexml-3.3.0/doc/rexml/tasks/tocs/master_toc.rdoc +0 -135
- data/vendor/bundle/ruby/3.3.0/gems/rexml-3.3.0/doc/rexml/tasks/tocs/node_toc.rdoc +0 -16
- data/vendor/bundle/ruby/3.3.0/gems/rexml-3.3.0/doc/rexml/tasks/tocs/parent_toc.rdoc +0 -25
- data/vendor/bundle/ruby/3.3.0/gems/rexml-3.3.0/doc/rexml/tutorial.rdoc +0 -1358
- data/vendor/bundle/ruby/3.3.0/gems/rexml-3.3.0/lib/rexml/attlistdecl.rb +0 -63
- data/vendor/bundle/ruby/3.3.0/gems/rexml-3.3.0/lib/rexml/attribute.rb +0 -210
- data/vendor/bundle/ruby/3.3.0/gems/rexml-3.3.0/lib/rexml/cdata.rb +0 -68
- data/vendor/bundle/ruby/3.3.0/gems/rexml-3.3.0/lib/rexml/child.rb +0 -97
- data/vendor/bundle/ruby/3.3.0/gems/rexml-3.3.0/lib/rexml/comment.rb +0 -80
- data/vendor/bundle/ruby/3.3.0/gems/rexml-3.3.0/lib/rexml/doctype.rb +0 -311
- data/vendor/bundle/ruby/3.3.0/gems/rexml-3.3.0/lib/rexml/document.rb +0 -451
- data/vendor/bundle/ruby/3.3.0/gems/rexml-3.3.0/lib/rexml/dtd/attlistdecl.rb +0 -11
- data/vendor/bundle/ruby/3.3.0/gems/rexml-3.3.0/lib/rexml/dtd/dtd.rb +0 -47
- data/vendor/bundle/ruby/3.3.0/gems/rexml-3.3.0/lib/rexml/dtd/elementdecl.rb +0 -18
- data/vendor/bundle/ruby/3.3.0/gems/rexml-3.3.0/lib/rexml/dtd/entitydecl.rb +0 -57
- data/vendor/bundle/ruby/3.3.0/gems/rexml-3.3.0/lib/rexml/dtd/notationdecl.rb +0 -40
- data/vendor/bundle/ruby/3.3.0/gems/rexml-3.3.0/lib/rexml/element.rb +0 -2599
- data/vendor/bundle/ruby/3.3.0/gems/rexml-3.3.0/lib/rexml/encoding.rb +0 -51
- data/vendor/bundle/ruby/3.3.0/gems/rexml-3.3.0/lib/rexml/entity.rb +0 -181
- data/vendor/bundle/ruby/3.3.0/gems/rexml-3.3.0/lib/rexml/formatters/default.rb +0 -116
- data/vendor/bundle/ruby/3.3.0/gems/rexml-3.3.0/lib/rexml/formatters/pretty.rb +0 -142
- data/vendor/bundle/ruby/3.3.0/gems/rexml-3.3.0/lib/rexml/formatters/transitive.rb +0 -58
- data/vendor/bundle/ruby/3.3.0/gems/rexml-3.3.0/lib/rexml/functions.rb +0 -446
- data/vendor/bundle/ruby/3.3.0/gems/rexml-3.3.0/lib/rexml/instruction.rb +0 -79
- data/vendor/bundle/ruby/3.3.0/gems/rexml-3.3.0/lib/rexml/light/node.rb +0 -188
- data/vendor/bundle/ruby/3.3.0/gems/rexml-3.3.0/lib/rexml/namespace.rb +0 -63
- data/vendor/bundle/ruby/3.3.0/gems/rexml-3.3.0/lib/rexml/node.rb +0 -80
- data/vendor/bundle/ruby/3.3.0/gems/rexml-3.3.0/lib/rexml/output.rb +0 -30
- data/vendor/bundle/ruby/3.3.0/gems/rexml-3.3.0/lib/rexml/parent.rb +0 -166
- data/vendor/bundle/ruby/3.3.0/gems/rexml-3.3.0/lib/rexml/parseexception.rb +0 -53
- data/vendor/bundle/ruby/3.3.0/gems/rexml-3.3.0/lib/rexml/parsers/baseparser.rb +0 -712
- data/vendor/bundle/ruby/3.3.0/gems/rexml-3.3.0/lib/rexml/parsers/lightparser.rb +0 -59
- data/vendor/bundle/ruby/3.3.0/gems/rexml-3.3.0/lib/rexml/parsers/pullparser.rb +0 -197
- data/vendor/bundle/ruby/3.3.0/gems/rexml-3.3.0/lib/rexml/parsers/sax2parser.rb +0 -273
- data/vendor/bundle/ruby/3.3.0/gems/rexml-3.3.0/lib/rexml/parsers/streamparser.rb +0 -61
- data/vendor/bundle/ruby/3.3.0/gems/rexml-3.3.0/lib/rexml/parsers/treeparser.rb +0 -101
- data/vendor/bundle/ruby/3.3.0/gems/rexml-3.3.0/lib/rexml/parsers/ultralightparser.rb +0 -57
- data/vendor/bundle/ruby/3.3.0/gems/rexml-3.3.0/lib/rexml/parsers/xpathparser.rb +0 -739
- data/vendor/bundle/ruby/3.3.0/gems/rexml-3.3.0/lib/rexml/quickpath.rb +0 -266
- data/vendor/bundle/ruby/3.3.0/gems/rexml-3.3.0/lib/rexml/rexml.rb +0 -39
- data/vendor/bundle/ruby/3.3.0/gems/rexml-3.3.0/lib/rexml/sax2listener.rb +0 -98
- data/vendor/bundle/ruby/3.3.0/gems/rexml-3.3.0/lib/rexml/security.rb +0 -28
- data/vendor/bundle/ruby/3.3.0/gems/rexml-3.3.0/lib/rexml/source.rb +0 -312
- data/vendor/bundle/ruby/3.3.0/gems/rexml-3.3.0/lib/rexml/streamlistener.rb +0 -93
- data/vendor/bundle/ruby/3.3.0/gems/rexml-3.3.0/lib/rexml/text.rb +0 -426
- data/vendor/bundle/ruby/3.3.0/gems/rexml-3.3.0/lib/rexml/undefinednamespaceexception.rb +0 -9
- data/vendor/bundle/ruby/3.3.0/gems/rexml-3.3.0/lib/rexml/validation/relaxng.rb +0 -539
- data/vendor/bundle/ruby/3.3.0/gems/rexml-3.3.0/lib/rexml/validation/validation.rb +0 -144
- data/vendor/bundle/ruby/3.3.0/gems/rexml-3.3.0/lib/rexml/validation/validationexception.rb +0 -10
- data/vendor/bundle/ruby/3.3.0/gems/rexml-3.3.0/lib/rexml/xmldecl.rb +0 -130
- data/vendor/bundle/ruby/3.3.0/gems/rexml-3.3.0/lib/rexml/xmltokens.rb +0 -85
- data/vendor/bundle/ruby/3.3.0/gems/rexml-3.3.0/lib/rexml/xpath.rb +0 -81
- data/vendor/bundle/ruby/3.3.0/gems/rexml-3.3.0/lib/rexml/xpath_parser.rb +0 -978
- data/vendor/bundle/ruby/3.3.0/gems/rexml-3.3.0/lib/rexml.rb +0 -3
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/LICENSE.txt +0 -20
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/README.md +0 -251
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/assets/logo.png +0 -0
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/assets/output.css.erb +0 -159
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/assets/output.html.erb +0 -102
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/config/default.yml +0 -5736
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/config/obsoletion.yml +0 -238
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/exe/rubocop +0 -23
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/arguments_env.rb +0 -17
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/arguments_file.rb +0 -17
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/ast_aliases.rb +0 -8
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cache_config.rb +0 -29
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cached_data.rb +0 -66
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cli/command/auto_generate_config.rb +0 -168
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cli/command/base.rb +0 -35
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cli/command/execute_runner.rb +0 -105
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cli/command/init_dotfile.rb +0 -44
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cli/command/lsp.rb +0 -19
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cli/command/show_cops.rb +0 -74
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cli/command/show_docs_url.rb +0 -48
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cli/command/suggest_extensions.rb +0 -126
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cli/command/version.rb +0 -18
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cli/command.rb +0 -22
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cli/environment.rb +0 -22
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cli.rb +0 -212
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/comment_config.rb +0 -216
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/config.rb +0 -354
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/config_finder.rb +0 -78
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/config_loader.rb +0 -258
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/config_loader_resolver.rb +0 -281
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/config_obsoletion/changed_enforced_styles.rb +0 -33
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/config_obsoletion/changed_parameter.rb +0 -26
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/config_obsoletion/cop_rule.rb +0 -33
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/config_obsoletion/extracted_cop.rb +0 -46
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/config_obsoletion/parameter_rule.rb +0 -56
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/config_obsoletion/removed_cop.rb +0 -41
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/config_obsoletion/renamed_cop.rb +0 -34
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/config_obsoletion/rule.rb +0 -41
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/config_obsoletion/split_cop.rb +0 -27
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/config_obsoletion.rb +0 -111
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/config_regeneration.rb +0 -33
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/config_store.rb +0 -72
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/config_validator.rb +0 -279
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/autocorrect_logic.rb +0 -134
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/badge.rb +0 -68
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/base.rb +0 -533
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/bundler/duplicated_gem.rb +0 -94
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/bundler/duplicated_group.rb +0 -127
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/bundler/gem_comment.rb +0 -171
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/bundler/gem_filename.rb +0 -103
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/bundler/gem_version.rb +0 -131
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/bundler/insecure_protocol_source.rb +0 -86
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/bundler/ordered_gems.rb +0 -70
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/commissioner.rb +0 -182
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/cop.rb +0 -166
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/corrector.rb +0 -138
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/correctors/alignment_corrector.rb +0 -136
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/correctors/condition_corrector.rb +0 -25
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/correctors/each_to_for_corrector.rb +0 -47
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/correctors/empty_line_corrector.rb +0 -25
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/correctors/for_to_each_corrector.rb +0 -66
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/correctors/if_then_corrector.rb +0 -55
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/correctors/lambda_literal_to_method_corrector.rb +0 -139
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/correctors/line_break_corrector.rb +0 -64
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/correctors/multiline_literal_brace_corrector.rb +0 -113
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/correctors/ordered_gem_corrector.rb +0 -38
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/correctors/parentheses_corrector.rb +0 -86
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/correctors/percent_literal_corrector.rb +0 -106
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/correctors/punctuation_corrector.rb +0 -27
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/correctors/require_library_corrector.rb +0 -23
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/correctors/space_corrector.rb +0 -46
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/correctors/string_literal_corrector.rb +0 -23
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/correctors/unused_arg_corrector.rb +0 -40
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/documentation.rb +0 -49
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/exclude_limit.rb +0 -26
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/force.rb +0 -55
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/gemspec/dependency_version.rb +0 -152
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/gemspec/deprecated_attribute_assignment.rb +0 -92
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/gemspec/development_dependencies.rb +0 -107
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/gemspec/duplicated_assignment.rb +0 -89
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/gemspec/ordered_dependencies.rb +0 -101
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/gemspec/require_mfa.rb +0 -145
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/gemspec/required_ruby_version.rb +0 -131
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/gemspec/ruby_version_globals_usage.rb +0 -50
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/generator/configuration_injector.rb +0 -65
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/generator/require_file_injector.rb +0 -75
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/generator.rb +0 -217
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/ignored_node.rb +0 -36
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/internal_affairs/cop_description.rb +0 -122
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/internal_affairs/create_empty_file.rb +0 -37
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/internal_affairs/empty_line_between_expect_offense_and_correction.rb +0 -68
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/internal_affairs/example_description.rb +0 -114
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/internal_affairs/example_heredoc_delimiter.rb +0 -111
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/internal_affairs/inherit_deprecated_cop_class.rb +0 -34
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/internal_affairs/lambda_or_proc.rb +0 -46
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/internal_affairs/location_expression.rb +0 -37
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/internal_affairs/location_line_equality_comparison.rb +0 -62
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/internal_affairs/method_name_end_with.rb +0 -82
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/internal_affairs/method_name_equal.rb +0 -49
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/internal_affairs/node_destructuring.rb +0 -44
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/internal_affairs/node_first_or_last_argument.rb +0 -53
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/internal_affairs/node_matcher_directive.rb +0 -241
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/internal_affairs/node_type_predicate.rb +0 -41
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/internal_affairs/numblock_handler.rb +0 -69
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/internal_affairs/offense_location_keyword.rb +0 -56
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/internal_affairs/processed_source_buffer_name.rb +0 -42
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/internal_affairs/redundant_context_config_parameter.rb +0 -46
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/internal_affairs/redundant_described_class_as_subject.rb +0 -62
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/internal_affairs/redundant_expect_offense_arguments.rb +0 -34
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/internal_affairs/redundant_let_rubocop_config_new.rb +0 -73
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/internal_affairs/redundant_location_argument.rb +0 -53
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/internal_affairs/redundant_message_argument.rb +0 -76
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/internal_affairs/redundant_method_dispatch_node.rb +0 -56
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/internal_affairs/redundant_source_range.rb +0 -66
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/internal_affairs/single_line_comparison.rb +0 -62
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/internal_affairs/style_detected_api_use.rb +0 -148
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/internal_affairs/undefined_config.rb +0 -73
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/internal_affairs/useless_message_assertion.rb +0 -54
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/internal_affairs/useless_restrict_on_send.rb +0 -60
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/internal_affairs.rb +0 -33
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/access_modifier_indentation.rb +0 -100
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/argument_alignment.rb +0 -158
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/array_alignment.rb +0 -84
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/assignment_indentation.rb +0 -56
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/begin_end_alignment.rb +0 -74
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/block_alignment.rb +0 -240
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/block_end_newline.rb +0 -82
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/case_indentation.rb +0 -219
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/class_structure.rb +0 -346
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/closing_heredoc_indentation.rb +0 -123
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/closing_parenthesis_indentation.rb +0 -193
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/comment_indentation.rb +0 -168
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/condition_position.rb +0 -64
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/def_end_alignment.rb +0 -73
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/dot_position.rb +0 -139
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/else_alignment.rb +0 -156
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/empty_comment.rb +0 -153
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/empty_line_after_guard_clause.rb +0 -214
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/empty_line_after_magic_comment.rb +0 -71
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/empty_line_after_multiline_condition.rb +0 -136
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/empty_line_between_defs.rb +0 -296
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/empty_lines.rb +0 -73
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/empty_lines_around_access_modifier.rb +0 -211
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/empty_lines_around_arguments.rb +0 -103
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/empty_lines_around_attribute_accessor.rb +0 -139
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/empty_lines_around_begin_body.rb +0 -42
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/empty_lines_around_block_body.rb +0 -40
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/empty_lines_around_class_body.rb +0 -85
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/empty_lines_around_exception_handling_keywords.rb +0 -135
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/empty_lines_around_method_body.rb +0 -42
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/empty_lines_around_module_body.rb +0 -59
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/end_alignment.rb +0 -210
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/end_of_line.rb +0 -92
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/extra_spacing.rb +0 -185
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/first_argument_indentation.rb +0 -287
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/first_array_element_indentation.rb +0 -197
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/first_array_element_line_break.rb +0 -68
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/first_hash_element_indentation.rb +0 -239
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/first_hash_element_line_break.rb +0 -68
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/first_method_argument_line_break.rb +0 -97
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/first_method_parameter_line_break.rb +0 -75
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/first_parameter_indentation.rb +0 -101
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/hash_alignment.rb +0 -396
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/heredoc_argument_closing_parenthesis.rb +0 -311
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/heredoc_indentation.rb +0 -165
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/indentation_consistency.rb +0 -205
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/indentation_style.rb +0 -115
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/indentation_width.rb +0 -389
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/initial_indentation.rb +0 -55
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/leading_comment_space.rb +0 -121
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/leading_empty_lines.rb +0 -48
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/line_continuation_leading_space.rb +0 -144
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/line_continuation_spacing.rb +0 -140
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/line_end_string_concatenation_indentation.rb +0 -143
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/line_length.rb +0 -276
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/multiline_array_brace_layout.rb +0 -115
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/multiline_array_line_breaks.rb +0 -65
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/multiline_assignment_layout.rb +0 -117
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/multiline_block_layout.rb +0 -161
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/multiline_hash_brace_layout.rb +0 -115
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/multiline_hash_key_line_breaks.rb +0 -74
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/multiline_method_argument_line_breaks.rb +0 -87
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/multiline_method_call_brace_layout.rb +0 -131
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/multiline_method_call_indentation.rb +0 -263
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/multiline_method_definition_brace_layout.rb +0 -128
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/multiline_method_parameter_line_breaks.rb +0 -77
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/multiline_operation_indentation.rb +0 -127
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/parameter_alignment.rb +0 -119
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/redundant_line_break.rb +0 -161
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/rescue_ensure_alignment.rb +0 -211
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/single_line_block_chain.rb +0 -69
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/space_after_colon.rb +0 -49
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/space_after_comma.rb +0 -40
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/space_after_method_name.rb +0 -39
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/space_after_not.rb +0 -39
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/space_after_semicolon.rb +0 -29
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/space_around_block_parameters.rb +0 -162
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/space_around_equals_in_parameter_default.rb +0 -89
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/space_around_keyword.rb +0 -268
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/space_around_method_call_operator.rb +0 -98
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/space_around_operators.rb +0 -290
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/space_before_block_braces.rb +0 -163
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/space_before_brackets.rb +0 -73
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/space_before_comma.rb +0 -29
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/space_before_comment.rb +0 -34
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/space_before_first_arg.rb +0 -73
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/space_before_semicolon.rb +0 -24
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/space_in_lambda_literal.rb +0 -78
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/space_inside_array_literal_brackets.rb +0 -224
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/space_inside_array_percent_literal.rb +0 -46
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/space_inside_block_braces.rb +0 -263
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/space_inside_hash_literal_braces.rb +0 -208
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/space_inside_parens.rb +0 -176
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/space_inside_percent_literal_delimiters.rb +0 -94
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/space_inside_range_literal.rb +0 -54
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/space_inside_reference_brackets.rb +0 -143
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/space_inside_string_interpolation.rb +0 -64
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/trailing_empty_lines.rb +0 -113
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/trailing_whitespace.rb +0 -131
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/legacy/corrections_proxy.rb +0 -43
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/legacy/corrector.rb +0 -27
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/ambiguous_assignment.rb +0 -54
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/ambiguous_block_association.rb +0 -107
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/ambiguous_operator.rb +0 -107
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/ambiguous_operator_precedence.rb +0 -111
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/ambiguous_range.rb +0 -105
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/ambiguous_regexp_literal.rb +0 -80
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/assignment_in_condition.rb +0 -109
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/big_decimal_new.rb +0 -44
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/binary_operator_with_identical_operands.rb +0 -68
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/boolean_symbol.rb +0 -63
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/circular_argument_reference.rb +0 -72
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/constant_definition_in_block.rb +0 -100
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/constant_overwritten_in_rescue.rb +0 -51
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/constant_resolution.rb +0 -93
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/debugger.rb +0 -150
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/deprecated_class_methods.rb +0 -118
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/deprecated_constants.rb +0 -88
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/deprecated_open_ssl_constant.rb +0 -154
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/disjunctive_assignment_in_constructor.rb +0 -110
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/duplicate_branch.rb +0 -153
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/duplicate_case_condition.rb +0 -43
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/duplicate_elsif_condition.rb +0 -39
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/duplicate_hash_key.rb +0 -37
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/duplicate_magic_comment.rb +0 -73
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/duplicate_match_pattern.rb +0 -122
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/duplicate_methods.rb +0 -268
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/duplicate_regexp_character_class_element.rb +0 -121
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/duplicate_require.rb +0 -56
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/duplicate_rescue_exception.rb +0 -47
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/each_with_object_argument.rb +0 -44
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/else_layout.rb +0 -90
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/empty_block.rb +0 -94
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/empty_class.rb +0 -95
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/empty_conditional_body.rb +0 -177
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/empty_ensure.rb +0 -58
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/empty_expression.rb +0 -42
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/empty_file.rb +0 -48
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/empty_in_pattern.rb +0 -64
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/empty_interpolation.rb +0 -33
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/empty_when.rb +0 -63
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/ensure_return.rb +0 -59
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/erb_new_arguments.rb +0 -168
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/flip_flop.rb +0 -38
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/float_comparison.rb +0 -103
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/float_out_of_range.rb +0 -34
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/format_parameter_mismatch.rb +0 -201
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/hash_compare_by_identity.rb +0 -48
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/heredoc_method_call_position.rb +0 -152
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/identity_comparison.rb +0 -50
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/implicit_string_concatenation.rb +0 -101
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/incompatible_io_select_with_fiber_scheduler.rb +0 -81
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/ineffective_access_modifier.rb +0 -121
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/inherit_exception.rb +0 -105
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/interpolation_check.rb +0 -59
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/it_without_arguments_in_block.rb +0 -56
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/lambda_without_literal_block.rb +0 -51
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/literal_as_condition.rb +0 -164
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/literal_assignment_in_condition.rb +0 -85
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/literal_in_interpolation.rb +0 -173
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/loop.rb +0 -86
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/missing_cop_enable_directive.rb +0 -111
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/missing_super.rb +0 -159
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/mixed_case_range.rb +0 -116
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/mixed_regexp_capture_types.rb +0 -37
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/multiple_comparison.rb +0 -48
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/nested_method_definition.rb +0 -144
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/nested_percent_literal.rb +0 -63
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/next_without_accumulator.rb +0 -55
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/no_return_in_begin_end_blocks.rb +0 -58
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/non_atomic_file_operation.rb +0 -165
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/non_deterministic_require_order.rb +0 -183
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/non_local_exit_from_iterator.rb +0 -86
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/number_conversion.rb +0 -201
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/numbered_parameter_assignment.rb +0 -47
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/or_assignment_to_constant.rb +0 -42
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/ordered_magic_comments.rb +0 -81
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/out_of_range_regexp_ref.rb +0 -128
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/parentheses_as_grouped_expression.rb +0 -92
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/percent_string_array.rb +0 -78
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/percent_symbol_array.rb +0 -68
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/raise_exception.rb +0 -91
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/rand_one.rb +0 -46
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/redundant_cop_disable_directive.rb +0 -330
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/redundant_cop_enable_directive.rb +0 -133
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/redundant_dir_glob_sort.rb +0 -62
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/redundant_regexp_quantifiers.rb +0 -130
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/redundant_require_statement.rb +0 -99
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/redundant_safe_navigation.rb +0 -155
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/redundant_splat_expansion.rb +0 -209
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/redundant_string_coercion.rb +0 -72
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/redundant_with_index.rb +0 -84
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/redundant_with_object.rb +0 -79
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/refinement_import_methods.rb +0 -52
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/regexp_as_condition.rb +0 -37
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/require_parentheses.rb +0 -66
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/require_range_parentheses.rb +0 -57
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/require_relative_self_path.rb +0 -50
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/rescue_exception.rb +0 -45
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/rescue_type.rb +0 -86
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/return_in_void_context.rb +0 -59
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/safe_navigation_chain.rb +0 -104
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/safe_navigation_consistency.rb +0 -92
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/safe_navigation_with_empty.rb +0 -46
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/script_permission.rb +0 -73
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/self_assignment.rb +0 -116
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/send_with_mixin_argument.rb +0 -83
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/shadowed_argument.rb +0 -177
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/shadowed_exception.rb +0 -165
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/shadowing_outer_local_variable.rb +0 -108
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/struct_new_override.rb +0 -59
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/suppressed_exception.rb +0 -132
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/symbol_conversion.rb +0 -184
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/syntax.rb +0 -46
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/to_enum_arguments.rb +0 -106
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/to_json.rb +0 -49
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/top_level_return_with_argument.rb +0 -48
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/trailing_comma_in_attribute_declaration.rb +0 -55
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/triple_quotes.rb +0 -71
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/underscore_prefixed_variable_name.rb +0 -80
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/unexpected_block_arity.rb +0 -90
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/unified_integer.rb +0 -44
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/unmodified_reduce_accumulator.rb +0 -204
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/unreachable_code.rb +0 -99
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/unreachable_loop.rb +0 -208
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/unused_block_argument.rb +0 -172
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/unused_method_argument.rb +0 -121
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/uri_escape_unescape.rb +0 -79
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/uri_regexp.rb +0 -38
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/useless_access_modifier.rb +0 -295
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/useless_assignment.rb +0 -209
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/useless_else_without_rescue.rb +0 -44
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/useless_method_definition.rb +0 -77
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/useless_rescue.rb +0 -89
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/useless_ruby2_keywords.rb +0 -127
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/useless_setter_call.rb +0 -173
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/useless_times.rb +0 -114
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/void.rb +0 -241
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/message_annotator.rb +0 -130
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/metrics/abc_size.rb +0 -56
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/metrics/block_length.rb +0 -86
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/metrics/block_nesting.rb +0 -60
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/metrics/class_length.rb +0 -76
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/metrics/collection_literal_length.rb +0 -76
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/metrics/cyclomatic_complexity.rb +0 -55
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/metrics/method_length.rb +0 -71
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/metrics/module_length.rb +0 -61
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/metrics/parameter_lists.rb +0 -147
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/metrics/perceived_complexity.rb +0 -59
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/metrics/utils/abc_size_calculator.rb +0 -140
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/metrics/utils/code_length_calculator.rb +0 -210
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/metrics/utils/iterating_block.rb +0 -61
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/metrics/utils/repeated_attribute_discount.rb +0 -143
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/metrics/utils/repeated_csend_discount.rb +0 -42
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/migration/department_name.rb +0 -81
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/alignment.rb +0 -81
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/allowed_identifiers.rb +0 -18
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/allowed_methods.rb +0 -42
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/allowed_pattern.rb +0 -56
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/allowed_receivers.rb +0 -34
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/annotation_comment.rb +0 -72
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/array_min_size.rb +0 -57
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/array_syntax.rb +0 -17
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/auto_corrector.rb +0 -12
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/check_assignment.rb +0 -44
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/check_line_breakable.rb +0 -227
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/code_length.rb +0 -70
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/comments_help.rb +0 -90
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/configurable_enforced_style.rb +0 -112
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/configurable_formatting.rb +0 -41
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/configurable_max.rb +0 -24
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/configurable_naming.rb +0 -16
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/configurable_numbering.rb +0 -18
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/def_node.rb +0 -26
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/documentation_comment.rb +0 -52
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/duplication.rb +0 -46
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/empty_lines_around_body.rb +0 -172
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/empty_parameter.rb +0 -25
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/end_keyword_alignment.rb +0 -80
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/enforce_superclass.rb +0 -44
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/first_element_line_break.rb +0 -50
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/frozen_string_literal.rb +0 -88
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/gem_declaration.rb +0 -13
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/gemspec_help.rb +0 -30
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/hash_alignment_styles.rb +0 -156
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/hash_shorthand_syntax.rb +0 -236
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/hash_transform_method.rb +0 -192
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/heredoc.rb +0 -41
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/integer_node.rb +0 -14
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/interpolation.rb +0 -25
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/line_length_help.rb +0 -110
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/match_range.rb +0 -23
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/method_complexity.rb +0 -83
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/method_preference.rb +0 -30
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/min_body_length.rb +0 -21
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/min_branches_count.rb +0 -40
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/multiline_element_indentation.rb +0 -109
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/multiline_element_line_breaks.rb +0 -32
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/multiline_expression_indentation.rb +0 -228
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/multiline_literal_brace_layout.rb +0 -141
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/negative_conditional.rb +0 -34
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/nil_methods.rb +0 -23
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/on_normal_if_unless.rb +0 -14
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/ordered_gem_node.rb +0 -66
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/parentheses.rb +0 -16
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/percent_array.rb +0 -125
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/percent_literal.rb +0 -32
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/preceding_following_alignment.rb +0 -181
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/preferred_delimiters.rb +0 -50
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/range_help.rb +0 -149
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/rational_literal.rb +0 -19
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/require_library.rb +0 -61
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/rescue_node.rb +0 -30
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/safe_assignment.rb +0 -27
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/space_after_punctuation.rb +0 -54
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/space_before_punctuation.rb +0 -49
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/statement_modifier.rb +0 -109
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/string_help.rb +0 -40
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/string_literals_help.rb +0 -21
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/surrounding_space.rb +0 -134
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/symbol_help.rb +0 -13
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/target_ruby_version.rb +0 -20
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/trailing_body.rb +0 -25
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/trailing_comma.rb +0 -209
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/uncommunicative_name.rb +0 -104
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/unused_argument.rb +0 -29
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/visibility_help.rb +0 -72
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/naming/accessor_method_name.rb +0 -73
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/naming/ascii_identifiers.rb +0 -90
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/naming/binary_operator_parameter_name.rb +0 -53
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/naming/block_forwarding.rb +0 -152
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/naming/block_parameter_name.rb +0 -49
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/naming/class_and_module_camel_case.rb +0 -45
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/naming/constant_name.rb +0 -83
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/naming/file_name.rb +0 -247
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/naming/heredoc_delimiter_case.rb +0 -68
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/naming/heredoc_delimiter_naming.rb +0 -57
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/naming/inclusive_language.rb +0 -288
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/naming/memoized_instance_variable_name.rb +0 -295
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/naming/method_name.rb +0 -81
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/naming/method_parameter_name.rb +0 -58
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/naming/predicate_name.rb +0 -134
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/naming/rescued_exceptions_variable_name.rb +0 -171
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/naming/variable_name.rb +0 -68
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/naming/variable_number.rb +0 -156
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/offense.rb +0 -239
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/registry.rb +0 -315
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/security/compound_hash.rb +0 -106
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/security/eval.rb +0 -33
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/security/io_methods.rb +0 -49
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/security/json_load.rb +0 -47
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/security/marshal_load.rb +0 -39
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/security/open.rb +0 -89
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/security/yaml_load.rb +0 -49
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/severity.rb +0 -67
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/access_modifier_declarations.rb +0 -275
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/accessor_grouping.rb +0 -180
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/alias.rb +0 -158
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/and_or.rb +0 -158
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/arguments_forwarding.rb +0 -506
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/array_coercion.rb +0 -87
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/array_first_last.rb +0 -64
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/array_intersect.rb +0 -119
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/array_join.rb +0 -39
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/ascii_comments.rb +0 -57
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/attr.rb +0 -80
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/auto_resource_cleanup.rb +0 -55
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/bare_percent_literals.rb +0 -76
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/begin_block.rb +0 -21
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/bisected_attr_accessor/macro.rb +0 -60
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/bisected_attr_accessor.rb +0 -125
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/block_comments.rb +0 -66
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/block_delimiters.rb +0 -472
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/case_equality.rb +0 -108
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/case_like_if.rb +0 -280
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/character_literal.rb +0 -57
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/class_and_module_children.rb +0 -186
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/class_check.rb +0 -55
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/class_equality_comparison.rb +0 -134
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/class_methods.rb +0 -54
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/class_methods_definitions.rb +0 -158
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/class_vars.rb +0 -64
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/collection_compact.rb +0 -143
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/collection_methods.rb +0 -92
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/colon_method_call.rb +0 -46
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/colon_method_definition.rb +0 -37
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/combinable_loops.rb +0 -123
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/command_literal.rb +0 -181
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/comment_annotation.rb +0 -130
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/commented_keyword.rb +0 -95
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/comparable_clamp.rb +0 -125
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/concat_array_literals.rb +0 -95
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/conditional_assignment.rb +0 -662
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/constant_visibility.rb +0 -106
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/copyright.rb +0 -109
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/data_inheritance.rb +0 -75
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/date_time.rb +0 -94
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/def_with_parentheses.rb +0 -59
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/dir.rb +0 -50
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/dir_empty.rb +0 -54
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/disable_cops_within_source_code_directive.rb +0 -87
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/document_dynamic_eval_definition.rb +0 -169
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/documentation.rb +0 -198
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/documentation_method.rb +0 -152
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/double_cop_disable_directive.rb +0 -46
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/double_negation.rb +0 -159
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/each_for_simple_loop.rb +0 -90
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/each_with_object.rb +0 -139
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/empty_block_parameter.rb +0 -47
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/empty_case_condition.rb +0 -117
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/empty_else.rb +0 -204
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/empty_heredoc.rb +0 -73
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/empty_lambda_parameter.rb +0 -44
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/empty_literal.rb +0 -138
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/empty_method.rb +0 -119
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/encoding.rb +0 -63
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/end_block.rb +0 -28
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/endless_method.rb +0 -101
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/env_home.rb +0 -56
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/eval_with_location.rb +0 -228
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/even_odd.rb +0 -56
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/exact_regexp_match.rb +0 -70
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/expand_path_arguments.rb +0 -196
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/explicit_block_argument.rb +0 -153
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/exponential_notation.rb +0 -116
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/fetch_env_var.rb +0 -132
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/file_empty.rb +0 -71
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/file_read.rb +0 -112
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/file_write.rb +0 -136
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/float_division.rb +0 -151
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/for.rb +0 -90
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/format_string.rb +0 -154
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/format_string_token.rb +0 -228
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/frozen_string_literal_comment.rb +0 -220
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/global_std_stream.rb +0 -70
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/global_vars.rb +0 -80
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/guard_clause.rb +0 -303
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/hash_as_last_array_item.rb +0 -100
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/hash_conversion.rb +0 -144
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/hash_each_methods.rb +0 -217
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/hash_except.rb +0 -189
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/hash_like_case.rb +0 -71
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/hash_syntax.rb +0 -301
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/hash_transform_keys.rb +0 -95
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/hash_transform_values.rb +0 -93
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/identical_conditional_branches.rb +0 -254
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/if_inside_else.rb +0 -156
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/if_unless_modifier.rb +0 -295
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/if_unless_modifier_of_if_unless.rb +0 -47
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/if_with_boolean_literal_branches.rb +0 -165
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/if_with_semicolon.rb +0 -78
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/implicit_runtime_error.rb +0 -34
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/in_pattern_then.rb +0 -56
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/infinite_loop.rb +0 -127
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/inline_comment.rb +0 -34
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/inverse_methods.rb +0 -197
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/invertible_unless_condition.rb +0 -160
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/ip_addresses.rb +0 -75
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/keyword_parameters_order.rb +0 -75
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/lambda.rb +0 -125
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/lambda_call.rb +0 -73
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/line_end_concatenation.rb +0 -137
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/magic_comment_format.rb +0 -307
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/map_compact_with_conditional_block.rb +0 -134
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/map_into_array.rb +0 -175
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/map_to_hash.rb +0 -81
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/map_to_set.rb +0 -64
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/method_call_with_args_parentheses/omit_parentheses.rb +0 -241
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/method_call_with_args_parentheses/require_parentheses.rb +0 -48
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/method_call_with_args_parentheses.rb +0 -246
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/method_call_without_args_parentheses.rb +0 -123
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/method_called_on_do_end_block.rb +0 -56
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/method_def_parentheses.rb +0 -180
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/min_max.rb +0 -64
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/min_max_comparison.rb +0 -83
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/missing_else.rb +0 -187
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/missing_respond_to_missing.rb +0 -52
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/mixin_grouping.rb +0 -135
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/mixin_usage.rb +0 -72
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/module_function.rb +0 -170
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/multiline_block_chain.rb +0 -50
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/multiline_if_modifier.rb +0 -56
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/multiline_if_then.rb +0 -44
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/multiline_in_pattern_then.rb +0 -60
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/multiline_memoization.rb +0 -96
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/multiline_method_signature.rb +0 -103
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/multiline_ternary_operator.rb +0 -102
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/multiline_when_then.rb +0 -64
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/multiple_comparison.rb +0 -171
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/mutable_constant.rb +0 -247
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/negated_if.rb +0 -98
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/negated_if_else_condition.rb +0 -135
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/negated_unless.rb +0 -88
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/negated_while.rb +0 -40
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/nested_file_dirname.rb +0 -66
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/nested_modifier.rb +0 -100
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/nested_parenthesized_calls.rb +0 -79
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/nested_ternary_operator.rb +0 -62
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/next.rb +0 -233
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/nil_comparison.rb +0 -85
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/nil_lambda.rb +0 -70
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/non_nil_check.rb +0 -158
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/not.rb +0 -76
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/numbered_parameters.rb +0 -46
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/numbered_parameters_limit.rb +0 -58
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/numeric_literal_prefix.rb +0 -119
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/numeric_literals.rb +0 -129
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/numeric_predicate.rb +0 -185
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/object_then.rb +0 -76
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/one_line_conditional.rb +0 -123
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/open_struct_use.rb +0 -69
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/operator_method_call.rb +0 -73
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/option_hash.rb +0 -54
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/optional_arguments.rb +0 -59
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/optional_boolean_parameter.rb +0 -64
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/or_assignment.rb +0 -97
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/parallel_assignment.rb +0 -298
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/parentheses_around_condition.rb +0 -136
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/percent_literal_delimiters.rb +0 -118
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/percent_q_literals.rb +0 -70
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/perl_backrefs.rb +0 -127
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/preferred_hash_methods.rb +0 -74
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/proc.rb +0 -37
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/quoted_symbols.rb +0 -124
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/raise_args.rb +0 -158
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/random_with_offset.rb +0 -153
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/redundant_argument.rb +0 -127
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/redundant_array_constructor.rb +0 -77
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/redundant_assignment.rb +0 -114
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/redundant_begin.rb +0 -200
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/redundant_capital_w.rb +0 -46
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/redundant_condition.rb +0 -270
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/redundant_conditional.rb +0 -84
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/redundant_constant_base.rb +0 -85
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/redundant_current_directory_in_path.rb +0 -39
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/redundant_double_splat_hash_braces.rb +0 -133
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/redundant_each.rb +0 -119
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/redundant_exception.rb +0 -85
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/redundant_fetch_block.rb +0 -121
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/redundant_file_extension_in_require.rb +0 -61
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/redundant_filter_chain.rb +0 -118
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/redundant_freeze.rb +0 -69
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/redundant_heredoc_delimiter_quotes.rb +0 -58
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/redundant_initialize.rb +0 -156
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/redundant_interpolation.rb +0 -138
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/redundant_line_continuation.rb +0 -200
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/redundant_parentheses.rb +0 -291
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/redundant_percent_q.rb +0 -108
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/redundant_regexp_argument.rb +0 -100
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/redundant_regexp_character_class.rb +0 -119
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/redundant_regexp_constructor.rb +0 -46
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/redundant_regexp_escape.rb +0 -136
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/redundant_return.rb +0 -189
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/redundant_self.rb +0 -218
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/redundant_self_assignment.rb +0 -118
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/redundant_self_assignment_branch.rb +0 -90
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/redundant_sort.rb +0 -209
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/redundant_sort_by.rb +0 -63
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/redundant_string_escape.rb +0 -185
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/regexp_literal.rb +0 -231
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/require_order.rb +0 -139
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/rescue_modifier.rb +0 -98
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/rescue_standard_error.rb +0 -126
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/return_nil.rb +0 -99
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/return_nil_in_predicate_method_definition.rb +0 -95
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/safe_navigation.rb +0 -326
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/sample.rb +0 -144
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/select_by_regexp.rb +0 -163
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/self_assignment.rb +0 -101
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/semicolon.rb +0 -172
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/send.rb +0 -29
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/send_with_literal_method_name.rb +0 -90
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/signal_exception.rb +0 -218
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/single_argument_dig.rb +0 -69
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/single_line_block_params.rb +0 -119
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/single_line_do_end_block.rb +0 -67
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/single_line_methods.rb +0 -145
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/slicing_with_range.rb +0 -117
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/sole_nested_conditional.rb +0 -252
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/special_global_vars.rb +0 -259
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/stabby_lambda_parentheses.rb +0 -79
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/static_class.rb +0 -128
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/stderr_puts.rb +0 -57
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/string_chars.rb +0 -42
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/string_concatenation.rb +0 -178
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/string_hash_keys.rb +0 -58
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/string_literals.rb +0 -129
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/string_literals_in_interpolation.rb +0 -76
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/string_methods.rb +0 -36
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/strip.rb +0 -45
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/struct_inheritance.rb +0 -72
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/super_arguments.rb +0 -156
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/super_with_args_parentheses.rb +0 -35
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/swap_values.rb +0 -112
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/symbol_array.rb +0 -133
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/symbol_literal.rb +0 -28
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/symbol_proc.rb +0 -273
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/ternary_parentheses.rb +0 -219
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/top_level_method_definition.rb +0 -85
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/trailing_body_on_class.rb +0 -41
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/trailing_body_on_method_definition.rb +0 -55
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/trailing_body_on_module.rb +0 -40
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/trailing_comma_in_arguments.rb +0 -106
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/trailing_comma_in_array_literal.rb +0 -96
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/trailing_comma_in_block_args.rb +0 -105
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/trailing_comma_in_hash_literal.rb +0 -97
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/trailing_method_end_statement.rb +0 -62
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/trailing_underscore_variable.rb +0 -152
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/trivial_accessors.rb +0 -254
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/unless_else.rb +0 -55
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/unless_logical_operators.rb +0 -106
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/unpack_first.rb +0 -59
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/variable_interpolation.rb +0 -45
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/when_then.rb +0 -37
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/while_until_do.rb +0 -49
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/while_until_modifier.rb +0 -53
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/word_array.rb +0 -155
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/yaml_file_read.rb +0 -66
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/yoda_condition.rb +0 -181
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/yoda_expression.rb +0 -91
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/zero_length_predicate.rb +0 -146
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/team.rb +0 -271
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/util.rb +0 -203
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/utils/format_string.rb +0 -133
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/utils/regexp_ranges.rb +0 -113
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/variable_force/assignment.rb +0 -137
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/variable_force/branch.rb +0 -331
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/variable_force/branchable.rb +0 -23
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/variable_force/reference.rb +0 -47
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/variable_force/scope.rb +0 -106
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/variable_force/variable.rb +0 -116
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/variable_force/variable_table.rb +0 -131
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/variable_force.rb +0 -439
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cops_documentation_generator.rb +0 -341
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/core_ext/string.rb +0 -23
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/directive_comment.rb +0 -146
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/error.rb +0 -35
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/ext/comment.rb +0 -18
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/ext/processed_source.rb +0 -20
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/ext/range.rb +0 -15
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/ext/regexp_node.rb +0 -92
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/ext/regexp_parser.rb +0 -95
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/feature_loader.rb +0 -94
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/file_finder.rb +0 -38
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/file_patterns.rb +0 -43
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/formatter/auto_gen_config_formatter.rb +0 -17
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/formatter/base_formatter.rb +0 -119
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/formatter/clang_style_formatter.rb +0 -55
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/formatter/colorizable.rb +0 -41
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/formatter/disabled_config_formatter.rb +0 -282
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/formatter/emacs_style_formatter.rb +0 -39
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/formatter/file_list_formatter.rb +0 -20
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/formatter/formatter_set.rb +0 -114
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/formatter/fuubar_style_formatter.rb +0 -80
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/formatter/github_actions_formatter.rb +0 -57
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/formatter/html_formatter.rb +0 -153
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/formatter/json_formatter.rb +0 -79
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/formatter/junit_formatter.rb +0 -96
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/formatter/markdown_formatter.rb +0 -78
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/formatter/offense_count_formatter.rb +0 -93
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/formatter/pacman_formatter.rb +0 -80
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/formatter/progress_formatter.rb +0 -62
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/formatter/quiet_formatter.rb +0 -13
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/formatter/simple_text_formatter.rb +0 -172
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/formatter/tap_formatter.rb +0 -82
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/formatter/text_util.rb +0 -20
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/formatter/worst_offenders_formatter.rb +0 -64
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/formatter.rb +0 -34
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/lockfile.rb +0 -89
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/lsp/logger.rb +0 -22
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/lsp/routes.rb +0 -243
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/lsp/runtime.rb +0 -99
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/lsp/server.rb +0 -73
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/lsp/severity.rb +0 -27
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/lsp.rb +0 -36
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/magic_comment.rb +0 -300
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/name_similarity.rb +0 -29
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/options.rb +0 -644
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/path_util.rb +0 -115
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/platform.rb +0 -11
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/rake_task.rb +0 -106
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/remote_config.rb +0 -108
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/result_cache.rb +0 -240
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/rspec/cop_helper.rb +0 -99
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/rspec/expect_offense.rb +0 -343
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/rspec/host_environment_simulation_helper.rb +0 -28
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/rspec/parallel_formatter.rb +0 -90
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/rspec/shared_contexts.rb +0 -214
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/rspec/support.rb +0 -31
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/runner.rb +0 -509
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/server/cache.rb +0 -155
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/server/cli.rb +0 -147
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/server/client_command/base.rb +0 -44
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/server/client_command/exec.rb +0 -64
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/server/client_command/restart.rb +0 -25
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/server/client_command/start.rb +0 -48
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/server/client_command/status.rb +0 -28
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/server/client_command/stop.rb +0 -31
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/server/client_command.rb +0 -26
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/server/core.rb +0 -111
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/server/errors.rb +0 -23
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/server/helper.rb +0 -34
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/server/server_command/base.rb +0 -50
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/server/server_command/exec.rb +0 -33
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/server/server_command/stop.rb +0 -24
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/server/server_command.rb +0 -21
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/server/socket_reader.rb +0 -69
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/server.rb +0 -53
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/string_interpreter.rb +0 -60
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/target_finder.rb +0 -216
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/target_ruby.rb +0 -278
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/util.rb +0 -16
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/version.rb +0 -117
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/warning.rb +0 -11
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/yaml_duplication_checker.rb +0 -40
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop.rb +0 -774
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/LICENSE.txt +0 -20
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/README.md +0 -56
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/builder.rb +0 -115
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/ext/range.rb +0 -28
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/ext/range_min_max.rb +0 -18
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node/alias_node.rb +0 -24
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node/and_asgn_node.rb +0 -17
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node/and_node.rb +0 -29
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node/arg_node.rb +0 -34
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node/args_node.rb +0 -39
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node/array_node.rb +0 -65
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node/asgn_node.rb +0 -24
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node/block_node.rb +0 -167
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node/break_node.rb +0 -12
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node/case_match_node.rb +0 -64
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node/case_node.rb +0 -60
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node/casgn_node.rb +0 -31
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node/class_node.rb +0 -31
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node/const_node.rb +0 -61
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node/csend_node.rb +0 -14
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node/def_node.rb +0 -68
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node/defined_node.rb +0 -19
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node/dstr_node.rb +0 -16
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node/ensure_node.rb +0 -17
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node/float_node.rb +0 -13
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node/for_node.rb +0 -53
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node/forward_args_node.rb +0 -33
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node/hash_node.rb +0 -122
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node/if_node.rb +0 -171
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node/in_pattern_node.rb +0 -38
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node/index_node.rb +0 -48
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node/indexasgn_node.rb +0 -50
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node/int_node.rb +0 -13
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node/keyword_splat_node.rb +0 -53
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node/lambda_node.rb +0 -65
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node/mixin/basic_literal_node.rb +0 -16
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node/mixin/binary_operator_node.rb +0 -43
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node/mixin/collection_node.rb +0 -16
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node/mixin/conditional_node.rb +0 -45
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node/mixin/descendence.rb +0 -117
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node/mixin/hash_element_node.rb +0 -125
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node/mixin/method_dispatch_node.rb +0 -288
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node/mixin/method_identifier_predicates.rb +0 -219
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node/mixin/modifier_node.rb +0 -17
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node/mixin/numeric_node.rb +0 -22
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node/mixin/parameterized_node.rb +0 -125
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node/mixin/predicate_operator_node.rb +0 -39
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node/module_node.rb +0 -24
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node/next_node.rb +0 -12
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node/op_asgn_node.rb +0 -36
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node/or_asgn_node.rb +0 -17
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node/or_node.rb +0 -29
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node/pair_node.rb +0 -74
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node/procarg0_node.rb +0 -17
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node/range_node.rb +0 -18
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node/regexp_node.rb +0 -103
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node/resbody_node.rb +0 -45
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node/rescue_node.rb +0 -49
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node/return_node.rb +0 -12
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node/self_class_node.rb +0 -24
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node/send_node.rb +0 -29
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node/str_node.rb +0 -20
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node/super_node.rb +0 -23
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node/symbol_node.rb +0 -12
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node/until_node.rb +0 -35
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node/when_node.rb +0 -47
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node/while_node.rb +0 -35
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node/yield_node.rb +0 -23
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node.rb +0 -676
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node_pattern/builder.rb +0 -72
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node_pattern/comment.rb +0 -45
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node_pattern/compiler/atom_subcompiler.rb +0 -56
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node_pattern/compiler/binding.rb +0 -78
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node_pattern/compiler/debug.rb +0 -168
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node_pattern/compiler/node_pattern_subcompiler.rb +0 -146
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node_pattern/compiler/sequence_subcompiler.rb +0 -420
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node_pattern/compiler/subcompiler.rb +0 -57
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node_pattern/compiler.rb +0 -104
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node_pattern/lexer.rb +0 -70
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node_pattern/lexer.rex +0 -42
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node_pattern/lexer.rex.rb +0 -185
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node_pattern/method_definer.rb +0 -145
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node_pattern/node.rb +0 -264
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node_pattern/parser.racc.rb +0 -472
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node_pattern/parser.rb +0 -66
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node_pattern/parser.y +0 -103
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node_pattern/sets.rb +0 -37
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node_pattern/with_meta.rb +0 -110
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node_pattern.rb +0 -126
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/processed_source.rb +0 -348
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/rubocop_compatibility.rb +0 -31
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/sexp.rb +0 -17
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/token.rb +0 -130
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/traversal.rb +0 -182
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/version.rb +0 -9
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast.rb +0 -96
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop-ast.rb +0 -3
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-capybara-2.21.0/CHANGELOG.md +0 -85
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-capybara-2.21.0/CODE_OF_CONDUCT.md +0 -17
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-capybara-2.21.0/MIT-LICENSE.md +0 -21
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-capybara-2.21.0/README.md +0 -88
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-capybara-2.21.0/config/default.yml +0 -99
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-capybara-2.21.0/lib/rubocop/capybara/config_formatter.rb +0 -56
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-capybara-2.21.0/lib/rubocop/capybara/cop/generator.rb +0 -25
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-capybara-2.21.0/lib/rubocop/capybara/description_extractor.rb +0 -70
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-capybara-2.21.0/lib/rubocop/capybara/version.rb +0 -10
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-capybara-2.21.0/lib/rubocop/cop/capybara/click_link_or_button_style.rb +0 -75
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-capybara-2.21.0/lib/rubocop/cop/capybara/current_path_expectation.rb +0 -141
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-capybara-2.21.0/lib/rubocop/cop/capybara/match_style.rb +0 -58
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-capybara-2.21.0/lib/rubocop/cop/capybara/mixin/capybara_help.rb +0 -131
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-capybara-2.21.0/lib/rubocop/cop/capybara/mixin/css_attributes_parser.rb +0 -72
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-capybara-2.21.0/lib/rubocop/cop/capybara/mixin/css_selector.rb +0 -89
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-capybara-2.21.0/lib/rubocop/cop/capybara/negation_matcher.rb +0 -105
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-capybara-2.21.0/lib/rubocop/cop/capybara/redundant_within_find.rb +0 -66
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-capybara-2.21.0/lib/rubocop/cop/capybara/rspec/have_selector.rb +0 -87
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-capybara-2.21.0/lib/rubocop/cop/capybara/rspec/predicate_matcher.rb +0 -269
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-capybara-2.21.0/lib/rubocop/cop/capybara/specific_actions.rb +0 -93
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-capybara-2.21.0/lib/rubocop/cop/capybara/specific_finders.rb +0 -136
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-capybara-2.21.0/lib/rubocop/cop/capybara/specific_matcher.rb +0 -94
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-capybara-2.21.0/lib/rubocop/cop/capybara/visibility_matcher.rb +0 -71
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-capybara-2.21.0/lib/rubocop/cop/capybara_cops.rb +0 -14
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-capybara-2.21.0/lib/rubocop-capybara.rb +0 -25
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-factory_bot-2.26.1/CHANGELOG.md +0 -116
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-factory_bot-2.26.1/CODE_OF_CONDUCT.md +0 -17
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-factory_bot-2.26.1/MIT-LICENSE.md +0 -21
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-factory_bot-2.26.1/README.md +0 -88
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-factory_bot-2.26.1/config/default.yml +0 -143
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-factory_bot-2.26.1/lib/rubocop/cop/factory_bot/association_style.rb +0 -260
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-factory_bot-2.26.1/lib/rubocop/cop/factory_bot/attribute_defined_statically.rb +0 -126
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-factory_bot-2.26.1/lib/rubocop/cop/factory_bot/consistent_parentheses_style.rb +0 -141
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-factory_bot-2.26.1/lib/rubocop/cop/factory_bot/create_list.rb +0 -342
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-factory_bot-2.26.1/lib/rubocop/cop/factory_bot/excessive_create_list.rb +0 -52
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-factory_bot-2.26.1/lib/rubocop/cop/factory_bot/factory_association_with_strategy.rb +0 -63
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-factory_bot-2.26.1/lib/rubocop/cop/factory_bot/factory_class_name.rb +0 -54
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-factory_bot-2.26.1/lib/rubocop/cop/factory_bot/factory_name_style.rb +0 -102
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-factory_bot-2.26.1/lib/rubocop/cop/factory_bot/id_sequence.rb +0 -44
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-factory_bot-2.26.1/lib/rubocop/cop/factory_bot/mixin/configurable_explicit_only.rb +0 -22
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-factory_bot-2.26.1/lib/rubocop/cop/factory_bot/redundant_factory_option.rb +0 -69
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-factory_bot-2.26.1/lib/rubocop/cop/factory_bot/syntax_methods.rb +0 -119
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-factory_bot-2.26.1/lib/rubocop/cop/factory_bot_cops.rb +0 -13
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-factory_bot-2.26.1/lib/rubocop/factory_bot/config_formatter.rb +0 -55
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-factory_bot-2.26.1/lib/rubocop/factory_bot/cop/generator.rb +0 -25
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-factory_bot-2.26.1/lib/rubocop/factory_bot/description_extractor.rb +0 -70
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-factory_bot-2.26.1/lib/rubocop/factory_bot/factory_bot.rb +0 -62
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-factory_bot-2.26.1/lib/rubocop/factory_bot/language.rb +0 -35
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-factory_bot-2.26.1/lib/rubocop/factory_bot/version.rb +0 -10
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-factory_bot-2.26.1/lib/rubocop-factory_bot.rb +0 -18
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-katalyst-2.0.0/CHANGELOG.md +0 -34
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-katalyst-2.0.0/LICENSE.txt +0 -21
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-katalyst-2.0.0/README.md +0 -75
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-katalyst-2.0.0/config/default.yml +0 -55
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-katalyst-2.0.0/config/rubocop-bundler.yml +0 -5
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-katalyst-2.0.0/config/rubocop-gemspec.yml +0 -2
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-katalyst-2.0.0/config/rubocop-layout.yml +0 -57
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-katalyst-2.0.0/config/rubocop-lint.yml +0 -106
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-katalyst-2.0.0/config/rubocop-metrics.yml +0 -44
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-katalyst-2.0.0/config/rubocop-naming.yml +0 -29
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-katalyst-2.0.0/config/rubocop-performance.yml +0 -50
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-katalyst-2.0.0/config/rubocop-rails.yml +0 -66
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-katalyst-2.0.0/config/rubocop-rake.yml +0 -2
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-katalyst-2.0.0/config/rubocop-rspec.yml +0 -30
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-katalyst-2.0.0/config/rubocop-security.yml +0 -2
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-katalyst-2.0.0/config/rubocop-style.yml +0 -325
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-katalyst-2.0.0/lib/rubocop/cop/katalyst_cops.rb +0 -7
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-katalyst-2.0.0/lib/rubocop/katalyst/erb_lint_task.rb +0 -70
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-katalyst-2.0.0/lib/rubocop/katalyst/inject.rb +0 -22
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-katalyst-2.0.0/lib/rubocop/katalyst/prettier_task.rb +0 -86
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-katalyst-2.0.0/lib/rubocop/katalyst/rake_task.rb +0 -22
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-katalyst-2.0.0/lib/rubocop/katalyst.rb +0 -13
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-katalyst-2.0.0/lib/rubocop-katalyst.rb +0 -14
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-katalyst-2.0.0/lib/tasks/erb_lint.rake +0 -38
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-katalyst-2.0.0/package.json +0 -10
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-performance-1.21.0/LICENSE.txt +0 -20
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-performance-1.21.0/README.md +0 -97
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-performance-1.21.0/config/default.yml +0 -374
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-performance-1.21.0/config/obsoletion.yml +0 -7
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-performance-1.21.0/lib/rubocop/cop/mixin/regexp_metacharacter.rb +0 -76
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-performance-1.21.0/lib/rubocop/cop/mixin/sort_block.rb +0 -35
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-performance-1.21.0/lib/rubocop/cop/performance/ancestors_include.rb +0 -52
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-performance-1.21.0/lib/rubocop/cop/performance/array_semi_infinite_range_slice.rb +0 -80
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-performance-1.21.0/lib/rubocop/cop/performance/big_decimal_with_numeric_argument.rb +0 -53
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-performance-1.21.0/lib/rubocop/cop/performance/bind_call.rb +0 -77
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-performance-1.21.0/lib/rubocop/cop/performance/block_given_with_explicit_block.rb +0 -57
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-performance-1.21.0/lib/rubocop/cop/performance/caller.rb +0 -67
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-performance-1.21.0/lib/rubocop/cop/performance/case_when_splat.rb +0 -176
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-performance-1.21.0/lib/rubocop/cop/performance/casecmp.rb +0 -109
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-performance-1.21.0/lib/rubocop/cop/performance/chain_array_allocation.rb +0 -81
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-performance-1.21.0/lib/rubocop/cop/performance/collection_literal_in_loop.rb +0 -138
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-performance-1.21.0/lib/rubocop/cop/performance/compare_with_block.rb +0 -120
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-performance-1.21.0/lib/rubocop/cop/performance/concurrent_monotonic_time.rb +0 -42
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-performance-1.21.0/lib/rubocop/cop/performance/constant_regexp.rb +0 -75
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-performance-1.21.0/lib/rubocop/cop/performance/count.rb +0 -142
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-performance-1.21.0/lib/rubocop/cop/performance/delete_prefix.rb +0 -94
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-performance-1.21.0/lib/rubocop/cop/performance/delete_suffix.rb +0 -94
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-performance-1.21.0/lib/rubocop/cop/performance/detect.rb +0 -137
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-performance-1.21.0/lib/rubocop/cop/performance/double_start_end_with.rb +0 -106
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-performance-1.21.0/lib/rubocop/cop/performance/end_with.rb +0 -82
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-performance-1.21.0/lib/rubocop/cop/performance/fixed_size.rb +0 -99
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-performance-1.21.0/lib/rubocop/cop/performance/flat_map.rb +0 -88
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-performance-1.21.0/lib/rubocop/cop/performance/inefficient_hash_search.rb +0 -105
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-performance-1.21.0/lib/rubocop/cop/performance/io_readlines.rb +0 -112
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-performance-1.21.0/lib/rubocop/cop/performance/map_compact.rb +0 -100
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-performance-1.21.0/lib/rubocop/cop/performance/map_method_chain.rb +0 -89
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-performance-1.21.0/lib/rubocop/cop/performance/method_object_as_block.rb +0 -32
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-performance-1.21.0/lib/rubocop/cop/performance/open_struct.rb +0 -50
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-performance-1.21.0/lib/rubocop/cop/performance/range_include.rb +0 -57
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-performance-1.21.0/lib/rubocop/cop/performance/redundant_block_call.rb +0 -107
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-performance-1.21.0/lib/rubocop/cop/performance/redundant_equality_comparison_block.rb +0 -137
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-performance-1.21.0/lib/rubocop/cop/performance/redundant_match.rb +0 -92
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-performance-1.21.0/lib/rubocop/cop/performance/redundant_merge.rb +0 -197
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-performance-1.21.0/lib/rubocop/cop/performance/redundant_sort_block.rb +0 -50
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-performance-1.21.0/lib/rubocop/cop/performance/redundant_split_regexp_argument.rb +0 -65
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-performance-1.21.0/lib/rubocop/cop/performance/redundant_string_chars.rb +0 -131
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-performance-1.21.0/lib/rubocop/cop/performance/regexp_match.rb +0 -277
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-performance-1.21.0/lib/rubocop/cop/performance/reverse_each.rb +0 -60
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-performance-1.21.0/lib/rubocop/cop/performance/reverse_first.rb +0 -66
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-performance-1.21.0/lib/rubocop/cop/performance/select_map.rb +0 -57
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-performance-1.21.0/lib/rubocop/cop/performance/size.rb +0 -76
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-performance-1.21.0/lib/rubocop/cop/performance/sort_reverse.rb +0 -55
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-performance-1.21.0/lib/rubocop/cop/performance/squeeze.rb +0 -67
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-performance-1.21.0/lib/rubocop/cop/performance/start_with.rb +0 -82
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-performance-1.21.0/lib/rubocop/cop/performance/string_identifier_argument.rb +0 -115
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-performance-1.21.0/lib/rubocop/cop/performance/string_include.rb +0 -65
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-performance-1.21.0/lib/rubocop/cop/performance/string_replacement.rb +0 -161
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-performance-1.21.0/lib/rubocop/cop/performance/sum.rb +0 -271
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-performance-1.21.0/lib/rubocop/cop/performance/times_map.rb +0 -88
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-performance-1.21.0/lib/rubocop/cop/performance/unfreeze_string.rb +0 -70
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-performance-1.21.0/lib/rubocop/cop/performance/uri_default_parser.rb +0 -40
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-performance-1.21.0/lib/rubocop/cop/performance_cops.rb +0 -55
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-performance-1.21.0/lib/rubocop/performance/inject.rb +0 -18
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-performance-1.21.0/lib/rubocop/performance/version.rb +0 -14
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-performance-1.21.0/lib/rubocop/performance.rb +0 -14
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-performance-1.21.0/lib/rubocop-performance.rb +0 -19
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/LICENSE.txt +0 -20
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/README.md +0 -135
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/config/default.yml +0 -1251
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/config/obsoletion.yml +0 -17
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/mixin/active_record_helper.rb +0 -118
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/mixin/active_record_migrations_helper.rb +0 -32
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/mixin/class_send_node_helper.rb +0 -20
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/mixin/database_type_resolvable.rb +0 -66
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/mixin/enforce_superclass.rb +0 -40
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/mixin/index_method.rb +0 -165
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/mixin/migrations_helper.rb +0 -26
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/mixin/target_rails_version.rb +0 -43
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/action_controller_flash_before_render.rb +0 -114
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/action_controller_test_case.rb +0 -47
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/action_filter.rb +0 -110
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/action_order.rb +0 -116
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/active_record_aliases.rb +0 -47
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/active_record_callbacks_order.rb +0 -143
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/active_record_override.rb +0 -79
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/active_support_aliases.rb +0 -61
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/active_support_on_load.rb +0 -90
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/add_column_index.rb +0 -61
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/after_commit_override.rb +0 -81
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/application_controller.rb +0 -36
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/application_job.rb +0 -45
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/application_mailer.rb +0 -39
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/application_record.rb +0 -40
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/arel_star.rb +0 -47
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/assert_not.rb +0 -41
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/attribute_default_block_value.rb +0 -90
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/belongs_to.rb +0 -90
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/blank.rb +0 -168
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/bulk_change_table.rb +0 -261
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/compact_blank.rb +0 -111
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/content_tag.rb +0 -93
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/create_table_with_timestamps.rb +0 -98
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/dangerous_column_names.rb +0 -446
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/date.rb +0 -175
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/default_scope.rb +0 -61
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/delegate.rb +0 -136
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/delegate_allow_blank.rb +0 -36
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/deprecated_active_model_errors_methods.rb +0 -168
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/dot_separated_keys.rb +0 -71
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/duplicate_association.rb +0 -113
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/duplicate_scope.rb +0 -46
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/duration_arithmetic.rb +0 -98
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/dynamic_find_by.rb +0 -136
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/eager_evaluation_log_message.rb +0 -82
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/enum_hash.rb +0 -75
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/enum_uniqueness.rb +0 -63
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/env_local.rb +0 -46
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/environment_comparison.rb +0 -116
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/environment_variable_access.rb +0 -67
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/exit.rb +0 -61
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/expanded_date_range.rb +0 -102
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/file_path.rb +0 -241
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/find_by.rb +0 -74
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/find_by_id.rb +0 -80
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/find_each.rb +0 -75
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/freeze_time.rb +0 -79
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/has_and_belongs_to_many.rb +0 -26
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/has_many_or_has_one_dependent.rb +0 -143
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/helper_instance_variable.rb +0 -67
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/http_positional_arguments.rb +0 -146
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/http_status.rb +0 -175
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/i18n_lazy_lookup.rb +0 -146
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/i18n_locale_assignment.rb +0 -37
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/i18n_locale_texts.rb +0 -114
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/ignored_columns_assignment.rb +0 -50
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/ignored_skip_action_filter_option.rb +0 -107
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/index_by.rb +0 -65
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/index_with.rb +0 -68
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/inquiry.rb +0 -40
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/inverse_of.rb +0 -252
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/lexically_scoped_action_filter.rb +0 -204
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/link_to_blank.rb +0 -97
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/mailer_name.rb +0 -90
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/match_route.rb +0 -120
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/migration_class_name.rb +0 -63
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/negate_include.rb +0 -42
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/not_null_column.rb +0 -159
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/order_by_id.rb +0 -51
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/output.rb +0 -69
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/output_safety.rb +0 -104
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/pick.rb +0 -69
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/pluck.rb +0 -96
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/pluck_id.rb +0 -60
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/pluck_in_where.rb +0 -84
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/pluralization_grammar.rb +0 -102
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/presence.rb +0 -152
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/present.rb +0 -156
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/rake_environment.rb +0 -128
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/read_write_attribute.rb +0 -112
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/redundant_active_record_all_method.rb +0 -219
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/redundant_allow_nil.rb +0 -99
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/redundant_foreign_key.rb +0 -77
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/redundant_presence_validation_on_belongs_to.rb +0 -264
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/redundant_receiver_in_with_options.rb +0 -138
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/redundant_travel_back.rb +0 -57
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/reflection_class_name.rb +0 -86
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/refute_methods.rb +0 -96
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/relative_date_constant.rb +0 -112
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/render_inline.rb +0 -41
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/render_plain_text.rb +0 -71
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/request_referer.rb +0 -55
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/require_dependency.rb +0 -38
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/response_parsed_body.rb +0 -99
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/reversible_migration.rb +0 -326
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/reversible_migration_method_definition.rb +0 -66
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/root_join_chain.rb +0 -72
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/root_pathname_methods.rb +0 -272
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/root_public_path.rb +0 -59
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/safe_navigation.rb +0 -99
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/safe_navigation_with_blank.rb +0 -50
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/save_bang.rb +0 -349
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/schema_comment.rb +0 -110
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/scope_args.rb +0 -34
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/select_map.rb +0 -78
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/short_i18n.rb +0 -71
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/skips_model_validations.rb +0 -124
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/squished_sql_heredocs.rb +0 -86
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/strip_heredoc.rb +0 -56
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/table_name_assignment.rb +0 -44
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/three_state_boolean_column.rb +0 -71
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/time_zone.rb +0 -262
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/time_zone_assignment.rb +0 -37
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/to_formatted_s.rb +0 -46
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/to_s_with_argument.rb +0 -78
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/top_level_hash_with_indifferent_access.rb +0 -49
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/transaction_exit_statement.rb +0 -125
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/uniq_before_pluck.rb +0 -104
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/unique_validation_without_index.rb +0 -168
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/unknown_env.rb +0 -98
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/unused_ignored_columns.rb +0 -82
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/unused_render_content.rb +0 -67
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/validation.rb +0 -142
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/where_equals.rb +0 -103
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/where_exists.rb +0 -138
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/where_missing.rb +0 -122
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/where_not.rb +0 -103
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/where_not_with_multiple_conditions.rb +0 -55
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/where_range.rb +0 -157
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails_cops.rb +0 -141
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/rails/inject.rb +0 -18
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/rails/schema_loader/schema.rb +0 -192
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/rails/schema_loader.rb +0 -51
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/rails/version.rb +0 -14
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/rails.rb +0 -14
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop-rails.rb +0 -42
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rake-0.6.0/CHANGELOG.md +0 -64
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rake-0.6.0/Gemfile +0 -11
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rake-0.6.0/LICENSE +0 -21
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rake-0.6.0/README.md +0 -41
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rake-0.6.0/Rakefile +0 -37
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rake-0.6.0/bin/console +0 -15
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rake-0.6.0/bin/setup +0 -8
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rake-0.6.0/config/default.yml +0 -30
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rake-0.6.0/lib/rubocop/cop/rake/class_definition_in_task.rb +0 -45
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rake-0.6.0/lib/rubocop/cop/rake/desc.rb +0 -82
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rake-0.6.0/lib/rubocop/cop/rake/duplicate_namespace.rb +0 -84
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rake-0.6.0/lib/rubocop/cop/rake/duplicate_task.rb +0 -83
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rake-0.6.0/lib/rubocop/cop/rake/helper/class_definition.rb +0 -31
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rake-0.6.0/lib/rubocop/cop/rake/helper/on_namespace.rb +0 -23
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rake-0.6.0/lib/rubocop/cop/rake/helper/on_task.rb +0 -23
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rake-0.6.0/lib/rubocop/cop/rake/helper/task_definition.rb +0 -28
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rake-0.6.0/lib/rubocop/cop/rake/helper/task_name.rb +0 -30
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rake-0.6.0/lib/rubocop/cop/rake/method_definition_in_task.rb +0 -47
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rake-0.6.0/lib/rubocop/cop/rake_cops.rb +0 -7
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rake-0.6.0/lib/rubocop/rake/inject.rb +0 -20
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rake-0.6.0/lib/rubocop/rake/version.rb +0 -7
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rake-0.6.0/lib/rubocop/rake.rb +0 -16
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rake-0.6.0/lib/rubocop-rake.rb +0 -16
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rake-0.6.0/rubocop-rake.gemspec +0 -33
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/CHANGELOG.md +0 -1012
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/CODE_OF_CONDUCT.md +0 -17
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/MIT-LICENSE.md +0 -21
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/README.md +0 -96
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/config/default.yml +0 -1018
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/config/obsoletion.yml +0 -47
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/align_left_let_brace.rb +0 -49
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/align_right_let_brace.rb +0 -49
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/any_instance.rb +0 -40
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/around_block.rb +0 -97
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/base.rb +0 -26
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/be.rb +0 -39
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/be_empty.rb +0 -45
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/be_eq.rb +0 -47
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/be_eql.rb +0 -61
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/be_nil.rb +0 -74
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/before_after_all.rb +0 -45
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/change_by_zero.rb +0 -184
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/class_check.rb +0 -101
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/contain_exactly.rb +0 -56
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/context_method.rb +0 -57
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/context_wording.rb +0 -117
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/describe_class.rb +0 -85
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/describe_method.rb +0 -52
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/describe_symbol.rb +0 -37
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/described_class.rb +0 -231
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/described_class_module_wrapping.rb +0 -38
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/dialect.rb +0 -84
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/duplicated_metadata.rb +0 -58
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/empty_example_group.rb +0 -187
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/empty_hook.rb +0 -49
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/empty_line_after_example.rb +0 -82
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/empty_line_after_example_group.rb +0 -42
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/empty_line_after_final_let.rb +0 -40
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/empty_line_after_hook.rb +0 -82
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/empty_line_after_subject.rb +0 -36
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/empty_metadata.rb +0 -46
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/empty_output.rb +0 -47
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/eq.rb +0 -47
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/example_length.rb +0 -76
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/example_without_description.rb +0 -98
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/example_wording.rb +0 -159
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/excessive_docstring_spacing.rb +0 -110
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/expect_actual.rb +0 -105
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/expect_change.rb +0 -86
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/expect_in_hook.rb +0 -50
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/expect_in_let.rb +0 -42
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/expect_output.rb +0 -50
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/focus.rb +0 -123
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/hook_argument.rb +0 -134
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/hooks_before_examples.rb +0 -81
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/identical_equality_assertion.rb +0 -37
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/implicit_block_expectation.rb +0 -68
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/implicit_expect.rb +0 -100
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/implicit_subject.rb +0 -167
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/indexed_let.rb +0 -112
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/instance_spy.rb +0 -74
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/instance_variable.rb +0 -96
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/is_expected_specify.rb +0 -45
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/it_behaves_like.rb +0 -49
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/iterated_expectation.rb +0 -74
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/leading_subject.rb +0 -86
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/leaky_constant_declaration.rb +0 -127
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/let_before_examples.rb +0 -101
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/let_setup.rb +0 -74
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/match_array.rb +0 -59
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/message_chain.rb +0 -28
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/message_expectation.rb +0 -61
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/message_spies.rb +0 -88
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/metadata_style.rb +0 -202
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/missing_example_group_argument.rb +0 -35
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/missing_expectation_target_method.rb +0 -54
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/mixin/comments_help.rb +0 -38
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/mixin/empty_line_separation.rb +0 -59
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/mixin/file_help.rb +0 -14
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/mixin/final_end_location.rb +0 -19
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/mixin/inside_example_group.rb +0 -29
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/mixin/location_help.rb +0 -37
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/mixin/metadata.rb +0 -63
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/mixin/namespace.rb +0 -23
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/mixin/skip_or_pending.rb +0 -39
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/mixin/top_level_group.rb +0 -54
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/mixin/variable.rb +0 -21
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/multiple_describes.rb +0 -43
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/multiple_expectations.rb +0 -149
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/multiple_memoized_helpers.rb +0 -146
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/multiple_subjects.rb +0 -97
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/named_subject.rb +0 -156
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/nested_groups.rb +0 -162
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/no_expectation_example.rb +0 -102
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/not_to_not.rb +0 -56
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/overwriting_setup.rb +0 -74
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/pending.rb +0 -80
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/pending_without_reason.rb +0 -159
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/predicate_matcher.rb +0 -337
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/receive_counts.rb +0 -89
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/receive_messages.rb +0 -161
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/receive_never.rb +0 -41
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/redundant_around.rb +0 -65
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/redundant_predicate_matcher.rb +0 -67
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/remove_const.rb +0 -39
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/repeated_description.rb +0 -98
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/repeated_example.rb +0 -53
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/repeated_example_group_body.rb +0 -100
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/repeated_example_group_description.rb +0 -96
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/repeated_include_example.rb +0 -105
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/repeated_subject_call.rb +0 -125
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/return_from_stub.rb +0 -169
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/scattered_let.rb +0 -59
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/scattered_setup.rb +0 -86
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/shared_context.rb +0 -107
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/shared_examples.rb +0 -125
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/single_argument_message_chain.rb +0 -93
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/skip_block_inside_example.rb +0 -46
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/sort_metadata.rb +0 -71
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/spec_file_path_format.rb +0 -133
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/spec_file_path_suffix.rb +0 -40
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/stubbed_mock.rb +0 -176
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/subject_declaration.rb +0 -46
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/subject_stub.rb +0 -155
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/undescriptive_literals_description.rb +0 -69
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/unspecified_exception.rb +0 -67
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/variable_definition.rb +0 -77
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/variable_name.rb +0 -68
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/verified_double_reference.rb +0 -111
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/verified_doubles.rb +0 -52
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/void_expect.rb +0 -60
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/yield.rb +0 -82
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec_cops.rb +0 -112
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/rspec/align_let_brace.rb +0 -63
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/rspec/concept.rb +0 -33
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/rspec/config_formatter.rb +0 -56
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/rspec/cop/generator.rb +0 -25
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/rspec/corrector/move_node.rb +0 -51
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/rspec/description_extractor.rb +0 -77
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/rspec/example.rb +0 -37
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/rspec/example_group.rb +0 -67
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/rspec/hook.rb +0 -79
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/rspec/inject.rb +0 -18
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/rspec/language.rb +0 -216
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/rspec/node.rb +0 -19
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/rspec/shared_contexts/default_rspec_language_config_context.rb +0 -29
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/rspec/version.rb +0 -10
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/rspec/wording.rb +0 -89
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/rspec.rb +0 -14
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop-rspec.rb +0 -53
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec_rails-2.30.0/CHANGELOG.md +0 -84
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec_rails-2.30.0/CODE_OF_CONDUCT.md +0 -17
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec_rails-2.30.0/MIT-LICENSE.md +0 -21
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec_rails-2.30.0/README.md +0 -90
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec_rails-2.30.0/config/default.yml +0 -85
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec_rails-2.30.0/lib/rubocop/cop/rspec_rails/avoid_setup_hook.rb +0 -41
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec_rails-2.30.0/lib/rubocop/cop/rspec_rails/have_http_status.rb +0 -77
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec_rails-2.30.0/lib/rubocop/cop/rspec_rails/http_status.rb +0 -218
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec_rails-2.30.0/lib/rubocop/cop/rspec_rails/inferred_spec_type.rb +0 -143
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec_rails-2.30.0/lib/rubocop/cop/rspec_rails/minitest_assertions.rb +0 -350
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec_rails-2.30.0/lib/rubocop/cop/rspec_rails/negation_be_valid.rb +0 -98
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec_rails-2.30.0/lib/rubocop/cop/rspec_rails/travel_around.rb +0 -90
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec_rails-2.30.0/lib/rubocop/cop/rspec_rails_cops.rb +0 -9
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec_rails-2.30.0/lib/rubocop/rspec_rails/config_formatter.rb +0 -55
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec_rails-2.30.0/lib/rubocop/rspec_rails/cop/generator.rb +0 -25
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec_rails-2.30.0/lib/rubocop/rspec_rails/description_extractor.rb +0 -72
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec_rails-2.30.0/lib/rubocop/rspec_rails/version.rb +0 -10
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec_rails-2.30.0/lib/rubocop-rspec_rails.rb +0 -32
- data/vendor/bundle/ruby/3.3.0/gems/ruby-progressbar-1.13.0/LICENSE.txt +0 -19
- data/vendor/bundle/ruby/3.3.0/gems/ruby-progressbar-1.13.0/README.md +0 -131
- data/vendor/bundle/ruby/3.3.0/gems/ruby-progressbar-1.13.0/Rakefile +0 -2
- data/vendor/bundle/ruby/3.3.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/base.rb +0 -234
- data/vendor/bundle/ruby/3.3.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/calculators/length.rb +0 -98
- data/vendor/bundle/ruby/3.3.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/components/bar.rb +0 -102
- data/vendor/bundle/ruby/3.3.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/components/percentage.rb +0 -27
- data/vendor/bundle/ruby/3.3.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/components/rate.rb +0 -39
- data/vendor/bundle/ruby/3.3.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/components/time.rb +0 -101
- data/vendor/bundle/ruby/3.3.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/components/title.rb +0 -13
- data/vendor/bundle/ruby/3.3.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/errors/invalid_progress_error.rb +0 -4
- data/vendor/bundle/ruby/3.3.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/format/formatter.rb +0 -27
- data/vendor/bundle/ruby/3.3.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/format/molecule.rb +0 -61
- data/vendor/bundle/ruby/3.3.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/format/string.rb +0 -38
- data/vendor/bundle/ruby/3.3.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/output.rb +0 -71
- data/vendor/bundle/ruby/3.3.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/outputs/non_tty.rb +0 -47
- data/vendor/bundle/ruby/3.3.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/outputs/null.rb +0 -33
- data/vendor/bundle/ruby/3.3.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/outputs/tty.rb +0 -32
- data/vendor/bundle/ruby/3.3.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/progress.rb +0 -108
- data/vendor/bundle/ruby/3.3.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/projector.rb +0 -14
- data/vendor/bundle/ruby/3.3.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/projectors/smoothed_average.rb +0 -71
- data/vendor/bundle/ruby/3.3.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/refinements/progress_enumerator.rb +0 -28
- data/vendor/bundle/ruby/3.3.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/refinements.rb +0 -1
- data/vendor/bundle/ruby/3.3.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/throttle.rb +0 -25
- data/vendor/bundle/ruby/3.3.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/time.rb +0 -30
- data/vendor/bundle/ruby/3.3.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/timer.rb +0 -78
- data/vendor/bundle/ruby/3.3.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/version.rb +0 -3
- data/vendor/bundle/ruby/3.3.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar.rb +0 -12
- data/vendor/bundle/ruby/3.3.0/gems/strscan-3.1.0/COPYING +0 -56
- data/vendor/bundle/ruby/3.3.0/gems/strscan-3.1.0/LICENSE.txt +0 -22
- data/vendor/bundle/ruby/3.3.0/gems/strscan-3.1.0/ext/strscan/Makefile +0 -269
- data/vendor/bundle/ruby/3.3.0/gems/strscan-3.1.0/ext/strscan/extconf.rb +0 -10
- data/vendor/bundle/ruby/3.3.0/gems/strscan-3.1.0/ext/strscan/strscan.c +0 -1741
- data/vendor/bundle/ruby/3.3.0/gems/strscan-3.1.0/lib/strscan.so +0 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/CHANGES.md +0 -1026
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/LICENSE +0 -19
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/README.md +0 -406
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/annual_rules.rb +0 -71
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/country.rb +0 -208
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/country_timezone.rb +0 -93
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/data_source.rb +0 -446
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/data_sources/constant_offset_data_timezone_info.rb +0 -56
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/data_sources/country_info.rb +0 -42
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/data_sources/data_timezone_info.rb +0 -91
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/data_sources/linked_timezone_info.rb +0 -33
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/data_sources/posix_time_zone_parser.rb +0 -177
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/data_sources/ruby_data_source.rb +0 -141
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/data_sources/timezone_info.rb +0 -47
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/data_sources/transitions_data_timezone_info.rb +0 -214
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/data_sources/zoneinfo_data_source.rb +0 -592
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/data_sources/zoneinfo_reader.rb +0 -482
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/data_sources.rb +0 -8
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/data_timezone.rb +0 -44
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/datetime_with_offset.rb +0 -153
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/format1/country_definer.rb +0 -17
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/format1/country_index_definition.rb +0 -64
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/format1/timezone_definer.rb +0 -64
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/format1/timezone_definition.rb +0 -39
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/format1/timezone_index_definition.rb +0 -77
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/format1.rb +0 -10
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/format2/country_definer.rb +0 -68
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/format2/country_index_definer.rb +0 -68
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/format2/country_index_definition.rb +0 -46
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/format2/timezone_definer.rb +0 -94
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/format2/timezone_definition.rb +0 -73
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/format2/timezone_index_definer.rb +0 -45
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/format2/timezone_index_definition.rb +0 -55
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/format2.rb +0 -10
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/info_timezone.rb +0 -35
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/linked_timezone.rb +0 -44
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/offset_timezone_period.rb +0 -42
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/ruby_core_support.rb +0 -38
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/string_deduper.rb +0 -118
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/time_with_offset.rb +0 -154
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/timestamp.rb +0 -552
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/timestamp_with_offset.rb +0 -85
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/timezone.rb +0 -1160
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/timezone_offset.rb +0 -111
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/timezone_period.rb +0 -179
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/timezone_proxy.rb +0 -96
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/timezone_transition.rb +0 -98
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/transition_rule.rb +0 -455
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/transitions_timezone_period.rb +0 -63
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/version.rb +0 -7
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/with_offset.rb +0 -61
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo.rb +0 -81
- data/vendor/bundle/ruby/3.3.0/gems/unicode-display_width-2.5.0/CHANGELOG.md +0 -196
- data/vendor/bundle/ruby/3.3.0/gems/unicode-display_width-2.5.0/MIT-LICENSE.txt +0 -22
- data/vendor/bundle/ruby/3.3.0/gems/unicode-display_width-2.5.0/README.md +0 -171
- data/vendor/bundle/ruby/3.3.0/gems/unicode-display_width-2.5.0/data/display_width.marshal.gz +0 -0
- data/vendor/bundle/ruby/3.3.0/gems/unicode-display_width-2.5.0/lib/unicode/display_width/constants.rb +0 -10
- data/vendor/bundle/ruby/3.3.0/gems/unicode-display_width-2.5.0/lib/unicode/display_width/index.rb +0 -34
- data/vendor/bundle/ruby/3.3.0/gems/unicode-display_width-2.5.0/lib/unicode/display_width/no_string_ext.rb +0 -8
- data/vendor/bundle/ruby/3.3.0/gems/unicode-display_width-2.5.0/lib/unicode/display_width/string_ext.rb +0 -9
- data/vendor/bundle/ruby/3.3.0/gems/unicode-display_width-2.5.0/lib/unicode/display_width.rb +0 -123
- data/vendor/bundle/ruby/3.3.0/specifications/actionview-7.1.3.4.gemspec +0 -33
- data/vendor/bundle/ruby/3.3.0/specifications/activemodel-7.1.3.4.gemspec +0 -26
- data/vendor/bundle/ruby/3.3.0/specifications/activesupport-7.1.3.4.gemspec +0 -35
- data/vendor/bundle/ruby/3.3.0/specifications/ast-2.4.2.gemspec +0 -30
- data/vendor/bundle/ruby/3.3.0/specifications/bigdecimal-3.1.8.gemspec +0 -25
- data/vendor/bundle/ruby/3.3.0/specifications/builder-3.3.0.gemspec +0 -22
- data/vendor/bundle/ruby/3.3.0/specifications/concurrent-ruby-1.3.3.gemspec +0 -24
- data/vendor/bundle/ruby/3.3.0/specifications/connection_pool-2.4.1.gemspec +0 -28
- data/vendor/bundle/ruby/3.3.0/specifications/crass-1.0.6.gemspec +0 -27
- data/vendor/bundle/ruby/3.3.0/specifications/drb-2.2.1.gemspec +0 -22
- data/vendor/bundle/ruby/3.3.0/specifications/erubi-1.12.0.gemspec +0 -29
- data/vendor/bundle/ruby/3.3.0/specifications/govuk_design_system_formbuilder-5.4.0.gemspec +0 -44
- data/vendor/bundle/ruby/3.3.0/specifications/html-attributes-utils-1.0.2.gemspec +0 -29
- data/vendor/bundle/ruby/3.3.0/specifications/i18n-1.14.5.gemspec +0 -26
- data/vendor/bundle/ruby/3.3.0/specifications/json-2.7.2.gemspec +0 -0
- data/vendor/bundle/ruby/3.3.0/specifications/language_server-protocol-3.17.0.3.gemspec +0 -31
- data/vendor/bundle/ruby/3.3.0/specifications/loofah-2.22.0.gemspec +0 -27
- data/vendor/bundle/ruby/3.3.0/specifications/minitest-5.23.1.gemspec +0 -31
- data/vendor/bundle/ruby/3.3.0/specifications/nokogiri-1.16.5-x86_64-linux.gemspec +0 -31
- data/vendor/bundle/ruby/3.3.0/specifications/parallel-1.25.1.gemspec +0 -21
- data/vendor/bundle/ruby/3.3.0/specifications/parser-3.3.3.0.gemspec +0 -37
- data/vendor/bundle/ruby/3.3.0/specifications/racc-1.8.0.gemspec +0 -27
- data/vendor/bundle/ruby/3.3.0/specifications/rack-3.1.3.gemspec +0 -31
- data/vendor/bundle/ruby/3.3.0/specifications/rails-dom-testing-2.2.0.gemspec +0 -28
- data/vendor/bundle/ruby/3.3.0/specifications/rails-html-sanitizer-1.6.0.gemspec +0 -27
- data/vendor/bundle/ruby/3.3.0/specifications/rainbow-3.1.1.gemspec +0 -25
- data/vendor/bundle/ruby/3.3.0/specifications/rake-13.2.1.gemspec +0 -26
- data/vendor/bundle/ruby/3.3.0/specifications/regexp_parser-2.9.2.gemspec +0 -22
- data/vendor/bundle/ruby/3.3.0/specifications/rexml-3.3.0.gemspec +0 -28
- data/vendor/bundle/ruby/3.3.0/specifications/rubocop-1.64.1.gemspec +0 -39
- data/vendor/bundle/ruby/3.3.0/specifications/rubocop-ast-1.31.3.gemspec +0 -28
- data/vendor/bundle/ruby/3.3.0/specifications/rubocop-capybara-2.21.0.gemspec +0 -27
- data/vendor/bundle/ruby/3.3.0/specifications/rubocop-factory_bot-2.26.1.gemspec +0 -27
- data/vendor/bundle/ruby/3.3.0/specifications/rubocop-katalyst-2.0.0.gemspec +0 -32
- data/vendor/bundle/ruby/3.3.0/specifications/rubocop-performance-1.21.0.gemspec +0 -29
- data/vendor/bundle/ruby/3.3.0/specifications/rubocop-rails-2.25.0.gemspec +0 -31
- data/vendor/bundle/ruby/3.3.0/specifications/rubocop-rake-0.6.0.gemspec +0 -27
- data/vendor/bundle/ruby/3.3.0/specifications/rubocop-rspec-3.0.1.gemspec +0 -28
- data/vendor/bundle/ruby/3.3.0/specifications/rubocop-rspec_rails-2.30.0.gemspec +0 -28
- data/vendor/bundle/ruby/3.3.0/specifications/ruby-progressbar-1.13.0.gemspec +0 -29
- data/vendor/bundle/ruby/3.3.0/specifications/strscan-3.1.0.gemspec +0 -24
- data/vendor/bundle/ruby/3.3.0/specifications/tzinfo-2.0.6.gemspec +0 -30
- data/vendor/bundle/ruby/3.3.0/specifications/unicode-display_width-2.5.0.gemspec +0 -29
@@ -1,948 +0,0 @@
|
|
1
|
-
# Changelog
|
2
|
-
|
3
|
-
All notable changes to this project will be documented in this file. For info on how to format all future additions to this file please reference [Keep A Changelog](https://keepachangelog.com/en/1.0.0/).
|
4
|
-
|
5
|
-
## [3.1.3] - 2024-06-12
|
6
|
-
|
7
|
-
### Fixed
|
8
|
-
|
9
|
-
- Fix passing non-strings to `Rack::Utils.escape_html`. ([#2202](https://github.com/rack/rack/pull/2202), [@earlopain])
|
10
|
-
- `Rack::MockResponse` gracefully handles empty cookies ([#2203](https://github.com/rack/rack/pull/2203) [@wynksaiddestroy](https://github.com/wynksaiddestroy))
|
11
|
-
|
12
|
-
## [3.1.2] - 2024-06-11
|
13
|
-
|
14
|
-
## Changed
|
15
|
-
|
16
|
-
- `Rack::Response` will take in to consideration chunked encoding responses ([#2204](https://github.com/rack/rack/pull/2204), [@tenderlove])
|
17
|
-
|
18
|
-
## [3.1.1] - 2024-06-11
|
19
|
-
|
20
|
-
- Oops, I shouldn't have shipped this
|
21
|
-
|
22
|
-
## [3.1.0] - 2024-06-11
|
23
|
-
|
24
|
-
### SPEC Changes
|
25
|
-
|
26
|
-
- `rack.input` is now optional. ([#1997](https://github.com/rack/rack/pull/1997), [@ioquatix])
|
27
|
-
- `PATH_INFO` is now validated according to the HTTP/1.1 specification. ([#2117](https://github.com/rack/rack/pull/2117), [@ioquatix])
|
28
|
-
- `rack.protocol` is an optional environment key and response header for handling connection upgrades.
|
29
|
-
|
30
|
-
### Added
|
31
|
-
|
32
|
-
- Introduce `module Rack::BadRequest` which is included in multipart and query parser errors. ([#2019](https://github.com/rack/rack/pull/2019), [@ioquatix])
|
33
|
-
- Add `.mjs` MIME type ([#2057](https://github.com/rack/rack/pull/2057), [@axilleas])
|
34
|
-
- `set_cookie_header` utility now supports the `partitioned` cookie attribute. This is required by Chrome in some embedded contexts. ([#2131](https://github.com/rack/rack/pull/2131), [@flavio-b])
|
35
|
-
- `rack.early_hints` is now officially supported as an optional feature (already implemented by Unicorn, Puma, and Falcon). ([#1831](https://github.com/rack/rack/pull/1831), [@casperisfine, @jeremyevans])
|
36
|
-
|
37
|
-
### Changed
|
38
|
-
|
39
|
-
- `rack.input` is now optional, and if missing, will raise an error. Use this to fail on multipart parsing a request without an input body. ([#2018](https://github.com/rack/rack/pull/2018), [@ioquatix])
|
40
|
-
- MIME type for JavaScript files (`.js`) changed from `application/javascript` to `text/javascript` ([`1bd0f15`](https://github.com/rack/rack/commit/1bd0f1597d8f4a90d47115f3e156a8ce7870c9c8))
|
41
|
-
- Update MIME types associated to `.ttf`, `.woff`, `.woff2` and `.otf` extensions to use mondern `font/*` types. ([#2065](https://github.com/rack/rack/pull/2065), [@davidstosik])
|
42
|
-
- `Rack::Utils.escape_html` is now delegated to `CGI.escapeHTML`. `'` is escaped to `#39;` instead of `#x27;`. (decimal vs hexadecimal) ([#2099](https://github.com/rack/rack/pull/2099), [@JunichiIto](https://github.com/JunichiIto))
|
43
|
-
- Only cookie keys that are not valid according to the HTTP specifications are escaped. We are planning to deprecate this behaviour, so now a deprecation message will be emitted in this case. In the future, invalid cookie keys may not be accepted. ([#2191](https://github.com/rack/rack/pull/2191), [@ioquatix])
|
44
|
-
|
45
|
-
### Removed
|
46
|
-
|
47
|
-
- Remove non-standard status codes 306, 509, & 510 and update descriptions for 413, 422, & 451. ([#2137](https://github.com/rack/rack/pull/2137), [@wtn])
|
48
|
-
- Add fallback lookup and deprecation warning for obsolete status symbols. ([#2137](https://github.com/rack/rack/pull/2137), [@wtn])
|
49
|
-
- Deprecate automatic cache invalidation in `Request#{GET,POST}` ([#2073](https://github.com/rack/rack/pull/2073) ([@jeremyevans])
|
50
|
-
- `Rack::Logger` is deprecated. ([#2197](https://github.com/rack/rack/pull/2197), [@ioquatix])
|
51
|
-
|
52
|
-
### Fixed
|
53
|
-
|
54
|
-
- In `Rack::Files`, ignore the `Range` header if served file is 0 bytes. ([#2159](https://github.com/rack/rack/pull/2159), [@zarqman])
|
55
|
-
|
56
|
-
## [3.0.11] - 2024-05-10
|
57
|
-
|
58
|
-
- Backport #2062 to 3-0-stable: Do not allow `BodyProxy` to respond to `to_str`, make `to_ary` call close . ([#2062](https://github.com/rack/rack/pull/2062), [@jeremyevans](https://github.com/jeremyevans))
|
59
|
-
|
60
|
-
## [3.0.10] - 2024-03-21
|
61
|
-
|
62
|
-
- Backport #2104 to 3-0-stable: Return empty when parsing a multi-part POST with only one end delimiter. ([#2164](https://github.com/rack/rack/pull/2164), [@JoeDupuis](https://github.com/JoeDupuis))
|
63
|
-
|
64
|
-
## [3.0.9.1] - 2024-02-21
|
65
|
-
|
66
|
-
### Security
|
67
|
-
|
68
|
-
* [CVE-2024-26146] Fixed ReDoS in Accept header parsing
|
69
|
-
* [CVE-2024-25126] Fixed ReDoS in Content Type header parsing
|
70
|
-
* [CVE-2024-26141] Reject Range headers which are too large
|
71
|
-
|
72
|
-
[CVE-2024-26146]: https://github.com/advisories/GHSA-54rr-7fvw-6x8f
|
73
|
-
[CVE-2024-25126]: https://github.com/advisories/GHSA-22f2-v57c-j9cx
|
74
|
-
[CVE-2024-26141]: https://github.com/advisories/GHSA-xj5v-6v4g-jfw6
|
75
|
-
|
76
|
-
## [3.0.9] - 2024-01-31
|
77
|
-
|
78
|
-
- Fix incorrect content-length header that was emitted when `Rack::Response#write` was used in some situations. ([#2150](https://github.com/rack/rack/pull/2150), [@mattbrictson](https://github.com/mattbrictson))
|
79
|
-
|
80
|
-
## [3.0.8] - 2023-06-14
|
81
|
-
|
82
|
-
- Fix some unused variable verbose warnings. ([#2084](https://github.com/rack/rack/pull/2084), [@jeremyevans], [@skipkayhil](https://github.com/skipkayhil))
|
83
|
-
|
84
|
-
## [3.0.7] - 2023-03-16
|
85
|
-
|
86
|
-
- Make query parameters without `=` have `nil` values. ([#2059](https://github.com/rack/rack/pull/2059), [@jeremyevans])
|
87
|
-
|
88
|
-
## [3.0.6.1] - 2023-03-13
|
89
|
-
|
90
|
-
### Security
|
91
|
-
|
92
|
-
- [CVE-2023-27539] Avoid ReDoS in header parsing
|
93
|
-
|
94
|
-
## [3.0.6] - 2023-03-13
|
95
|
-
|
96
|
-
- Add `QueryParser#missing_value` for handling missing values + tests. ([#2052](https://github.com/rack/rack/pull/2052), [@ioquatix])
|
97
|
-
|
98
|
-
## [3.0.5] - 2023-03-13
|
99
|
-
|
100
|
-
- Split form/query parsing into two steps. ([#2038](https://github.com/rack/rack/pull/2038), [@matthewd](https://github.com/matthewd))
|
101
|
-
|
102
|
-
## [3.0.4.2] - 2023-03-02
|
103
|
-
|
104
|
-
### Security
|
105
|
-
|
106
|
-
- [CVE-2023-27530] Introduce multipart_total_part_limit to limit total parts
|
107
|
-
|
108
|
-
## [3.0.4.1] - 2023-01-17
|
109
|
-
|
110
|
-
### Security
|
111
|
-
|
112
|
-
- [CVE-2022-44571] Fix ReDoS vulnerability in multipart parser
|
113
|
-
- [CVE-2022-44570] Fix ReDoS in Rack::Utils.get_byte_ranges
|
114
|
-
- [CVE-2022-44572] Forbid control characters in attributes (also ReDoS)
|
115
|
-
|
116
|
-
## [3.0.4] - 2023-01-17
|
117
|
-
|
118
|
-
- `Rack::Request#POST` should consistently raise errors. Cache errors that occur when invoking `Rack::Request#POST` so they can be raised again later. ([#2010](https://github.com/rack/rack/pull/2010), [@ioquatix])
|
119
|
-
- Fix `Rack::Lint` error message for `HTTP_CONTENT_TYPE` and `HTTP_CONTENT_LENGTH`. ([#2007](https://github.com/rack/rack/pull/2007), [@byroot](https://github.com/byroot))
|
120
|
-
- Extend `Rack::MethodOverride` to handle `QueryParser::ParamsTooDeepError` error. ([#2006](https://github.com/rack/rack/pull/2006), [@byroot](https://github.com/byroot))
|
121
|
-
|
122
|
-
## [3.0.3] - 2022-12-27
|
123
|
-
|
124
|
-
### Fixed
|
125
|
-
|
126
|
-
- `Rack::URLMap` uses non-deprecated form of `Regexp.new`. ([#1998](https://github.com/rack/rack/pull/1998), [@weizheheng](https://github.com/weizheheng))
|
127
|
-
|
128
|
-
## [3.0.2] -2022-12-05
|
129
|
-
|
130
|
-
### Fixed
|
131
|
-
|
132
|
-
- `Utils.build_nested_query` URL-encodes nested field names including the square brackets.
|
133
|
-
- Allow `Rack::Response` to pass through streaming bodies. ([#1993](https://github.com/rack/rack/pull/1993), [@ioquatix])
|
134
|
-
|
135
|
-
## [3.0.1] - 2022-11-18
|
136
|
-
|
137
|
-
### Fixed
|
138
|
-
|
139
|
-
- `MethodOverride` does not look for an override if a request does not include form/parseable data.
|
140
|
-
- `Rack::Lint::Wrapper` correctly handles `respond_to?` with `to_ary`, `each`, `call` and `to_path`, forwarding to the body. ([#1981](https://github.com/rack/rack/pull/1981), [@ioquatix])
|
141
|
-
|
142
|
-
## [3.0.0] - 2022-09-06
|
143
|
-
|
144
|
-
- No changes
|
145
|
-
|
146
|
-
## [3.0.0.rc1] - 2022-09-04
|
147
|
-
|
148
|
-
### SPEC Changes
|
149
|
-
|
150
|
-
- Stream argument must implement `<<` https://github.com/rack/rack/pull/1959
|
151
|
-
- `close` may be called on `rack.input` https://github.com/rack/rack/pull/1956
|
152
|
-
- `rack.response_finished` may be used for executing code after the response has been finished https://github.com/rack/rack/pull/1952
|
153
|
-
|
154
|
-
## [3.0.0.beta1] - 2022-08-08
|
155
|
-
|
156
|
-
### Security
|
157
|
-
|
158
|
-
- Do not use semicolon as GET parameter separator. ([#1733](https://github.com/rack/rack/pull/1733), [@jeremyevans])
|
159
|
-
|
160
|
-
### SPEC Changes
|
161
|
-
|
162
|
-
- Response array must now be non-frozen.
|
163
|
-
- Response `status` must now be an integer greater than or equal to 100.
|
164
|
-
- Response `headers` must now be an unfrozen hash.
|
165
|
-
- Response header keys can no longer include uppercase characters.
|
166
|
-
- Response header values can be an `Array` to handle multiple values (and no longer supports `\n` encoded headers).
|
167
|
-
- Response body can now respond to `#call` (streaming body) instead of `#each` (enumerable body), for the equivalent of response hijacking in previous versions.
|
168
|
-
- Middleware must no longer call `#each` on the body, but they can call `#to_ary` on the body if it responds to `#to_ary`.
|
169
|
-
- `rack.input` is no longer required to be rewindable.
|
170
|
-
- `rack.multithread`/`rack.multiprocess`/`rack.run_once`/`rack.version` are no longer required environment keys.
|
171
|
-
- `SERVER_PROTOCOL` is now a required environment key, matching the HTTP protocol used in the request.
|
172
|
-
- `rack.hijack?` (partial hijack) and `rack.hijack` (full hijack) are now independently optional.
|
173
|
-
- `rack.hijack_io` has been removed completely.
|
174
|
-
- `rack.response_finished` is an optional environment key which contains an array of callable objects that must accept `#call(env, status, headers, error)` and are invoked after the response is finished (either successfully or unsuccessfully).
|
175
|
-
- It is okay to call `#close` on `rack.input` to indicate that you no longer need or care about the input.
|
176
|
-
- The stream argument supplied to the streaming body and hijack must support `#<<` for writing output.
|
177
|
-
|
178
|
-
### Removed
|
179
|
-
|
180
|
-
- Remove `rack.multithread`/`rack.multiprocess`/`rack.run_once`. These variables generally come too late to be useful. ([#1720](https://github.com/rack/rack/pull/1720), [@ioquatix], [@jeremyevans]))
|
181
|
-
- Remove deprecated Rack::Request::SCHEME_WHITELIST. ([@jeremyevans])
|
182
|
-
- Remove internal cookie deletion using pattern matching, there are very few practical cases where it would be useful and browsers handle it correctly without us doing anything special. ([#1844](https://github.com/rack/rack/pull/1844), [@ioquatix])
|
183
|
-
- Remove `rack.version` as it comes too late to be useful. ([#1938](https://github.com/rack/rack/pull/1938), [@ioquatix])
|
184
|
-
- Extract `rackup` command, `Rack::Server`, `Rack::Handler`, `Rack::Lobster` and related code into a separate gem. ([#1937](https://github.com/rack/rack/pull/1937), [@ioquatix])
|
185
|
-
|
186
|
-
### Added
|
187
|
-
|
188
|
-
- `Rack::Headers` added to support lower-case header keys. ([@jeremyevans])
|
189
|
-
- `Rack::Utils#set_cookie_header` now supports `escape_key: false` to avoid key escaping. ([@jeremyevans])
|
190
|
-
- `Rack::RewindableInput` supports size. ([@ahorek](https://github.com/ahorek))
|
191
|
-
- `Rack::RewindableInput::Middleware` added for making `rack.input` rewindable. ([@jeremyevans])
|
192
|
-
- The RFC 7239 Forwarded header is now supported and considered by default when looking for information on forwarding, falling back to the X-Forwarded-* headers. `Rack::Request.forwarded_priority` accessor has been added for configuring the priority of which header to check. ([#1423](https://github.com/rack/rack/issues/1423), [@jeremyevans])
|
193
|
-
- Allow response headers to contain array of values. ([#1598](https://github.com/rack/rack/issues/1598), [@ioquatix])
|
194
|
-
- Support callable body for explicit streaming support and clarify streaming response body behaviour. ([#1745](https://github.com/rack/rack/pull/1745), [@ioquatix], [#1748](https://github.com/rack/rack/pull/1748), [@wjordan])
|
195
|
-
- Allow `Rack::Builder#run` to take a block instead of an argument. ([#1942](https://github.com/rack/rack/pull/1942), [@ioquatix])
|
196
|
-
- Add `rack.response_finished` to `Rack::Lint`. ([#1802](https://github.com/rack/rack/pull/1802), [@BlakeWilliams], [#1952](https://github.com/rack/rack/pull/1952), [@ioquatix])
|
197
|
-
- The stream argument must implement `#<<`. ([#1959](https://github.com/rack/rack/pull/1959), [@ioquatix])
|
198
|
-
|
199
|
-
### Changed
|
200
|
-
|
201
|
-
- BREAKING CHANGE: Require `status` to be an Integer. ([#1662](https://github.com/rack/rack/pull/1662), [@olleolleolle](https://github.com/olleolleolle))
|
202
|
-
- BREAKING CHANGE: Query parsing now treats parameters without `=` as having the empty string value instead of nil value, to conform to the URL spec. ([#1696](https://github.com/rack/rack/issues/1696), [@jeremyevans])
|
203
|
-
- Relax validations around `Rack::Request#host` and `Rack::Request#hostname`. ([#1606](https://github.com/rack/rack/issues/1606), [@pvande](https://github.com/pvande))
|
204
|
-
- Removed antiquated handlers: FCGI, LSWS, SCGI, Thin. ([#1658](https://github.com/rack/rack/pull/1658), [@ioquatix])
|
205
|
-
- Removed options from `Rack::Builder.parse_file` and `Rack::Builder.load_file`. ([#1663](https://github.com/rack/rack/pull/1663), [@ioquatix])
|
206
|
-
- `Rack::HTTP_VERSION` has been removed and the `HTTP_VERSION` env setting is no longer set in the CGI and Webrick handlers. ([#970](https://github.com/rack/rack/issues/970), [@jeremyevans])
|
207
|
-
- `Rack::Request#[]` and `#[]=` now warn even in non-verbose mode. ([#1277](https://github.com/rack/rack/issues/1277), [@jeremyevans])
|
208
|
-
- Decrease default allowed parameter recursion level from 100 to 32. ([#1640](https://github.com/rack/rack/issues/1640), [@jeremyevans])
|
209
|
-
- Attempting to parse a multipart response with an empty body now raises Rack::Multipart::EmptyContentError. ([#1603](https://github.com/rack/rack/issues/1603), [@jeremyevans])
|
210
|
-
- `Rack::Utils.secure_compare` uses OpenSSL's faster implementation if available. ([#1711](https://github.com/rack/rack/pull/1711), [@bdewater](https://github.com/bdewater))
|
211
|
-
- `Rack::Request#POST` now caches an empty hash if input content type is not parseable. ([#749](https://github.com/rack/rack/pull/749), [@jeremyevans])
|
212
|
-
- BREAKING CHANGE: Updated `trusted_proxy?` to match full 127.0.0.0/8 network. ([#1781](https://github.com/rack/rack/pull/1781), [@snbloch](https://github.com/snbloch))
|
213
|
-
- Explicitly deprecate `Rack::File` which was an alias for `Rack::Files`. ([#1811](https://github.com/rack/rack/pull/1720), [@ioquatix]).
|
214
|
-
- Moved `Rack::Session` into [separate gem](https://github.com/rack/rack-session). ([#1805](https://github.com/rack/rack/pull/1805), [@ioquatix])
|
215
|
-
- `rackup -D` option to daemonizes no longer changes the working directory to the root. ([#1813](https://github.com/rack/rack/pull/1813), [@jeremyevans])
|
216
|
-
- The `x-forwarded-proto` header is now considered before the `x-forwarded-scheme` header for determining the forwarded protocol. `Rack::Request.x_forwarded_proto_priority` accessor has been added for configuring the priority of which header to check. ([#1809](https://github.com/rack/rack/issues/1809), [@jeremyevans])
|
217
|
-
- `Rack::Request.forwarded_authority` (and methods that call it, such as `host`) now returns the last authority in the forwarded header, instead of the first, as earlier forwarded authorities can be forged by clients. This restores the Rack 2.1 behavior. ([#1829](https://github.com/rack/rack/issues/1809), [@jeremyevans])
|
218
|
-
- Use lower case cookie attributes when creating cookies, and fold cookie attributes to lower case when reading cookies (specifically impacting `secure` and `httponly` attributes). ([#1849](https://github.com/rack/rack/pull/1849), [@ioquatix])
|
219
|
-
- The response array must now be mutable (non-frozen) so middleware can modify it without allocating a new Array,therefore reducing object allocations. ([#1887](https://github.com/rack/rack/pull/1887), [#1927](https://github.com/rack/rack/pull/1927), [@amatsuda], [@ioquatix])
|
220
|
-
- `rack.hijack?` (partial hijack) and `rack.hijack` (full hijack) are now independently optional. `rack.hijack_io` is no longer required/specified. ([#1939](https://github.com/rack/rack/pull/1939), [@ioquatix])
|
221
|
-
- Allow calling close on `rack.input`. ([#1956](https://github.com/rack/rack/pull/1956), [@ioquatix])
|
222
|
-
|
223
|
-
### Fixed
|
224
|
-
|
225
|
-
- Make Rack::MockResponse handle non-hash headers. ([#1629](https://github.com/rack/rack/issues/1629), [@jeremyevans])
|
226
|
-
- TempfileReaper now deletes temp files if application raises an exception. ([#1679](https://github.com/rack/rack/issues/1679), [@jeremyevans])
|
227
|
-
- Handle cookies with values that end in '=' ([#1645](https://github.com/rack/rack/pull/1645), [@lukaso](https://github.com/lukaso))
|
228
|
-
- Make `Rack::NullLogger` respond to `#fatal!` [@jeremyevans])
|
229
|
-
- Fix multipart filename generation for filenames that contain spaces. Encode spaces as "%20" instead of "+" which will be decoded properly by the multipart parser. ([#1736](https://github.com/rack/rack/pull/1645), [@muirdm](https://github.com/muirdm))
|
230
|
-
- `Rack::Request#scheme` returns `ws` or `wss` when one of the `X-Forwarded-Scheme` / `X-Forwarded-Proto` headers is set to `ws` or `wss`, respectively. ([#1730](https://github.com/rack/rack/issues/1730), [@erwanst](https://github.com/erwanst))
|
231
|
-
|
232
|
-
## [2.2.4] - 2022-06-30
|
233
|
-
|
234
|
-
- Better support for lower case headers in `Rack::ETag` middleware. ([#1919](https://github.com/rack/rack/pull/1919), [@ioquatix](https://github.com/ioquatix))
|
235
|
-
- Use custom exception on params too deep error. ([#1838](https://github.com/rack/rack/pull/1838), [@simi](https://github.com/simi))
|
236
|
-
|
237
|
-
## [2.2.3.1] - 2022-05-27
|
238
|
-
|
239
|
-
### Security
|
240
|
-
|
241
|
-
- [CVE-2022-30123] Fix shell escaping issue in Common Logger
|
242
|
-
- [CVE-2022-30122] Restrict parsing of broken MIME attachments
|
243
|
-
|
244
|
-
## [2.2.3] - 2020-06-15
|
245
|
-
|
246
|
-
### Security
|
247
|
-
|
248
|
-
- [[CVE-2020-8184](https://nvd.nist.gov/vuln/detail/CVE-2020-8184)] Do not allow percent-encoded cookie name to override existing cookie names. BREAKING CHANGE: Accessing cookie names that require URL encoding with decoded name no longer works. ([@fletchto99](https://github.com/fletchto99))
|
249
|
-
|
250
|
-
## [2.2.2] - 2020-02-11
|
251
|
-
|
252
|
-
### Fixed
|
253
|
-
|
254
|
-
- Fix incorrect `Rack::Request#host` value. ([#1591](https://github.com/rack/rack/pull/1591), [@ioquatix])
|
255
|
-
- Revert `Rack::Handler::Thin` implementation. ([#1583](https://github.com/rack/rack/pull/1583), [@jeremyevans])
|
256
|
-
- Double assignment is still needed to prevent an "unused variable" warning. ([#1589](https://github.com/rack/rack/pull/1589), [@kamipo](https://github.com/kamipo))
|
257
|
-
- Fix to handle same_site option for session pool. ([#1587](https://github.com/rack/rack/pull/1587), [@kamipo](https://github.com/kamipo))
|
258
|
-
|
259
|
-
## [2.2.1] - 2020-02-09
|
260
|
-
|
261
|
-
### Fixed
|
262
|
-
|
263
|
-
- Rework `Rack::Request#ip` to handle empty `forwarded_for`. ([#1577](https://github.com/rack/rack/pull/1577), [@ioquatix])
|
264
|
-
|
265
|
-
## [2.2.0] - 2020-02-08
|
266
|
-
|
267
|
-
### SPEC Changes
|
268
|
-
|
269
|
-
- `rack.session` request environment entry must respond to `to_hash` and return unfrozen Hash. ([@jeremyevans])
|
270
|
-
- Request environment cannot be frozen. ([@jeremyevans])
|
271
|
-
- CGI values in the request environment with non-ASCII characters must use ASCII-8BIT encoding. ([@jeremyevans])
|
272
|
-
- Improve SPEC/lint relating to SERVER_NAME, SERVER_PORT and HTTP_HOST. ([#1561](https://github.com/rack/rack/pull/1561), [@ioquatix])
|
273
|
-
|
274
|
-
### Added
|
275
|
-
|
276
|
-
- `rackup` supports multiple `-r` options and will require all arguments. ([@jeremyevans])
|
277
|
-
- `Server` supports an array of paths to require for the `:require` option. ([@khotta](https://github.com/khotta))
|
278
|
-
- `Files` supports multipart range requests. ([@fatkodima](https://github.com/fatkodima))
|
279
|
-
- `Multipart::UploadedFile` supports an IO-like object instead of using the filesystem, using `:filename` and `:io` options. ([@jeremyevans])
|
280
|
-
- `Multipart::UploadedFile` supports keyword arguments `:path`, `:content_type`, and `:binary` in addition to positional arguments. ([@jeremyevans])
|
281
|
-
- `Static` supports a `:cascade` option for calling the app if there is no matching file. ([@jeremyevans])
|
282
|
-
- `Session::Abstract::SessionHash#dig`. ([@jeremyevans])
|
283
|
-
- `Response.[]` and `MockResponse.[]` for creating instances using status, headers, and body. ([@ioquatix])
|
284
|
-
- Convenient cache and content type methods for `Rack::Response`. ([#1555](https://github.com/rack/rack/pull/1555), [@ioquatix])
|
285
|
-
|
286
|
-
### Changed
|
287
|
-
|
288
|
-
- `Request#params` no longer rescues EOFError. ([@jeremyevans])
|
289
|
-
- `Directory` uses a streaming approach, significantly improving time to first byte for large directories. ([@jeremyevans])
|
290
|
-
- `Directory` no longer includes a Parent directory link in the root directory index. ([@jeremyevans])
|
291
|
-
- `QueryParser#parse_nested_query` uses original backtrace when reraising exception with new class. ([@jeremyevans])
|
292
|
-
- `ConditionalGet` follows RFC 7232 precedence if both If-None-Match and If-Modified-Since headers are provided. ([@jeremyevans])
|
293
|
-
- `.ru` files supports the `frozen-string-literal` magic comment. ([@eregon](https://github.com/eregon))
|
294
|
-
- Rely on autoload to load constants instead of requiring internal files, make sure to require 'rack' and not just 'rack/...'. ([@jeremyevans])
|
295
|
-
- BREAKING CHANGE: `Etag` will continue sending ETag even if the response should not be cached. Streaming no longer works without a workaround, see [#1619](https://github.com/rack/rack/issues/1619#issuecomment-848460528). ([@henm](https://github.com/henm))
|
296
|
-
- `Request#host_with_port` no longer includes a colon for a missing or empty port. ([@AlexWayfer](https://github.com/AlexWayfer))
|
297
|
-
- All handlers uses keywords arguments instead of an options hash argument. ([@ioquatix])
|
298
|
-
- `Files` handling of range requests no longer return a body that supports `to_path`, to ensure range requests are handled correctly. ([@jeremyevans])
|
299
|
-
- `Multipart::Generator` only includes `Content-Length` for files with paths, and `Content-Disposition` `filename` if the `UploadedFile` instance has one. ([@jeremyevans])
|
300
|
-
- `Request#ssl?` is true for the `wss` scheme (secure websockets). ([@jeremyevans])
|
301
|
-
- `Rack::HeaderHash` is memoized by default. ([#1549](https://github.com/rack/rack/pull/1549), [@ioquatix])
|
302
|
-
- `Rack::Directory` allow directory traversal inside root directory. ([#1417](https://github.com/rack/rack/pull/1417), [@ThomasSevestre](https://github.com/ThomasSevestre))
|
303
|
-
- Sort encodings by server preference. ([#1184](https://github.com/rack/rack/pull/1184), [@ioquatix], [@wjordan](https://github.com/wjordan))
|
304
|
-
- Rework host/hostname/authority implementation in `Rack::Request`. `#host` and `#host_with_port` have been changed to correctly return IPv6 addresses formatted with square brackets, as defined by [RFC3986](https://tools.ietf.org/html/rfc3986#section-3.2.2). ([#1561](https://github.com/rack/rack/pull/1561), [@ioquatix])
|
305
|
-
- `Rack::Builder` parsing options on first `#\` line is deprecated. ([#1574](https://github.com/rack/rack/pull/1574), [@ioquatix])
|
306
|
-
|
307
|
-
### Removed
|
308
|
-
|
309
|
-
- `Directory#path` as it was not used and always returned nil. ([@jeremyevans])
|
310
|
-
- `BodyProxy#each` as it was only needed to work around a bug in Ruby <1.9.3. ([@jeremyevans])
|
311
|
-
- `URLMap::INFINITY` and `URLMap::NEGATIVE_INFINITY`, in favor of `Float::INFINITY`. ([@ch1c0t](https://github.com/ch1c0t))
|
312
|
-
- Deprecation of `Rack::File`. It will be deprecated again in rack 2.2 or 3.0. ([@rafaelfranca](https://github.com/rafaelfranca))
|
313
|
-
- Support for Ruby 2.2 as it is well past EOL. ([@ioquatix])
|
314
|
-
- Remove `Rack::Files#response_body` as the implementation was broken. ([#1153](https://github.com/rack/rack/pull/1153), [@ioquatix])
|
315
|
-
- Remove `SERVER_ADDR` which was never part of the original SPEC. ([#1573](https://github.com/rack/rack/pull/1573), [@ioquatix])
|
316
|
-
|
317
|
-
### Fixed
|
318
|
-
|
319
|
-
- `Directory` correctly handles root paths containing glob metacharacters. ([@jeremyevans])
|
320
|
-
- `Cascade` uses a new response object for each call if initialized with no apps. ([@jeremyevans])
|
321
|
-
- `BodyProxy` correctly delegates keyword arguments to the body object on Ruby 2.7+. ([@jeremyevans])
|
322
|
-
- `BodyProxy#method` correctly handles methods delegated to the body object. ([@jeremyevans])
|
323
|
-
- `Request#host` and `Request#host_with_port` handle IPv6 addresses correctly. ([@AlexWayfer](https://github.com/AlexWayfer))
|
324
|
-
- `Lint` checks when response hijacking that `rack.hijack` is called with a valid object. ([@jeremyevans])
|
325
|
-
- `Response#write` correctly updates `Content-Length` if initialized with a body. ([@jeremyevans])
|
326
|
-
- `CommonLogger` includes `SCRIPT_NAME` when logging. ([@Erol](https://github.com/Erol))
|
327
|
-
- `Utils.parse_nested_query` correctly handles empty queries, using an empty instance of the params class instead of a hash. ([@jeremyevans])
|
328
|
-
- `Directory` correctly escapes paths in links. ([@yous](https://github.com/yous))
|
329
|
-
- `Request#delete_cookie` and related `Utils` methods handle `:domain` and `:path` options in same call. ([@jeremyevans])
|
330
|
-
- `Request#delete_cookie` and related `Utils` methods do an exact match on `:domain` and `:path` options. ([@jeremyevans])
|
331
|
-
- `Static` no longer adds headers when a gzipped file request has a 304 response. ([@chooh](https://github.com/chooh))
|
332
|
-
- `ContentLength` sets `Content-Length` response header even for bodies not responding to `to_ary`. ([@jeremyevans])
|
333
|
-
- Thin handler supports options passed directly to `Thin::Controllers::Controller`. ([@jeremyevans])
|
334
|
-
- WEBrick handler no longer ignores `:BindAddress` option. ([@jeremyevans])
|
335
|
-
- `ShowExceptions` handles invalid POST data. ([@jeremyevans])
|
336
|
-
- Basic authentication requires a password, even if the password is empty. ([@jeremyevans])
|
337
|
-
- `Lint` checks response is array with 3 elements, per SPEC. ([@jeremyevans])
|
338
|
-
- Support for using `:SSLEnable` option when using WEBrick handler. (Gregor Melhorn)
|
339
|
-
- Close response body after buffering it when buffering. ([@ioquatix])
|
340
|
-
- Only accept `;` as delimiter when parsing cookies. ([@mrageh](https://github.com/mrageh))
|
341
|
-
- `Utils::HeaderHash#clear` clears the name mapping as well. ([@raxoft](https://github.com/raxoft))
|
342
|
-
- Support for passing `nil` `Rack::Files.new`, which notably fixes Rails' current `ActiveStorage::FileServer` implementation. ([@ioquatix])
|
343
|
-
|
344
|
-
### Documentation
|
345
|
-
|
346
|
-
- CHANGELOG updates. ([@aupajo](https://github.com/aupajo))
|
347
|
-
- Added [CONTRIBUTING](CONTRIBUTING.md). ([@dblock](https://github.com/dblock))
|
348
|
-
|
349
|
-
## [2.0.9] - 2020-02-08
|
350
|
-
|
351
|
-
- Handle case where session id key is requested but missing ([@jeremyevans])
|
352
|
-
- Restore support for code relying on `SessionId#to_s`. ([@jeremyevans])
|
353
|
-
- Add support for `SameSite=None` cookie value. ([@hennikul](https://github.com/hennikul))
|
354
|
-
|
355
|
-
## [2.1.2] - 2020-01-27
|
356
|
-
|
357
|
-
- Fix multipart parser for some files to prevent denial of service ([@aiomaster](https://github.com/aiomaster))
|
358
|
-
- Fix `Rack::Builder#use` with keyword arguments ([@kamipo](https://github.com/kamipo))
|
359
|
-
- Skip deflating in Rack::Deflater if Content-Length is 0 ([@jeremyevans])
|
360
|
-
- Remove `SessionHash#transform_keys`, no longer needed ([@pavel](https://github.com/pavel))
|
361
|
-
- Add to_hash to wrap Hash and Session classes ([@oleh-demyanyuk](https://github.com/oleh-demyanyuk))
|
362
|
-
- Handle case where session id key is requested but missing ([@jeremyevans])
|
363
|
-
|
364
|
-
## [2.1.1] - 2020-01-12
|
365
|
-
|
366
|
-
- Remove `Rack::Chunked` from `Rack::Server` default middleware. ([#1475](https://github.com/rack/rack/pull/1475), [@ioquatix])
|
367
|
-
- Restore support for code relying on `SessionId#to_s`. ([@jeremyevans])
|
368
|
-
|
369
|
-
## [2.1.0] - 2020-01-10
|
370
|
-
|
371
|
-
### Added
|
372
|
-
|
373
|
-
- Add support for `SameSite=None` cookie value. ([@hennikul](https://github.com/hennikul))
|
374
|
-
- Add trailer headers. ([@eileencodes](https://github.com/eileencodes))
|
375
|
-
- Add MIME Types for video streaming. ([@styd](https://github.com/styd))
|
376
|
-
- Add MIME Type for WASM. ([@buildrtech](https://github.com/buildrtech))
|
377
|
-
- Add `Early Hints(103)` to status codes. ([@egtra](https://github.com/egtra))
|
378
|
-
- Add `Too Early(425)` to status codes. ([@y-yagi]((https://github.com/y-yagi)))
|
379
|
-
- Add `Bandwidth Limit Exceeded(509)` to status codes. ([@CJKinni](https://github.com/CJKinni))
|
380
|
-
- Add method for custom `ip_filter`. ([@svcastaneda](https://github.com/svcastaneda))
|
381
|
-
- Add boot-time profiling capabilities to `rackup`. ([@tenderlove](https://github.com/tenderlove))
|
382
|
-
- Add multi mapping support for `X-Accel-Mappings` header. ([@yoshuki](https://github.com/yoshuki))
|
383
|
-
- Add `sync: false` option to `Rack::Deflater`. (Eric Wong)
|
384
|
-
- Add `Builder#freeze_app` to freeze application and all middleware instances. ([@jeremyevans])
|
385
|
-
- Add API to extract cookies from `Rack::MockResponse`. ([@petercline](https://github.com/petercline))
|
386
|
-
|
387
|
-
### Changed
|
388
|
-
|
389
|
-
- Don't propagate nil values from middleware. ([@ioquatix])
|
390
|
-
- Lazily initialize the response body and only buffer it if required. ([@ioquatix])
|
391
|
-
- Fix deflater zlib buffer errors on empty body part. ([@felixbuenemann](https://github.com/felixbuenemann))
|
392
|
-
- Set `X-Accel-Redirect` to percent-encoded path. ([@diskkid](https://github.com/diskkid))
|
393
|
-
- Remove unnecessary buffer growing when parsing multipart. ([@tainoe](https://github.com/tainoe))
|
394
|
-
- Expand the root path in `Rack::Static` upon initialization. ([@rosenfeld](https://github.com/rosenfeld))
|
395
|
-
- Make `ShowExceptions` work with binary data. ([@axyjo](https://github.com/axyjo))
|
396
|
-
- Use buffer string when parsing multipart requests. ([@janko-m](https://github.com/janko-m))
|
397
|
-
- Support optional UTF-8 Byte Order Mark (BOM) in config.ru. ([@mikegee](https://github.com/mikegee))
|
398
|
-
- Handle `X-Forwarded-For` with optional port. ([@dpritchett](https://github.com/dpritchett))
|
399
|
-
- Use `Time#httpdate` format for Expires, as proposed by RFC 7231. ([@nanaya](https://github.com/nanaya))
|
400
|
-
- Make `Utils.status_code` raise an error when the status symbol is invalid instead of `500`. ([@adambutler](https://github.com/adambutler))
|
401
|
-
- Rename `Request::SCHEME_WHITELIST` to `Request::ALLOWED_SCHEMES`.
|
402
|
-
- Make `Multipart::Parser.get_filename` accept files with `+` in their name. ([@lucaskanashiro](https://github.com/lucaskanashiro))
|
403
|
-
- Add Falcon to the default handler fallbacks. ([@ioquatix])
|
404
|
-
- Update codebase to avoid string mutations in preparation for `frozen_string_literals`. ([@pat](https://github.com/pat))
|
405
|
-
- Change `MockRequest#env_for` to rely on the input optionally responding to `#size` instead of `#length`. ([@janko](https://github.com/janko))
|
406
|
-
- Rename `Rack::File` -> `Rack::Files` and add deprecation notice. ([@postmodern](https://github.com/postmodern))
|
407
|
-
- Prefer Base64 “strict encoding” for Base64 cookies. ([@ioquatix])
|
408
|
-
|
409
|
-
### Removed
|
410
|
-
|
411
|
-
- BREAKING CHANGE: Remove `to_ary` from Response ([@tenderlove](https://github.com/tenderlove))
|
412
|
-
- Deprecate `Rack::Session::Memcache` in favor of `Rack::Session::Dalli` from dalli gem ([@fatkodima](https://github.com/fatkodima))
|
413
|
-
|
414
|
-
### Fixed
|
415
|
-
|
416
|
-
- Eliminate warnings for Ruby 2.7. ([@osamtimizer](https://github.com/osamtimizer]))
|
417
|
-
|
418
|
-
### Documentation
|
419
|
-
|
420
|
-
- Update broken example in `Session::Abstract::ID` documentation. ([tonytonyjan](https://github.com/tonytonyjan))
|
421
|
-
- Add Padrino to the list of frameworks implementing Rack. ([@wikimatze](https://github.com/wikimatze))
|
422
|
-
- Remove Mongrel from the suggested server options in the help output. ([@tricknotes](https://github.com/tricknotes))
|
423
|
-
- Replace `HISTORY.md` and `NEWS.md` with `CHANGELOG.md`. ([@twitnithegirl](https://github.com/twitnithegirl))
|
424
|
-
- CHANGELOG updates. ([@drenmi](https://github.com/Drenmi), [@p8](https://github.com/p8))
|
425
|
-
|
426
|
-
## [2.0.8] - 2019-12-08
|
427
|
-
|
428
|
-
### Security
|
429
|
-
|
430
|
-
- [[CVE-2019-16782](https://nvd.nist.gov/vuln/detail/CVE-2019-16782)] Prevent timing attacks targeted at session ID lookup. BREAKING CHANGE: Session ID is now a SessionId instance instead of a String. ([@tenderlove](https://github.com/tenderlove), [@rafaelfranca](https://github.com/rafaelfranca))
|
431
|
-
|
432
|
-
## [1.6.12] - 2019-12-08
|
433
|
-
|
434
|
-
### Security
|
435
|
-
|
436
|
-
- [[CVE-2019-16782](https://nvd.nist.gov/vuln/detail/CVE-2019-16782)] Prevent timing attacks targeted at session ID lookup. BREAKING CHANGE: Session ID is now a SessionId instance instead of a String. ([@tenderlove](https://github.com/tenderlove), [@rafaelfranca](https://github.com/rafaelfranca))
|
437
|
-
|
438
|
-
## [2.0.7] - 2019-04-02
|
439
|
-
|
440
|
-
### Fixed
|
441
|
-
|
442
|
-
- Remove calls to `#eof?` on Rack input in `Multipart::Parser`, as this breaks the specification. ([@matthewd](https://github.com/matthewd))
|
443
|
-
- Preserve forwarded IP addresses for trusted proxy chains. ([@SamSaffron](https://github.com/SamSaffron))
|
444
|
-
|
445
|
-
## [2.0.6] - 2018-11-05
|
446
|
-
|
447
|
-
### Fixed
|
448
|
-
|
449
|
-
- [[CVE-2018-16470](https://nvd.nist.gov/vuln/detail/CVE-2018-16470)] Reduce buffer size of `Multipart::Parser` to avoid pathological parsing. ([@tenderlove](https://github.com/tenderlove))
|
450
|
-
- Fix a call to a non-existing method `#accepts_html` in the `ShowExceptions` middleware. ([@tomelm](https://github.com/tomelm))
|
451
|
-
- [[CVE-2018-16471](https://nvd.nist.gov/vuln/detail/CVE-2018-16471)] Whitelist HTTP and HTTPS schemes in `Request#scheme` to prevent a possible XSS attack. ([@PatrickTulskie](https://github.com/PatrickTulskie))
|
452
|
-
|
453
|
-
## [2.0.5] - 2018-04-23
|
454
|
-
|
455
|
-
### Fixed
|
456
|
-
|
457
|
-
- Record errors originating from invalid UTF8 in `MethodOverride` middleware instead of breaking. ([@mclark](https://github.com/mclark))
|
458
|
-
|
459
|
-
## [2.0.4] - 2018-01-31
|
460
|
-
|
461
|
-
### Changed
|
462
|
-
|
463
|
-
- Ensure the `Lock` middleware passes the original `env` object. ([@lugray](https://github.com/lugray))
|
464
|
-
- Improve performance of `Multipart::Parser` when uploading large files. ([@tompng](https://github.com/tompng))
|
465
|
-
- Increase buffer size in `Multipart::Parser` for better performance. ([@jkowens](https://github.com/jkowens))
|
466
|
-
- Reduce memory usage of `Multipart::Parser` when uploading large files. ([@tompng](https://github.com/tompng))
|
467
|
-
- Replace ConcurrentRuby dependency with native `Queue`. ([@devmchakan](https://github.com/devmchakan))
|
468
|
-
|
469
|
-
### Fixed
|
470
|
-
|
471
|
-
- Require the correct digest algorithm in the `ETag` middleware. ([@matthewd](https://github.com/matthewd))
|
472
|
-
|
473
|
-
### Documentation
|
474
|
-
|
475
|
-
- Update homepage links to use SSL. ([@hugoabonizio](https://github.com/hugoabonizio))
|
476
|
-
|
477
|
-
## [2.0.3] - 2017-05-15
|
478
|
-
|
479
|
-
### Changed
|
480
|
-
|
481
|
-
- Ensure `env` values are ASCII 8-bit encoded. ([@eileencodes](https://github.com/eileencodes))
|
482
|
-
|
483
|
-
### Fixed
|
484
|
-
|
485
|
-
- Prevent exceptions when a class with mixins inherits from `Session::Abstract::ID`. ([@jnraine](https://github.com/jnraine))
|
486
|
-
|
487
|
-
## [2.0.2] - 2017-05-08
|
488
|
-
|
489
|
-
### Added
|
490
|
-
|
491
|
-
- Allow `Session::Abstract::SessionHash#fetch` to accept a block with a default value. ([@yannvanhalewyn](https://github.com/yannvanhalewyn))
|
492
|
-
- Add `Builder#freeze_app` to freeze application and all middleware. ([@jeremyevans])
|
493
|
-
|
494
|
-
### Changed
|
495
|
-
|
496
|
-
- Freeze default session options to avoid accidental mutation. ([@kirs](https://github.com/kirs))
|
497
|
-
- Detect partial hijack without hash headers. ([@devmchakan](https://github.com/devmchakan))
|
498
|
-
- Update tests to use MiniTest 6 matchers. ([@tonytonyjan](https://github.com/tonytonyjan))
|
499
|
-
- Allow 205 Reset Content responses to set a Content-Length, as RFC 7231 proposes setting this to 0. ([@devmchakan](https://github.com/devmchakan))
|
500
|
-
|
501
|
-
### Fixed
|
502
|
-
|
503
|
-
- Handle `NULL` bytes in multipart filenames. ([@casperisfine](https://github.com/casperisfine))
|
504
|
-
- Remove warnings due to miscapitalized global. ([@ioquatix])
|
505
|
-
- Prevent exceptions caused by a race condition on multi-threaded servers. ([@sophiedeziel](https://github.com/sophiedeziel))
|
506
|
-
- Add RDoc as an explicit dependency for `doc` group. ([@tonytonyjan](https://github.com/tonytonyjan))
|
507
|
-
- Record errors originating from `Multipart::Parser` in the `MethodOverride` middleware instead of letting them bubble up. ([@carlzulauf](https://github.com/carlzulauf))
|
508
|
-
- Remove remaining use of removed `Utils#bytesize` method from the `File` middleware. ([@brauliomartinezlm](https://github.com/brauliomartinezlm))
|
509
|
-
|
510
|
-
### Removed
|
511
|
-
|
512
|
-
- Remove `deflate` encoding support to reduce caching overhead. ([@devmchakan](https://github.com/devmchakan))
|
513
|
-
|
514
|
-
### Documentation
|
515
|
-
|
516
|
-
- Update broken example in `Deflater` documentation. ([@mwpastore](https://github.com/mwpastore))
|
517
|
-
|
518
|
-
## [2.0.1] - 2016-06-30
|
519
|
-
|
520
|
-
### Changed
|
521
|
-
|
522
|
-
- Remove JSON as an explicit dependency. ([@mperham](https://github.com/mperham))
|
523
|
-
|
524
|
-
|
525
|
-
# History/News Archive
|
526
|
-
Items below this line are from the previously maintained HISTORY.md and NEWS.md files.
|
527
|
-
|
528
|
-
## [2.0.0.rc1] 2016-05-06
|
529
|
-
- Rack::Session::Abstract::ID is deprecated. Please change to use Rack::Session::Abstract::Persisted
|
530
|
-
|
531
|
-
## [2.0.0.alpha] 2015-12-04
|
532
|
-
- First-party "SameSite" cookies. Browsers omit SameSite cookies from third-party requests, closing the door on many CSRF attacks.
|
533
|
-
- Pass `same_site: true` (or `:strict`) to enable: response.set_cookie 'foo', value: 'bar', same_site: true or `same_site: :lax` to use Lax enforcement: response.set_cookie 'foo', value: 'bar', same_site: :lax
|
534
|
-
- Based on version 7 of the Same-site Cookies internet draft:
|
535
|
-
https://tools.ietf.org/html/draft-west-first-party-cookies-07
|
536
|
-
- Thanks to Ben Toews (@mastahyeti) and Bob Long (@bobjflong) for updating to drafts 5 and 7.
|
537
|
-
- Add `Rack::Events` middleware for adding event based middleware: middleware that does not care about the response body, but only cares about doing work at particular points in the request / response lifecycle.
|
538
|
-
- Add `Rack::Request#authority` to calculate the authority under which the response is being made (this will be handy for h2 pushes).
|
539
|
-
- Add `Rack::Response::Helpers#cache_control` and `cache_control=`. Use this for setting cache control headers on your response objects.
|
540
|
-
- Add `Rack::Response::Helpers#etag` and `etag=`. Use this for setting etag values on the response.
|
541
|
-
- Introduce `Rack::Response::Helpers#add_header` to add a value to a multi-valued response header. Implemented in terms of other `Response#*_header` methods, so it's available to any response-like class that includes the `Helpers` module.
|
542
|
-
- Add `Rack::Request#add_header` to match.
|
543
|
-
- `Rack::Session::Abstract::ID` IS DEPRECATED. Please switch to `Rack::Session::Abstract::Persisted`. `Rack::Session::Abstract::Persisted` uses a request object rather than the `env` hash.
|
544
|
-
- Pull `ENV` access inside the request object in to a module. This will help with legacy Request objects that are ENV based but don't want to inherit from Rack::Request
|
545
|
-
- Move most methods on the `Rack::Request` to a module `Rack::Request::Helpers` and use public API to get values from the request object. This enables users to mix `Rack::Request::Helpers` in to their own objects so they can implement `(get|set|fetch|each)_header` as they see fit (for example a proxy object).
|
546
|
-
- Files and directories with + in the name are served correctly. Rather than unescaping paths like a form, we unescape with a URI parser using `Rack::Utils.unescape_path`. Fixes #265
|
547
|
-
- Tempfiles are automatically closed in the case that there were too
|
548
|
-
many posted.
|
549
|
-
- Added methods for manipulating response headers that don't assume
|
550
|
-
they're stored as a Hash. Response-like classes may include the
|
551
|
-
Rack::Response::Helpers module if they define these methods:
|
552
|
-
- Rack::Response#has_header?
|
553
|
-
- Rack::Response#get_header
|
554
|
-
- Rack::Response#set_header
|
555
|
-
- Rack::Response#delete_header
|
556
|
-
- Introduce Util.get_byte_ranges that will parse the value of the HTTP_RANGE string passed to it without depending on the `env` hash. `byte_ranges` is deprecated in favor of this method.
|
557
|
-
- Change Session internals to use Request objects for looking up session information. This allows us to only allocate one request object when dealing with session objects (rather than doing it every time we need to manipulate cookies, etc).
|
558
|
-
- Add `Rack::Request#initialize_copy` so that the env is duped when the request gets duped.
|
559
|
-
- Added methods for manipulating request specific data. This includes
|
560
|
-
data set as CGI parameters, and just any arbitrary data the user wants
|
561
|
-
to associate with a particular request. New methods:
|
562
|
-
- Rack::Request#has_header?
|
563
|
-
- Rack::Request#get_header
|
564
|
-
- Rack::Request#fetch_header
|
565
|
-
- Rack::Request#each_header
|
566
|
-
- Rack::Request#set_header
|
567
|
-
- Rack::Request#delete_header
|
568
|
-
- lib/rack/utils.rb: add a method for constructing "delete" cookie
|
569
|
-
headers. This allows us to construct cookie headers without depending
|
570
|
-
on the side effects of mutating a hash.
|
571
|
-
- Prevent extremely deep parameters from being parsed. CVE-2015-3225
|
572
|
-
|
573
|
-
## [1.6.1] 2015-05-06
|
574
|
-
- Fix CVE-2014-9490, denial of service attack in OkJson
|
575
|
-
- Use a monotonic time for Rack::Runtime, if available
|
576
|
-
- RACK_MULTIPART_LIMIT changed to RACK_MULTIPART_PART_LIMIT (RACK_MULTIPART_LIMIT is deprecated and will be removed in 1.7.0)
|
577
|
-
|
578
|
-
## [1.5.3] 2015-05-06
|
579
|
-
- Fix CVE-2014-9490, denial of service attack in OkJson
|
580
|
-
- Backport bug fixes to 1.5 series
|
581
|
-
|
582
|
-
## [1.6.0] 2014-01-18
|
583
|
-
- Response#unauthorized? helper
|
584
|
-
- Deflater now accepts an options hash to control compression on a per-request level
|
585
|
-
- Builder#warmup method for app preloading
|
586
|
-
- Request#accept_language method to extract HTTP_ACCEPT_LANGUAGE
|
587
|
-
- Add quiet mode of rack server, rackup --quiet
|
588
|
-
- Update HTTP Status Codes to RFC 7231
|
589
|
-
- Less strict header name validation according to RFC 2616
|
590
|
-
- SPEC updated to specify headers conform to RFC7230 specification
|
591
|
-
- Etag correctly marks etags as weak
|
592
|
-
- Request#port supports multiple x-http-forwarded-proto values
|
593
|
-
- Utils#multipart_part_limit configures the maximum number of parts a request can contain
|
594
|
-
- Default host to localhost when in development mode
|
595
|
-
- Various bugfixes and performance improvements
|
596
|
-
|
597
|
-
## [1.5.2] 2013-02-07
|
598
|
-
- Fix CVE-2013-0263, timing attack against Rack::Session::Cookie
|
599
|
-
- Fix CVE-2013-0262, symlink path traversal in Rack::File
|
600
|
-
- Add various methods to Session for enhanced Rails compatibility
|
601
|
-
- Request#trusted_proxy? now only matches whole strings
|
602
|
-
- Add JSON cookie coder, to be default in Rack 1.6+ due to security concerns
|
603
|
-
- URLMap host matching in environments that don't set the Host header fixed
|
604
|
-
- Fix a race condition that could result in overwritten pidfiles
|
605
|
-
- Various documentation additions
|
606
|
-
|
607
|
-
## [1.4.5] 2013-02-07
|
608
|
-
- Fix CVE-2013-0263, timing attack against Rack::Session::Cookie
|
609
|
-
- Fix CVE-2013-0262, symlink path traversal in Rack::File
|
610
|
-
|
611
|
-
## [1.1.6, 1.2.8, 1.3.10] 2013-02-07
|
612
|
-
- Fix CVE-2013-0263, timing attack against Rack::Session::Cookie
|
613
|
-
|
614
|
-
## [1.5.1] 2013-01-28
|
615
|
-
- Rack::Lint check_hijack now conforms to other parts of SPEC
|
616
|
-
- Added hash-like methods to Abstract::ID::SessionHash for compatibility
|
617
|
-
- Various documentation corrections
|
618
|
-
|
619
|
-
## [1.5.0] 2013-01-21
|
620
|
-
- Introduced hijack SPEC, for before-response and after-response hijacking
|
621
|
-
- SessionHash is no longer a Hash subclass
|
622
|
-
- Rack::File cache_control parameter is removed, in place of headers options
|
623
|
-
- Rack::Auth::AbstractRequest#scheme now yields strings, not symbols
|
624
|
-
- Rack::Utils cookie functions now format expires in RFC 2822 format
|
625
|
-
- Rack::File now has a default mime type
|
626
|
-
- rackup -b 'run Rack::Files.new(".")', option provides command line configs
|
627
|
-
- Rack::Deflater will no longer double encode bodies
|
628
|
-
- Rack::Mime#match? provides convenience for Accept header matching
|
629
|
-
- Rack::Utils#q_values provides splitting for Accept headers
|
630
|
-
- Rack::Utils#best_q_match provides a helper for Accept headers
|
631
|
-
- Rack::Handler.pick provides convenience for finding available servers
|
632
|
-
- Puma added to the list of default servers (preferred over Webrick)
|
633
|
-
- Various middleware now correctly close body when replacing it
|
634
|
-
- Rack::Request#params is no longer persistent with only GET params
|
635
|
-
- Rack::Request#update_param and #delete_param provide persistent operations
|
636
|
-
- Rack::Request#trusted_proxy? now returns true for local unix sockets
|
637
|
-
- Rack::Response no longer forces Content-Types
|
638
|
-
- Rack::Sendfile provides local mapping configuration options
|
639
|
-
- Rack::Utils#rfc2109 provides old netscape style time output
|
640
|
-
- Updated HTTP status codes
|
641
|
-
- Ruby 1.8.6 likely no longer passes tests, and is no longer fully supported
|
642
|
-
|
643
|
-
## [1.4.4, 1.3.9, 1.2.7, 1.1.5] 2013-01-13
|
644
|
-
- [SEC] Rack::Auth::AbstractRequest no longer symbolizes arbitrary strings
|
645
|
-
- Fixed erroneous test case in the 1.3.x series
|
646
|
-
|
647
|
-
## [1.4.3] 2013-01-07
|
648
|
-
- Security: Prevent unbounded reads in large multipart boundaries
|
649
|
-
|
650
|
-
## [1.3.8] 2013-01-07
|
651
|
-
- Security: Prevent unbounded reads in large multipart boundaries
|
652
|
-
|
653
|
-
## [1.4.2] 2013-01-06
|
654
|
-
- Add warnings when users do not provide a session secret
|
655
|
-
- Fix parsing performance for unquoted filenames
|
656
|
-
- Updated URI backports
|
657
|
-
- Fix URI backport version matching, and silence constant warnings
|
658
|
-
- Correct parameter parsing with empty values
|
659
|
-
- Correct rackup '-I' flag, to allow multiple uses
|
660
|
-
- Correct rackup pidfile handling
|
661
|
-
- Report rackup line numbers correctly
|
662
|
-
- Fix request loops caused by non-stale nonces with time limits
|
663
|
-
- Fix reloader on Windows
|
664
|
-
- Prevent infinite recursions from Response#to_ary
|
665
|
-
- Various middleware better conforms to the body close specification
|
666
|
-
- Updated language for the body close specification
|
667
|
-
- Additional notes regarding ECMA escape compatibility issues
|
668
|
-
- Fix the parsing of multiple ranges in range headers
|
669
|
-
- Prevent errors from empty parameter keys
|
670
|
-
- Added PATCH verb to Rack::Request
|
671
|
-
- Various documentation updates
|
672
|
-
- Fix session merge semantics (fixes rack-test)
|
673
|
-
- Rack::Static :index can now handle multiple directories
|
674
|
-
- All tests now utilize Rack::Lint (special thanks to Lars Gierth)
|
675
|
-
- Rack::File cache_control parameter is now deprecated, and removed by 1.5
|
676
|
-
- Correct Rack::Directory script name escaping
|
677
|
-
- Rack::Static supports header rules for sophisticated configurations
|
678
|
-
- Multipart parsing now works without a Content-Length header
|
679
|
-
- New logos courtesy of Zachary Scott!
|
680
|
-
- Rack::BodyProxy now explicitly defines #each, useful for C extensions
|
681
|
-
- Cookies that are not URI escaped no longer cause exceptions
|
682
|
-
|
683
|
-
## [1.3.7] 2013-01-06
|
684
|
-
- Add warnings when users do not provide a session secret
|
685
|
-
- Fix parsing performance for unquoted filenames
|
686
|
-
- Updated URI backports
|
687
|
-
- Fix URI backport version matching, and silence constant warnings
|
688
|
-
- Correct parameter parsing with empty values
|
689
|
-
- Correct rackup '-I' flag, to allow multiple uses
|
690
|
-
- Correct rackup pidfile handling
|
691
|
-
- Report rackup line numbers correctly
|
692
|
-
- Fix request loops caused by non-stale nonces with time limits
|
693
|
-
- Fix reloader on Windows
|
694
|
-
- Prevent infinite recursions from Response#to_ary
|
695
|
-
- Various middleware better conforms to the body close specification
|
696
|
-
- Updated language for the body close specification
|
697
|
-
- Additional notes regarding ECMA escape compatibility issues
|
698
|
-
- Fix the parsing of multiple ranges in range headers
|
699
|
-
|
700
|
-
## [1.2.6] 2013-01-06
|
701
|
-
- Add warnings when users do not provide a session secret
|
702
|
-
- Fix parsing performance for unquoted filenames
|
703
|
-
|
704
|
-
## [1.1.4] 2013-01-06
|
705
|
-
- Add warnings when users do not provide a session secret
|
706
|
-
|
707
|
-
## [1.4.1] 2012-01-22
|
708
|
-
- Alter the keyspace limit calculations to reduce issues with nested params
|
709
|
-
- Add a workaround for multipart parsing where files contain unescaped "%"
|
710
|
-
- Added Rack::Response::Helpers#method_not_allowed? (code 405)
|
711
|
-
- Rack::File now returns 404 for illegal directory traversals
|
712
|
-
- Rack::File now returns 405 for illegal methods (non HEAD/GET)
|
713
|
-
- Rack::Cascade now catches 405 by default, as well as 404
|
714
|
-
- Cookies missing '--' no longer cause an exception to be raised
|
715
|
-
- Various style changes and documentation spelling errors
|
716
|
-
- Rack::BodyProxy always ensures to execute its block
|
717
|
-
- Additional test coverage around cookies and secrets
|
718
|
-
- Rack::Session::Cookie can now be supplied either secret or old_secret
|
719
|
-
- Tests are no longer dependent on set order
|
720
|
-
- Rack::Static no longer defaults to serving index files
|
721
|
-
- Rack.release was fixed
|
722
|
-
|
723
|
-
## [1.4.0] 2011-12-28
|
724
|
-
- Ruby 1.8.6 support has officially been dropped. Not all tests pass.
|
725
|
-
- Raise sane error messages for broken config.ru
|
726
|
-
- Allow combining run and map in a config.ru
|
727
|
-
- Rack::ContentType will not set Content-Type for responses without a body
|
728
|
-
- Status code 205 does not send a response body
|
729
|
-
- Rack::Response::Helpers will not rely on instance variables
|
730
|
-
- Rack::Utils.build_query no longer outputs '=' for nil query values
|
731
|
-
- Various mime types added
|
732
|
-
- Rack::MockRequest now supports HEAD
|
733
|
-
- Rack::Directory now supports files that contain RFC3986 reserved chars
|
734
|
-
- Rack::File now only supports GET and HEAD requests
|
735
|
-
- Rack::Server#start now passes the block to Rack::Handler::<h>#run
|
736
|
-
- Rack::Static now supports an index option
|
737
|
-
- Added the Teapot status code
|
738
|
-
- rackup now defaults to Thin instead of Mongrel (if installed)
|
739
|
-
- Support added for HTTP_X_FORWARDED_SCHEME
|
740
|
-
- Numerous bug fixes, including many fixes for new and alternate rubies
|
741
|
-
|
742
|
-
## [1.1.3] 2011-12-28
|
743
|
-
- Security fix. http://www.ocert.org/advisories/ocert-2011-003.html
|
744
|
-
Further information here: http://jruby.org/2011/12/27/jruby-1-6-5-1
|
745
|
-
|
746
|
-
## [1.3.5] 2011-10-17
|
747
|
-
- Fix annoying warnings caused by the backport in 1.3.4
|
748
|
-
|
749
|
-
## [1.3.4] 2011-10-01
|
750
|
-
- Backport security fix from 1.9.3, also fixes some roundtrip issues in URI
|
751
|
-
- Small documentation update
|
752
|
-
- Fix an issue where BodyProxy could cause an infinite recursion
|
753
|
-
- Add some supporting files for travis-ci
|
754
|
-
|
755
|
-
## [1.2.4] 2011-09-16
|
756
|
-
- Fix a bug with MRI regex engine to prevent XSS by malformed unicode
|
757
|
-
|
758
|
-
## [1.3.3] 2011-09-16
|
759
|
-
- Fix bug with broken query parameters in Rack::ShowExceptions
|
760
|
-
- Rack::Request#cookies no longer swallows exceptions on broken input
|
761
|
-
- Prevents XSS attacks enabled by bug in Ruby 1.8's regexp engine
|
762
|
-
- Rack::ConditionalGet handles broken If-Modified-Since helpers
|
763
|
-
|
764
|
-
## [1.3.2] 2011-07-16
|
765
|
-
- Fix for Rails and rack-test, Rack::Utils#escape calls to_s
|
766
|
-
|
767
|
-
## [1.3.1] 2011-07-13
|
768
|
-
- Fix 1.9.1 support
|
769
|
-
- Fix JRuby support
|
770
|
-
- Properly handle $KCODE in Rack::Utils.escape
|
771
|
-
- Make method_missing/respond_to behavior consistent for Rack::Lock,
|
772
|
-
Rack::Auth::Digest::Request and Rack::Multipart::UploadedFile
|
773
|
-
- Reenable passing rack.session to session middleware
|
774
|
-
- Rack::CommonLogger handles streaming responses correctly
|
775
|
-
- Rack::MockResponse calls close on the body object
|
776
|
-
- Fix a DOS vector from MRI stdlib backport
|
777
|
-
|
778
|
-
## [1.2.3] 2011-05-22
|
779
|
-
- Pulled in relevant bug fixes from 1.3
|
780
|
-
- Fixed 1.8.6 support
|
781
|
-
|
782
|
-
## [1.3.0] 2011-05-22
|
783
|
-
- Various performance optimizations
|
784
|
-
- Various multipart fixes
|
785
|
-
- Various multipart refactors
|
786
|
-
- Infinite loop fix for multipart
|
787
|
-
- Test coverage for Rack::Server returns
|
788
|
-
- Allow files with '..', but not path components that are '..'
|
789
|
-
- rackup accepts handler-specific options on the command line
|
790
|
-
- Request#params no longer merges POST into GET (but returns the same)
|
791
|
-
- Use URI.encode_www_form_component instead. Use core methods for escaping.
|
792
|
-
- Allow multi-line comments in the config file
|
793
|
-
- Bug L#94 reported by Nikolai Lugovoi, query parameter unescaping.
|
794
|
-
- Rack::Response now deletes Content-Length when appropriate
|
795
|
-
- Rack::Deflater now supports streaming
|
796
|
-
- Improved Rack::Handler loading and searching
|
797
|
-
- Support for the PATCH verb
|
798
|
-
- env['rack.session.options'] now contains session options
|
799
|
-
- Cookies respect renew
|
800
|
-
- Session middleware uses SecureRandom.hex
|
801
|
-
|
802
|
-
## [1.2.2, 1.1.2] 2011-03-13
|
803
|
-
- Security fix in Rack::Auth::Digest::MD5: when authenticator
|
804
|
-
returned nil, permission was granted on empty password.
|
805
|
-
|
806
|
-
## [1.2.1] 2010-06-15
|
807
|
-
- Make CGI handler rewindable
|
808
|
-
- Rename spec/ to test/ to not conflict with SPEC on lesser
|
809
|
-
operating systems
|
810
|
-
|
811
|
-
## [1.2.0] 2010-06-13
|
812
|
-
- Removed Camping adapter: Camping 2.0 supports Rack as-is
|
813
|
-
- Removed parsing of quoted values
|
814
|
-
- Add Request.trace? and Request.options?
|
815
|
-
- Add mime-type for .webm and .htc
|
816
|
-
- Fix HTTP_X_FORWARDED_FOR
|
817
|
-
- Various multipart fixes
|
818
|
-
- Switch test suite to bacon
|
819
|
-
|
820
|
-
## [1.1.0] 2010-01-03
|
821
|
-
- Moved Auth::OpenID to rack-contrib.
|
822
|
-
- SPEC change that relaxes Lint slightly to allow subclasses of the
|
823
|
-
required types
|
824
|
-
- SPEC change to document rack.input binary mode in greater detail
|
825
|
-
- SPEC define optional rack.logger specification
|
826
|
-
- File servers support X-Cascade header
|
827
|
-
- Imported Config middleware
|
828
|
-
- Imported ETag middleware
|
829
|
-
- Imported Runtime middleware
|
830
|
-
- Imported Sendfile middleware
|
831
|
-
- New Logger and NullLogger middlewares
|
832
|
-
- Added mime type for .ogv and .manifest.
|
833
|
-
- Don't squeeze PATH_INFO slashes
|
834
|
-
- Use Content-Type to determine POST params parsing
|
835
|
-
- Update Rack::Utils::HTTP_STATUS_CODES hash
|
836
|
-
- Add status code lookup utility
|
837
|
-
- Response should call #to_i on the status
|
838
|
-
- Add Request#user_agent
|
839
|
-
- Request#host knows about forwarded host
|
840
|
-
- Return an empty string for Request#host if HTTP_HOST and
|
841
|
-
SERVER_NAME are both missing
|
842
|
-
- Allow MockRequest to accept hash params
|
843
|
-
- Optimizations to HeaderHash
|
844
|
-
- Refactored rackup into Rack::Server
|
845
|
-
- Added Utils.build_nested_query to complement Utils.parse_nested_query
|
846
|
-
- Added Utils::Multipart.build_multipart to complement
|
847
|
-
Utils::Multipart.parse_multipart
|
848
|
-
- Extracted set and delete cookie helpers into Utils so they can be
|
849
|
-
used outside Response
|
850
|
-
- Extract parse_query and parse_multipart in Request so subclasses
|
851
|
-
can change their behavior
|
852
|
-
- Enforce binary encoding in RewindableInput
|
853
|
-
- Set correct external_encoding for handlers that don't use RewindableInput
|
854
|
-
|
855
|
-
## [1.0.1] 2009-10-18
|
856
|
-
- Bump remainder of rack.versions.
|
857
|
-
- Support the pure Ruby FCGI implementation.
|
858
|
-
- Fix for form names containing "=": split first then unescape components
|
859
|
-
- Fixes the handling of the filename parameter with semicolons in names.
|
860
|
-
- Add anchor to nested params parsing regexp to prevent stack overflows
|
861
|
-
- Use more compatible gzip write api instead of "<<".
|
862
|
-
- Make sure that Reloader doesn't break when executed via ruby -e
|
863
|
-
- Make sure WEBrick respects the :Host option
|
864
|
-
- Many Ruby 1.9 fixes.
|
865
|
-
|
866
|
-
## [1.0.0] 2009-04-25
|
867
|
-
- SPEC change: Rack::VERSION has been pushed to [1,0].
|
868
|
-
- SPEC change: header values must be Strings now, split on "\n".
|
869
|
-
- SPEC change: Content-Length can be missing, in this case chunked transfer
|
870
|
-
encoding is used.
|
871
|
-
- SPEC change: rack.input must be rewindable and support reading into
|
872
|
-
a buffer, wrap with Rack::RewindableInput if it isn't.
|
873
|
-
- SPEC change: rack.session is now specified.
|
874
|
-
- SPEC change: Bodies can now additionally respond to #to_path with
|
875
|
-
a filename to be served.
|
876
|
-
- NOTE: String bodies break in 1.9, use an Array consisting of a
|
877
|
-
single String instead.
|
878
|
-
- New middleware Rack::Lock.
|
879
|
-
- New middleware Rack::ContentType.
|
880
|
-
- Rack::Reloader has been rewritten.
|
881
|
-
- Major update to Rack::Auth::OpenID.
|
882
|
-
- Support for nested parameter parsing in Rack::Response.
|
883
|
-
- Support for redirects in Rack::Response.
|
884
|
-
- HttpOnly cookie support in Rack::Response.
|
885
|
-
- The Rakefile has been rewritten.
|
886
|
-
- Many bugfixes and small improvements.
|
887
|
-
|
888
|
-
## [0.9.1] 2009-01-09
|
889
|
-
- Fix directory traversal exploits in Rack::File and Rack::Directory.
|
890
|
-
|
891
|
-
## [0.9] 2009-01-06
|
892
|
-
- Rack is now managed by the Rack Core Team.
|
893
|
-
- Rack::Lint is stricter and follows the HTTP RFCs more closely.
|
894
|
-
- Added ConditionalGet middleware.
|
895
|
-
- Added ContentLength middleware.
|
896
|
-
- Added Deflater middleware.
|
897
|
-
- Added Head middleware.
|
898
|
-
- Added MethodOverride middleware.
|
899
|
-
- Rack::Mime now provides popular MIME-types and their extension.
|
900
|
-
- Mongrel Header now streams.
|
901
|
-
- Added Thin handler.
|
902
|
-
- Official support for swiftiplied Mongrel.
|
903
|
-
- Secure cookies.
|
904
|
-
- Made HeaderHash case-preserving.
|
905
|
-
- Many bugfixes and small improvements.
|
906
|
-
|
907
|
-
## [0.4] 2008-08-21
|
908
|
-
- New middleware, Rack::Deflater, by Christoffer Sawicki.
|
909
|
-
- OpenID authentication now needs ruby-openid 2.
|
910
|
-
- New Memcache sessions, by blink.
|
911
|
-
- Explicit EventedMongrel handler, by Joshua Peek <josh@joshpeek.com>
|
912
|
-
- Rack::Reloader is not loaded in rackup development mode.
|
913
|
-
- rackup can daemonize with -D.
|
914
|
-
- Many bugfixes, especially for pool sessions, URLMap, thread safety
|
915
|
-
and tempfile handling.
|
916
|
-
- Improved tests.
|
917
|
-
- Rack moved to Git.
|
918
|
-
|
919
|
-
## [0.3] 2008-02-26
|
920
|
-
- LiteSpeed handler, by Adrian Madrid.
|
921
|
-
- SCGI handler, by Jeremy Evans.
|
922
|
-
- Pool sessions, by blink.
|
923
|
-
- OpenID authentication, by blink.
|
924
|
-
- :Port and :File options for opening FastCGI sockets, by blink.
|
925
|
-
- Last-Modified HTTP header for Rack::File, by blink.
|
926
|
-
- Rack::Builder#use now accepts blocks, by Corey Jewett.
|
927
|
-
(See example/protectedlobster.ru)
|
928
|
-
- HTTP status 201 can contain a Content-Type and a body now.
|
929
|
-
- Many bugfixes, especially related to Cookie handling.
|
930
|
-
|
931
|
-
## [0.2] 2007-05-16
|
932
|
-
- HTTP Basic authentication.
|
933
|
-
- Cookie Sessions.
|
934
|
-
- Static file handler.
|
935
|
-
- Improved Rack::Request.
|
936
|
-
- Improved Rack::Response.
|
937
|
-
- Added Rack::ShowStatus, for better default error messages.
|
938
|
-
- Bug fixes in the Camping adapter.
|
939
|
-
- Removed Rails adapter, was too alpha.
|
940
|
-
|
941
|
-
## [0.1] 2007-03-03
|
942
|
-
|
943
|
-
[@ioquatix]: https://github.com/ioquatix "Samuel Williams"
|
944
|
-
[@jeremyevans]: https://github.com/jeremyevans "Jeremy Evans"
|
945
|
-
[@amatsuda]: https://github.com/amatsuda "Akira Matsuda"
|
946
|
-
[@wjordan]: https://github.com/wjordan "Will Jordan"
|
947
|
-
[@BlakeWilliams]: https://github.com/BlakeWilliams "Blake Williams"
|
948
|
-
[@davidstosik]: https://github.com/davidstosik "David Stosik"
|