FOSSA supports projects that use Rubygems and Bundler. We are currently on Ruby v2.3.3
We look for and analyze the following files for license and dependency information
.gemspecGemfileGemfile.lockFOSSA will find any package available on www.rubygems.org
We use the rubygems.org weekly data dumps to gather info on all gems.
Declared licenses in .gemspec files will be picked up
We use Bundler (version: ~>1.6.0) to resolve dependencies.
If a Gemfile.lock is available, then we will use the version given there for a dependency.
We will ignore all development dependencies (added in .gemspec file with add_development_dependency) and all dependencies in the :test and :development groups in your Gemfile.
git or github sources.