From 78ddd7a862a24c5a0ab84c16320c8342b9ff5ba5 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Tue, 5 May 2020 22:16:36 -0700 Subject: Update the commands in the docs too Signed-off-by: Tim Smith --- docs/dev/how_to/updating_dependencies.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/dev/how_to/updating_dependencies.md b/docs/dev/how_to/updating_dependencies.md index 995bf4aabf..82bfc346bb 100644 --- a/docs/dev/how_to/updating_dependencies.md +++ b/docs/dev/how_to/updating_dependencies.md @@ -9,7 +9,5 @@ If you want to change our constraints (change which packages and versions we acc 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 -bundle lock --update --add-platform x64-mingw32 -bundle lock --update --add-platform x86-mingw32 +bundle lock --update --add-platform ruby x64-mingw32 x86-mingw32 ``` -- cgit v1.2.1