summaryrefslogtreecommitdiff
path: root/docs/dev/how_to/updating_dependencies.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/dev/how_to/updating_dependencies.md')
-rw-r--r--docs/dev/how_to/updating_dependencies.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dev/how_to/updating_dependencies.md b/docs/dev/how_to/updating_dependencies.md
index 82bfc346bb..638d409e4c 100644
--- a/docs/dev/how_to/updating_dependencies.md
+++ b/docs/dev/how_to/updating_dependencies.md
@@ -4,7 +4,7 @@ If you want to change our constraints (change which packages and versions we acc
* [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/Gemfile](../../../omnibus/Gemfile) and [omnibus/Gemfile.lock](../../../omnibus/Gemfile.lock): Gems for the omnibus build system itself.
+* [omnibus/Gemfile](../../../omnibus/Gemfile) and [omnibus/Gemfile.lock](../../../omnibus/Gemfile.lock): Gems for the omnibus build system itself.
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`: