Bundler deprecations
Unknown-Guy opened this issue · 0 comments
Unknown-Guy commented
[DEPRECATED] `Bundler.with_clean_env` has been deprecated in favor of `Bundler.with_unbundled_env`. If you instead want the environment before bundler was originally loaded, use `Bundler.with_original_env` (called at /home/jenkins/.rvm/gems/jruby-9.2.7.0@delivery/gems/capistrano-bundle_rsync-0.5.2/lib/capistrano/bundle_rsync/bundler.rb:6)
20:28:08 00:46 bundle_rsync:bundler:install
01 bundle --gemfile /home/jenkins/workspace/deploy_PROD/.local_repo/releases/20210420202807/Gemfile --deployment --quiet --path /home/jenkins/workspace/deploy_PROD/.local_repo/bundle --without development test
01 [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
01 [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 '/home/jenkins/workspace/deploy_PROD/.local_repo/bundle'`, and stop using this flag
01 [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'`, and stop using this flag