Skip to content

Deprecation: Bundler.with_clean_env #78

Description

@pboling
[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)

It is being triggered by this code: https://github.com/renderedtext/test-boosters/blob/master/lib/test_boosters/shell.rb#L32

    def with_clean_env
      defined?(Bundler) ? Bundler.with_clean_env { yield } : yield
    end

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions