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
Thanks for updating the dependabot-core version in the Dockerfile !!
However I need some code that have been deployed on a later version and while debugging I noticed that the User-Agent on all requests is: "User-Agent" => "dependabot-core/0.209.0 excon/0.92.4 ruby/2.7.6 (x86_64-linux) (+https://github.com/dependabot/dependabot-core)"
Then, looking in the code I noticed the Gemfile is still looking for an old version:
gem "dependabot-omnibus", "~> 0.209.0"
Will you update it ?
Thanks :)
The text was updated successfully, but these errors were encountered:
Hello,
Thanks for updating the dependabot-core version in the Dockerfile !!
However I need some code that have been deployed on a later version and while debugging I noticed that the User-Agent on all requests is:
"User-Agent" => "dependabot-core/0.209.0 excon/0.92.4 ruby/2.7.6 (x86_64-linux) (+https://github.com/dependabot/dependabot-core)"
Then, looking in the code I noticed the Gemfile is still looking for an old version:
gem "dependabot-omnibus", "~> 0.209.0"
Will you update it ?
Thanks :)
The text was updated successfully, but these errors were encountered: