Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle changes in materializing lazy specs in recent versions of bundler #535

Merged
merged 3 commits into from
Aug 17, 2022

Conversation

jonabc
Copy link
Contributor

@jonabc jonabc commented Aug 17, 2022

Seen in CI logs on a dependency update, licensed isn't working as expected for recent versions of bundler. As far as I can tell this has to do with small changes in the materialization of lazy specifications, and theres a new method materialize_for_installation that I can tie into to check whether materialization failed. From what I can tell it should play fine with the previous __materialize__ override and should only affect newer versions of bundler that implement the method on LazySpecifications.

@jonabc
Copy link
Contributor Author

jonabc commented Aug 17, 2022

The licensed-ci GitHub Action has created a pull request containing license metadata updates based on the changes in this branch.

Please review the pull request for any additional changes required and merge when ready.

License updates for fix-bundler-2.3.20
@jonabc jonabc merged commit 5a67ba2 into master Aug 17, 2022
@jonabc jonabc deleted the fix-bundler-2.3.20 branch August 17, 2022 02:42
jonabc added a commit that referenced this pull request Aug 17, 2022
## 3.7.3

### Fixed

- Swift test fixtures build artifacts are now ignored (:tada: @CvX #524)
- Running cargo test fixture setup no longer deletes test files (:tada: @CvX #525)
- Bundler test fixtures are compatible with latest macOS silicon(:tada: @CvX #528)
- Fix segfaults seen using licensed with ruby 3.0.4 (#530)
- Fix compatibility with latest versions of bundler 2.3 (#535)
@jonabc jonabc mentioned this pull request Aug 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant