summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-04-12 11:46:28 -0700
committerMary Jinglewski <mjinglewski@chef.io>2019-04-12 15:06:10 -0400
commitf4e8e38c5cfd3144a83d6d70d4ac58bcdff0cba5 (patch)
treedb0d68730e96c80ae4c6d287102ae63da7df8210
parent2bb99871688b24ad447692f71eb6be5983ec5a58 (diff)
downloadchef-f4e8e38c5cfd3144a83d6d70d4ac58bcdff0cba5.tar.gz
Remove a whole outdated section
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--docs/dev/how_to/updating_dependencies.md8
1 files changed, 2 insertions, 6 deletions
diff --git a/docs/dev/how_to/updating_dependencies.md b/docs/dev/how_to/updating_dependencies.md
index 86b54a5edc..995bf4aabf 100644
--- a/docs/dev/how_to/updating_dependencies.md
+++ b/docs/dev/how_to/updating_dependencies.md
@@ -3,14 +3,10 @@
If you want to change our constraints (change which packages and versions we accept in the chef), there are several places to do so:
* [Gemfile](../../../Gemfile) and [Gemfile.lock](../../../Gemfile.lock): All gem version constraints (update with `bundle update`)
-* [omnibus_overrides.rb](../../../omnibus_overrides_rb): Pinned versions of omnibus packages.
+* [omnibus_overrides.rb](../../../omnibus_overrides.rb): Pinned versions of omnibus packages.
* [omnibus/Gemfile](../../../omnibus/Gemfile) and [omnibus/Gemfile.lock](../../../omnibus/Gemfile.lock): Gems for the omnibus build system itself.
-In addition, there are several places where versions are pinned for CI tasks:
-
-* [kitchen-tests/Gemfile](../../../kitchen-tests/Gemfile) and [kitchen-tests/Gemfile.lock](../../../kitchen-tests/Gemfile.lock): Gems for test-kitchen tests (travis)
-
-In order to update everything, run `rake dependencies`. Note that the [Gemfile.lock](Gemfile.lock) pins windows platforms, and to fully regenerate the lockfile, you must use the following commands, or run `rake dependencies:update_gemfile_lock`:
+In order to update everything, run `rake dependencies`. Note that the [Gemfile.lock](Gemfile.lock) pins Windows platform gems, and to fully regenerate the lockfile, you must use the following commands, or run `rake dependencies:update_gemfile_lock`:
```bash
bundle lock --update --add-platform ruby