diff --git a/samples/Ruby/filenames/Brewfile b/samples/Ruby/filenames/Brewfile new file mode 100644 index 00000000..d8448e68 --- /dev/null +++ b/samples/Ruby/filenames/Brewfile @@ -0,0 +1,9 @@ +tap 'caskroom/cask' +tap 'telemachus/brew', 'https://telemachus@bitbucket.org/telemachus/brew.git' +brew 'emacs', args: ['with-cocoa', 'with-gnutls'] +brew 'redis', restart_service: true +brew 'mongodb' +brew 'sphinx' +brew 'imagemagick' +brew 'mysql' +cask 'google-chrome'