diff options
author | Chris Doherty <cdoherty@chef.io> | 2016-05-09 09:55:09 -0700 |
---|---|---|
committer | Chris Doherty <cdoherty@chef.io> | 2016-05-09 12:30:11 -0700 |
commit | 9d9502f8040f85521daf9ba54a0f2b9b81532954 (patch) | |
tree | 38f45990f810672347d69183354239ae39e51f12 /README.md | |
parent | 1686ce2314f9b4be1587b648b960ef222375eb37 (diff) | |
download | chef-9d9502f8040f85521daf9ba54a0f2b9b81532954.tar.gz |
Remove 'conservative' from dependency tasks.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |