Skip to content

Commit

Permalink
Merge pull request #772 from sato11/bundler-deprecated-flags
Browse files Browse the repository at this point in the history
`bundle install` with `--with` and `--binstubs` flags has been deprecated
  • Loading branch information
imjoehaines authored Feb 1, 2023
2 parents f8d6f4b + 44ba433 commit 41ecc6f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,14 @@ Thank you!

* Install the test dependencies
```
bundle install --with test sidekiq --binstubs
bundle config set --local with 'test sidekiq'
bundle install
bundle binstubs --all
```

* Run the tests with and make sure they all pass
```
bundle exec rake
bin/rake
```

* Further information on installing and running the tests can be found in [the testing guide](TESTING.md)
Expand All @@ -32,7 +34,7 @@ Thank you!
* Write API docs for your contributions using [YARD](https://yardoc.org/)
* Generate the API documentation locally
```
bundle exec rake yard
bin/rake yard
```
* Review your changes by opening `doc/index.html`

Expand Down

0 comments on commit 41ecc6f

Please sign in to comment.