Skip to content

Instantly share code, notes, and snippets.

@wshihadeh
Created May 12, 2020 07:53
Show Gist options
  • Save wshihadeh/5e2069c9128d512335187c4452cd32fa to your computer and use it in GitHub Desktop.
Save wshihadeh/5e2069c9128d512335187c4452cd32fa to your computer and use it in GitHub Desktop.
BundleInstall
BundleInstall:
enabled: true
description: 'Install Bundler dependencies'
requires_files: true
required_executable: 'bundle'
install_command: 'gem install bundler'
flags: ['install']
include:
- 'Gemfile'
- 'Gemfile.lock'
- '*.gemspec'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment