-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Depwatcher: Fix rubygems resource as input page is updated
Before: ‣ docker run --rm -i coredeps/depwatcher /opt/resource/check < /tmp/rgcheck {"source":{"name":"rubygems","type":"rubygems_cli"}}[] After: ‣ docker run --rm -i coredeps/depwatcher /opt/resource/check < /tmp/rgcheck {"source":{"name":"rubygems","type":"rubygems_cli"}} [{"ref":"3.6.5"}] {"source":{"name":"rubygems","type":"rubygems_cli"}} Compare previous vs current: https://web.archive.org/web/20241011093425/https://rubygems.org/pages/download I also had to update the tests for Node LTS to get the testsuite passing since the LTS version has changed since previous depwatcher code change. The 'resources' CI pipeline do not exist anymore. So I manually built the depwatcher dockerimage and pushed it to coredeps/depwatcher
- Loading branch information
Showing
4 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters