Apply bundler gem template recommendations

This commit is contained in:
Dzmitry Plashchynski
2015-04-11 18:44:51 +03:00
parent a11a8985c3
commit aaa8bc40e5
11 changed files with 75 additions and 42 deletions

7
bin/setup Normal file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
set -euo pipefail
IFS=$'\n\t'
bundle install
# Do any other automated setup that you need to do here