summaryrefslogtreecommitdiff
path: root/version.h
diff options
context:
space:
mode:
authorAlex Gittemeier <me@a.lexg.dev>2022-02-12 01:04:13 -0600
committergit <svn-admin@ruby-lang.org>2022-03-08 03:40:30 +0900
commit943efa8ca6a5ac43e98265c0606a28d45103b393 (patch)
treef9577e3ab69d81fe94f33c559518f0f04ea33fc5 /version.h
parentc445963575a8572f6b0baf7135093c128adab3b9 (diff)
[rubygems/rubygems] Add newline to validate_platforms! message when platform is missing
When I run bundle install with BUNDLE_DEPLOYMENT=true in the environment on a different platform than I usually do development, I get the following output to the console (wrapped exactly as shown): Your bundle only supports platforms ["x86_64-darwin-19"] but your local platform is x86_64-linux. Add the current platform to the lockfile with `bundle lock --add-platform x86_64-linux` and try again. Because the way the message wraps, its not as simple as copying the suggested command to the clipboard because it contains a newline: $ bundle lock Writing lockfile to [...]/Gemfile.lock $ --add-platform x86_64-linux Adding a newline right before the command forces the command in the error message to be on the same line, which facilitates copy-pasting the command in the message. https://github.com/rubygems/rubygems/commit/4cf6989b11
Diffstat (limited to 'version.h')
0 files changed, 0 insertions, 0 deletions