script/source-setup/bundler in licensed-1.5.2 vs script/source-setup/bundler in licensed-2.0.0
- old
+ new
@@ -12,9 +12,9 @@
# unset any pre-existing gemfile when installing test fixtures
unset BUNDLE_GEMFILE
if [ "$1" == "-f" ]; then
- find . -not -regex "\.*" -and -not -name "Gemfile" -print0 | xargs -0 rm -rf
+ find . -not -regex "\.*" -and -not -name "Gemfile" -and -not \( -path ./pathed-gem-fixture -prune \) -print0 | xargs -0 rm -rf
fi
bundle install --path vendor/gems --without ignore