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

use Bundler.with_unbundled_env instead of Bundler.with_clean_env #16

Conversation

blueberrystream
Copy link
Contributor

This fixes the following warning:

[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 /app/.bundle/vendor/ruby/3.0.0/gems/capistrano-locally-0.2.7/lib/capistrano/locally.rb:26)

This fixes the following warning:

```
[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 /app/.bundle/vendor/ruby/3.0.0/gems/capistrano-locally-0.2.7/lib/capistrano/locally.rb:26)
```

Signed-off-by: Fumihito Hachinohe <[email protected]>
@komazarari
Copy link
Owner

Thank you for your excellent update!

@komazarari komazarari merged commit b0c68a4 into komazarari:master Aug 11, 2021
@blueberrystream blueberrystream deleted the feature/use-bundler-with_unbundled_env branch August 11, 2021 07:00
@komazarari
Copy link
Owner

I'd like to support old versions of Bundler for a little while, I'll check the compatibility and release the gem a little later. 🙇

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

Successfully merging this pull request may close these issues.

2 participants