Skip to content

Commit

Permalink
set bundler path locally, not globally
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-fixit committed Dec 4, 2020
1 parent 5a53d71 commit 3a7a5a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ if ! command -v bundle > /dev/null; then
exit 1
fi

bundle config set path 'vendor/bundle'
bundle config set path --local 'vendor/bundle'
bundle install

cd "Examples"
Expand Down

0 comments on commit 3a7a5a5

Please sign in to comment.