Deprecated use of --path when installing bundle (#473)
authorocaisa <a.ocais@fz-juelich.de>
Fri, 10 Jul 2020 17:08:06 +0000 (19:08 +0200)
committerGitHub <noreply@github.com>
Fri, 10 Jul 2020 17:08:06 +0000 (13:08 -0400)
Makefile

index 366840ec9c7a62bbdcb8623cae0513a3e8cdf420..37c7b2c8586298e3dd3788a130171ccf0c390746 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ export SHELL = /bin/bash
 
 # Settings
 MAKEFILES=Makefile $(wildcard *.mk)
-JEKYLL=bundle install --path .vendor/bundle && bundle update && bundle exec jekyll
+JEKYLL=bundle config --local set path .vendor/bundle && bundle install && bundle update && bundle exec jekyll
 PARSER=bin/markdown_ast.rb
 DST=_site