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

Fix CONTRIBUTING documentation for modules #881

Merged
merged 1 commit into from
Mar 14, 2024

Conversation

stevenpost
Copy link
Contributor

This PR updates the CONTRIBUTING.md file for modules so given commands are actually valid and tests can be run.
The bundler commands given contained deprecated arguments that no longer worked.

Several arguments no longer work. Despite looking like a warning,
bundler will still try to use the system path.

```
$ bundle install --path .vendor/ --without development system_tests release --jobs "$(nproc)"
[DEPRECATED] The `--path` flag is deprecated because it relies on being remembered across bundler invocations, which bundler will no longer do in future versions. Instead please use `bundle config set --local path '.vendor/'`, and stop using this flag
[DEPRECATED] The `--without` flag is deprecated because it relies on being remembered across bundler invocations, which bundler will no longer do in future versions. Instead please use `bundle config set --local without 'development system_tests release'`, and stop using this flag
Bundler 2.4.10 is running, but your lockfile was generated with 2.3.26. Installing Bundler 2.3.26 and restarting using that version.
```
@bastelfreak bastelfreak merged commit 12ace1d into voxpupuli:master Mar 14, 2024
4 checks passed
@stevenpost stevenpost deleted the bundler_update branch March 14, 2024 09:32
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.

3 participants