Skip to content

Commit e23e6d8

Browse files
authored
mention Ruby related work (#1055)
1 parent 593bd3d commit e23e6d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,3 +220,4 @@ Here we list some related work that we found while researching this topic.
220220
- Maven: https://github.com/vandmo/dependency-lock-maven-plugin
221221
- Gradle: For Gradle, there exists a built-in solution: https://docs.gradle.org/current/userguide/dependency_locking.html. This solution only works for Gradle builds and is deeply connected to the Gradle build system. The Gradle ecosystem is fast changing and so is its dependency resolution. Our lockfile is independent of the build system and can be used to validate the integrity of a maven repository.
222222
- NPM: https://docs.npmjs.com/cli/v9/configuring-npm/package-lock-json
223+
- Ruby: Bundler has built-in checksum verification since 2.6, see [doc](https://mensfeld.pl/2025/01/the-silent-guardian-why-bundler-checksums-are-a-game-changer-for-your-applications/)

0 commit comments

Comments
 (0)