You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am getting a runtime error in the dependabot-core docker image because the /common/lib/dependabot/utils.rb file doesn't have a require "set" but is using the Set class in line 36. I am not fluent in ruby I'm not sure if this should be needed or if it is a problem with how the docker image is made.