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

Licensed breaks under Bundler 2.4.1 due to dependency search change #596

Closed
JoshReedSchramm opened this issue Dec 29, 2022 · 0 comments · Fixed by #597
Closed

Licensed breaks under Bundler 2.4.1 due to dependency search change #596

JoshReedSchramm opened this issue Dec 29, 2022 · 0 comments · Fixed by #597

Comments

@JoshReedSchramm
Copy link
Contributor

The latest version of bundler changed the local_search method in this commit - rubygems/rubygems@7b64c64 - to no longer accept a Gem::Dependency object and instead accept an array containing the gem name and version. That causes licensed to break here -

bundler = sources.metadata_source.specs.search(Gem::Dependency.new("bundler", ::Bundler::VERSION)).last

I have a fix locally that I'll push as a PR momentarily but I wanted to log this as an issue in case that is the preferred way to approach a change on this project.

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 a pull request may close this issue.

1 participant