devdocs icon indicating copy to clipboard operation
devdocs copied to clipboard

Fixed bundle install --system deprecation warning

Open SKalt opened this issue 4 years ago • 0 comments

On docker build ., I noticed the message

[DEPRECATED] The --system 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 system 'true', and stop using this flag

I replaced the deprecated flag in both Dockerfiles. Rebuilting the image worked as expected with the change.

SKalt avatar Feb 22 '20 19:02 SKalt