Skip to content

Regenerate ruby_ui components after gem bump#437

Merged
djalmaaraujo merged 2 commits intomainfrom
fix/regenerate-ruby-ui-components
Mar 24, 2026
Merged

Regenerate ruby_ui components after gem bump#437
djalmaaraujo merged 2 commits intomainfrom
fix/regenerate-ruby-ui-components

Conversation

@djalmaaraujo
Copy link
Contributor

Summary

  • Regenerated all ruby_ui components by running rails g ruby_ui:component:all --force true
  • Fixes the verify_components CI failure on main caused by the ruby_ui gem bump (Bump ruby_ui from f882429 to 755b288 #432)
  • 17 files updated: form, input, combobox, sheet components modified; docs and native_select components created

Context

After merging Dependabot PR #432 (ruby_ui gem bump from f882429 to 755b288), the generated component files became out of sync with the gem, causing verify_components to fail on main.

Run `rails g ruby_ui:component:all --force true` to sync generated
components with the updated ruby_ui gem (f882429 → 755b288).
@djalmaaraujo djalmaaraujo requested a review from cirdes as a code owner March 24, 2026 11:00
…nents

The docs component stubs (base, component_setup_tabs, etc.) generated by
ruby_ui:component:all conflict with the app's existing Components::ComponentSetup
namespace, causing a superclass mismatch TypeError.
@djalmaaraujo djalmaaraujo merged commit f3403ea into main Mar 24, 2026
3 checks passed
@djalmaaraujo djalmaaraujo deleted the fix/regenerate-ruby-ui-components branch March 24, 2026 11:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant