We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The web.rb script fails when running versions of Rails before 7.2 because --skip_rubocop is not a valid option, and so it is not parsed.
--skip_rubocop
#1223 added a requirement to specify the --skip_rubocop parameter to resolve #1221.
The text was updated successfully, but these errors were encountered:
(identified while pairing with @stevepolitodesign)
Sorry, something went wrong.
node_version
I think we have a few options here:
7.2
I'm going to be opening a PR to return early as you suggest!
Successfully merging a pull request may close this issue.
The web.rb script fails when running versions of Rails before 7.2 because
--skip_rubocop
is not a valid option, and so it is not parsed.#1223 added a requirement to specify the
--skip_rubocop
parameter to resolve #1221.The text was updated successfully, but these errors were encountered: