Ruby - RubyGems

See a breakdown of the file formats and features supported in Ruby.

Debricked currently supports tracking Ruby dependencies via RubyGems, using its associated Gemfile.lock files. If the file is committed to your repository, it will be automatically scanned for dependencies when you have done any of our integrations to your CI/CD pipeline.

Supported file formats and features

Package ManagerSupported File FormatsRoot dependencies Indirect dependenciesDependency treesSecurity ScanningLicense ScanningRoot FixPull RequestVulnerable FunctionalityHigh Performance Scan

RubyGems

Gemfile.lock

Yes*

*This is a native lock file format. Native lock file formats are the fastest formats to scan.

Last updated