grosser / wwtd

WWTD: Travis simulator - faster + no more waiting for build emails
MIT License
366 stars 21 forks source link

change invocations of deprecated Bundler.with_clean_env #59

Closed notEthan closed 4 years ago

notEthan commented 4 years ago

fixes 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

I'm not actually sure if this should call with_unbundled_env or with_original_env though. I'll switch to with_original_env if somebody knows that is better.

grosser commented 4 years ago

fixed by https://github.com/grosser/wwtd/pull/61

grosser commented 4 years ago

v1.4.1

notEthan commented 4 years ago

thanks!