Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ruby 3 support #1

Closed
wants to merge 28 commits into from
Closed

Ruby 3 support #1

wants to merge 28 commits into from

Conversation

ofedoren
Copy link
Owner

What are the changes introduced in this pull request?

Considerations taken when implementing this change?

What are the testing steps for this pull request?

Et7f3 and others added 23 commits January 19, 2024 14:19
it exists in Foreman since 2.2 and makes DB migrations fail when
installing Katello ontop of Foreman

Fixes: c4b6d2c or 40ebede
`~> 0.0.6` was picked to match what's currently in Foreman core and thus
what gets used today when Rubocop is run by CI
These did not show up when running Rubocop from the Foreman checkout,
but do when executed directly from a Katello checkout.
The cop is buggy before rubocop-rails 2.12.0 [1][2], but to get that
we'd need a newer theforeman-rubocop, which generates more offenses than
I am willing to fix today. Disable the cop like it was disabled in
foreman_ansible too [3].

[1] rubocop/rubocop-rails#260
[2] rubocop/rubocop-rails#526
[3] theforeman/foreman_ansible#357
This is a test dependency, but marked as a development dependency. We
currently install all development dependencies while testing katello,
but don't do that for any other plugin. This is an effort to reduce the
development dependencies to pure development dependencies.
minitest-tags allows developers to run a single test, but it hasn't been
updated since 2012.
Fixes: a1e0372 ("Fixes #32580 - remove most pulp2 actions in planning")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

10 participants