-
Notifications
You must be signed in to change notification settings - Fork 317
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
Bundler fails to parse dependency "NoSuchElementException: Key spoon is missing in the map." #7478
Comments
Can you please share a stacktrace, or a real value for the |
There is no stacktrace: the error is not fatal and the analyzer continues
I shared the value of with you on Slack |
Have you tried |
Here is the stacktrace:
|
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
I'm having a similar issue as well
|
@aames-cls, can you please share the project you're using for testing? |
I see a similar issue as @aames-cls mentioned only when my Gemfile includes comments |
@lancedikson are you able to reproduce the problem by adding comments to any of the test projects in this directory? Because I tried, and I can't. |
@lancedikson, your issue (with is different from the original issue reported in this thread) should be fixed by #8644. Please give it a try. |
@aames-cls I believe your issue (which also is different than the OP's) got also resolved with #8644. |
Closing due to a lack of feedback. |
One of our projects gets the following scan issue:
Failed to parse dependency 'spoon' of project 'Bundler::Gemfile:' in '/builds/oss/oss-review-toolkit/ort-gitlab-ci/project': NoSuchElementException: Key spoon is missing in the map.
I was able to reproduce the issue with this minimal Gemfile:
Interestingly, the error disappears when changing the Gemfile to the following:
Here is the diff between
bootstrap-sass-2:2.3.2.2.pre.5
andbootstrap-sass:2.3.2.2
The text was updated successfully, but these errors were encountered: