depfu / feedback

🤔 Question, bugs and feedback for Depfu
https://depfu.com
MIT License
9 stars 4 forks source link

'repo is stuck' when Gemfile references locally build gems #74

Open digitaltom opened 2 months ago

digitaltom commented 2 months ago

In our Gemfile, we have this line: gem 'edgecast', '~> 0.2.suse', require: 'edgecast/token'. It references a version of a Rubygem that is not available on rubygems.org, but build locally.

Since about a week depfu.com stopped working, showing an error about above issue:

image

What's the best way to overcome this? Would it help if we use another name for the gem?
A feature like https://github.com/depfu/feedback/issues/35 could help us to workaround that issue.