bin/setup in scim-kit-0.5.0 vs bin/setup in scim-kit-0.5.1
- old
+ new
@@ -1,6 +1,7 @@
#!/usr/bin/env bash
set -euo pipefail
IFS=$'\n\t'
-set -vx
+ruby -v
+gem install bundler --conservative -v '~> 2.0'
bundle check || bundle install --jobs "$(sysctl -n hw.ncpu || nproc)"