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

Remove railties from runtime dependencies #167

Merged

Conversation

koic
Copy link
Collaborator

@koic koic commented Sep 29, 2023

bundle update rubocop-rails_config unexpectedly upgrades zweitwerk, a dependency of railties (Dependabot as well). This PR removes railties from the runtime dependencies to prevent such unintended gem upgrades.

`bundle update rubocop-rails_config` unexpectedly upgrades `zweitwerk`, a dependency of `railties`.
This PR removes `railties` from the runtime dependencies to prevent such unintended gem upgrades.
Copy link
Owner

@toshimaru toshimaru left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As far as I can remember, I added railties to ensure compatibility with specific Rails versions (in this case, I wanted to allow users to use Rails 5.0 or higher).

However, I don't believe that requiring a specific Rails version is necessary, so I approve this. 👍

@toshimaru toshimaru merged commit b0c66cb into toshimaru:main Sep 30, 2023
36 checks passed
@koic koic deleted the remove_railties_from_runtime_dependencies branch September 30, 2023 07:07
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.

None yet

2 participants