Commit 7d94fa5
committed
Fix deprecation warning for Bundler.with_clean_env
Fixes the following:
[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 /Users/x/src/overcommit/spec/integration/gemfile_option_spec.rb:63)1 parent 942969a commit 7d94fa5
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
0 commit comments