Skip to content

Commit 1dc6a11

Browse files
authored
Merge pull request rails#52564 from tnir/tn-use-bundle-set-without-on-dev-deps
Replace --without option with config set command on bundle install
2 parents 32bc929 + 1cc8cd4 commit 1dc6a11

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

guides/source/development_dependencies_install.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,8 @@ $ bundle install
229229
If you don't need to run Active Record tests, you can run:
230230

231231
```bash
232-
$ bundle install --without db
232+
$ bundle config set without db
233+
$ bundle install
233234
```
234235

235236
### Contribute to Rails

0 commit comments

Comments
 (0)