Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bundler.with_clean_env and the '--without' flag are deprecated #397

Open
nlewis84 opened this issue Dec 5, 2020 · 0 comments
Open

Bundler.with_clean_env and the '--without' flag are deprecated #397

nlewis84 opened this issue Dec 5, 2020 · 0 comments

Comments

@nlewis84
Copy link

nlewis84 commented Dec 5, 2020

[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 /using-bundler-online-web-sp-000/spec/bundler_spec.rb:56)

[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 without 'development', and stop using this flag

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant