Remove --deployment flag on bundle install
Remove --deployment
flag on bundle install
since the --deployment
flag on bundle install
was deprecated.
That was originally introduced in !448 (merged) in 2017-11.
$ make test
[...]
[...]
[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
[...]
[...]
https://gitlab.com/gitlab-org/gitaly/-/jobs/1104588424 shows (in its full log):
[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 deployment 'true'`, and stop using this flag
References
Edited by Takuya Noguchi