Closed sato11 closed 1 year ago
Thanks for the PR, we will review as soon as priorities allow.
Hey @sato11, thanks for the PR
Unfortunately this isn't mergeable as with_unbundled_env
doesn't exist in the old Bundler versions that we have to use when testing against Ruby 1.9
These tests are on my list to rewrite as they're quite slow and can break easily, so hopefully this deprecation notice won't be around that much longer anyway
That's a good point. Thanks for maintaining 👍
Running spec outputs the following deprecation message:
This commit switches them accordingly and make the test suite free of bundler warnings.
Design
The message says we have another option,
Bundler.with_original_env
, which I did not opt for as simply replacing withwith_unbundled_env
seems alright for tests to pass.Testing
The CI workflow will let us know that bin/rake passes.