17344: Update bundle usage.
authorTom Clegg <tom@curii.com>
Mon, 11 Jul 2022 13:56:27 +0000 (09:56 -0400)
committerTom Clegg <tom@curii.com>
Thu, 14 Jul 2022 13:21:41 +0000 (09:21 -0400)
commit71c950e0fd83ec868339dcf9ed879bf4ea44107e
tree4f8bd8601434cf0a14da92dfe657883f1af5191a
parent9dfd25989a0b93f20936812d99bf453dd9c079f2
17344: Update bundle usage.

[DEPRECATED] The `--deployment` flag is deprecated because it relies
on being remembered across bundler invocations, which bundler will no
longer do in future versions. Instead please use `bundle config set
--local deployment 'true'`, and stop using this flag
[DEPRECATED] The `--path` flag is deprecated because it relies on
being remembered across bundler invocations, which bundler will no
longer do in future versions. Instead please use `bundle config set
--local path '/var/www/.gem'`, and stop using this flag
[DEPRECATED] The `--without` flag is deprecated because it relies on
being remembered across bundler invocations, which bundler will no
longer do in future versions. Instead please use `bundle config set
--local without 'development test diagnostics performance'`, and stop
using this flag

Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom@curii.com>
lib/install/deps.go