We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc8a2bc commit a239bcfCopy full SHA for a239bcf
bin/setup
@@ -0,0 +1,8 @@
1
+#!/usr/bin/env bash
2
+set -euo pipefail
3
+IFS=$'\n\t'
4
+set -vx
5
+
6
+bundle install
7
8
+# Do any other automated setup that you need to do here
0 commit comments