This gem integrates with Gitlab's project services to automatically push your dependency files to Gemnasium to track your project's dependencies and get notified about updates and security advisories.
Supported dependency files are:
- Ruby:
Gemfile
,Gemfile.lock
and*.gemspec
- NPM:
package.json
andnpm-shrinkwrap.json
- Pyton:
requirements.txt
,setup.py
andrequires.txt
- PHP Composer:
composer.json
andcomposer.lock
Gitlab provides the Gemnasium service out of the box. Just go to your project settings, under the "Services" section, and enable "Gemnasium"". To set up your service, you need to grab your Gemnasium API KEY and the project's token on gemnasium.com
If you encounter any issue, please contact Gemnasium support.
- Fork the project.
- Make your feature or bug fix.
- Test it.
- Commit.
- Create new pull request.