Created
May 12, 2020 07:53
-
-
Save wshihadeh/5e2069c9128d512335187c4452cd32fa to your computer and use it in GitHub Desktop.
BundleInstall
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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