script/bootstrap in
licensed-2.8.0
vs script/bootstrap in
licensed-2.9.0
- old
+ new
@@ -1,5 +1,6 @@
#!/bin/bash set -euo pipefail IFS=$'\n\t'
-bundle install --path vendor/gems
+bundle config set path 'vendor/gems'
+bundle install