summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorChris Doherty <cdoherty@chef.io>2016-05-09 09:55:09 -0700
committerChris Doherty <cdoherty@chef.io>2016-05-09 12:30:11 -0700
commit9d9502f8040f85521daf9ba54a0f2b9b81532954 (patch)
tree38f45990f810672347d69183354239ae39e51f12 /README.md
parent1686ce2314f9b4be1587b648b960ef222375eb37 (diff)
downloadchef-9d9502f8040f85521daf9ba54a0f2b9b81532954.tar.gz
Remove 'conservative' from dependency tasks.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4697e55190..74f2f3d330 100644
--- a/README.md
+++ b/README.md
@@ -157,7 +157,7 @@ Additionally, periodically Chef will update the desired versions of chef compone
Whenever a change is checked in to `master`, the patch version of `chef` is bumped. To do this, the `lita-versioner` bot listens to github for merged PRs, and when it finds one, takes these actions:
1. Bumps the patch version in `lib/chef/version.rb` (e.g. 0.9.14 -> 0.9.15).
-2. Runs `rake dependencies:update_conservative` to update the `Gemfile.lock` to include the new version.
+2. Runs `rake bundle:install` to update the `Gemfile.lock` to include the new version.
3. Pushes to `master` and submits a new build to Chef's Jenkins cluster.
## Component Versions