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

Recommend bin/rake over rake in contributing docs #7648

Merged
merged 1 commit into from
May 10, 2024

Conversation

deivid-rodriguez
Copy link
Member

What was the end-user or developer problem that led to this PR?

Our bin/rake script automatically installs rake if missing when running "setup tasks" and also makes sure to activate a consistent version of rake.

On top of that, it seems less prone to gem activation issues since it does not run into the same problem reported at #7638.

What is your fix for the problem, implemented in this PR?

Consistently recommend and use bin/rake.

Make sure the following tasks are checked

Our `bin/rake` script automatically installs `rake` if missing when
running "setup tasks" and also makes sure to activate a consistent
version of `rake`.
@simi simi enabled auto-merge May 10, 2024 17:19
@deivid-rodriguez deivid-rodriguez changed the title Recommend bin/rake over rake Recommend bin/rake over rake in contributing docs May 10, 2024
@simi simi merged commit 17f73c2 into master May 10, 2024
75 checks passed
@simi simi deleted the deivid-rodriguez/recommend-bin-rake branch May 10, 2024 18:14
deivid-rodriguez pushed a commit that referenced this pull request May 16, 2024
…-rake

Recommend `bin/rake` over `rake`

(cherry picked from commit 17f73c2)
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.

None yet

2 participants