Skip to content

Commit

Permalink
Update Makefile to set local bundle install location instead of depre…
Browse files Browse the repository at this point in the history
…cated parm
  • Loading branch information
cloudcosmonaut committed Oct 6, 2020
1 parent 6000052 commit daff866
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
@@ -1,7 +1,8 @@
.PHONY: install test

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

clean:
rm -rf vendor/
Expand Down

0 comments on commit daff866

Please sign in to comment.