Ankit Honey

Results 45 comments of Ankit Honey

Hello folks, Could I get a simple composer.json file to reproduce this issue? I am using the below composer.json file and Dependabot is correctly creating the PR. `Composer.json` ```json {...

@rlvk-tc : Just F.Y.I , when I run the `composer update` locally, it does not update the `composer.json`. But `composer require "" -W` will update the composer.json file.

@deivid-rodriguez I am now looking at the issue and thank you for helping! I will try to reproduce the issue.

@lucien-heart I got all the manifest files from the customers, I am in the process to reproduce the issue today as @deivid-rodriguez requested.

@deivid-rodriguez :Based on analyzing the [logs_21188243323.zip](https://github.com/dependabot/dependabot-core/files/14449661/logs_21188243323.zip), I can see a pattern that, whenever there is call to `304 https://index.rubygems.org:443/versions` there is a significant delay of more then ~22 seconds to...

> [@honeyankit](https://github.com/honeyankit) Sounds like the request to `https://pkgs.shopify.io:443/basic/gems/ruby/versions` may be timing out and that's why it takes so long? Thank you @deivid-rodriguez . I have requested for the read access...

@deivid-rodriguez One thing stood out is the affected repo is having 110+ gemspec file in their repo where dependabot job is timing out. The file parser and resolve_version functions are...

@CodingAnarchy I am going to deploy this PR. There is still some work left from our side on the API side, which I have started already. Thank you everyone who...