We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8df7200 + e7adf31 commit 8a75bfdCopy full SHA for 8a75bfd
README.md
@@ -179,6 +179,17 @@ To remove spring:
179
* 'Unspring' your bin/ executables: `bin/spring binstub --remove --all`
180
* Remove spring from your Gemfile
181
182
+### Deployment
183
+
184
+You must not install Spring on production environment to prevent it
185
+from running there by providing `--without development test` argument to
186
+the `bundle install` command which is used to install gems on your production
187
+machines:
188
189
+```
190
+$ bundle install --without development test
191
192
193
## Commands
194
195
### `rake`
0 commit comments