Skip to content

Commit b06fc28

Browse files
authored
Merge pull request #619 from anoobbava/master
Fixed the deprecation warning with deployment tab
2 parents b85f41b + 29e4363 commit b06fc28

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
@@ -199,12 +199,13 @@ To remove Spring:
199199
### Deployment
200200

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

206206
```
207-
$ bundle install --without development test
207+
$ bundle config set without 'development test'
208+
$ bundle install
208209
```
209210

210211
## Commands

0 commit comments

Comments
 (0)