Skip to content

Commit 29e4363

Browse files
committed
Fixed the deprecation warning with deployment tab
1 parent 647b8c3 commit 29e4363

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,12 +188,13 @@ To remove Spring:
188188
### Deployment
189189

190190
You must not install Spring on your production environment. To prevent it from
191-
being installed, provide the `--without development test` argument to the
191+
being installed, run the `bundle config set without 'development test'` before
192192
`bundle install` command which is used to install gems on your production
193193
machines:
194194

195195
```
196-
$ bundle install --without development test
196+
$ bundle config set without 'development test'
197+
$ bundle install
197198
```
198199

199200
## Commands

0 commit comments

Comments
 (0)