You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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/circleci/project/vendor/bundle/ruby/2.5.0/gems/semaphore_****_boosters-2.6.0/lib/****_boosters/shell.rb:32)
Had the same issue today using this gem in gitlab CI =>
[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 /builds/[MASKED]/[MASKED]/vendor/bundle/ruby/2.7.0/gems/semaphore_test_boosters-2.7.1/lib/test_boosters/shell.rb:32)
@pboling you mentioned that this is fixed in several forks, do you have any recommendation on the one to use? All forks are mostly 0 stars
It is being triggered by this code: https://github.com/renderedtext/test-boosters/blob/master/lib/test_boosters/shell.rb#L32
The text was updated successfully, but these errors were encountered: