corgibytes / freshli-lib

A tool for collecting historical metrics about a project's dependencies
MIT License
17 stars 1 forks source link

Add support for Gemfiles #155

Open nickiemc opened 3 years ago

nickiemc commented 3 years ago

Some Ruby repositories (especially libraries), may only have a Gemfile file, not a Gemfile.lock file.

The code should be updated to correctly process a Gemfile on its own.

nickiemc commented 3 years ago

An example repository for testing is https://github.com/rswag/rswag.