Skip to content

Files

Latest commit

847d111 · Jan 11, 2022

History

History
This branch is 6717 commits behind dependabot/dependabot-core:main.

bundler

dependabot-bundler

Ruby (bundler) support for dependabot-core.

Running locally

  1. Install native helpers

    $ export DEPENDABOT_NATIVE_HELPERS_PATH=$PWD/helpers/install-dir
    $ helpers/v1/build
    $ helpers/v2/build
    
  2. Install Ruby dependencies

    $ bundle install
    
  3. Run tests

    $ bundle exec rspec spec