summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorCharlotte Koch <charlotte@magentastripe.com>2023-09-16 20:21:15 -0700
committerCharlotte Koch <dressupgeekout@gmail.com>2023-09-16 20:21:39 -0700
commit33c55e208ca7a821533578d3325fadbb35ef3b1c (patch)
treec9f22f72a0cb7e5ac74cf9731dee06cc31ea923a /mk
parent7d141c0665dbc7b8ea2650616043b5acadd77a55 (diff)
Rubygems are always vendored locally
Diffstat (limited to 'mk')
-rw-r--r--mk/willora.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/mk/willora.mk b/mk/willora.mk
index cd77063..4dd7757 100644
--- a/mk/willora.mk
+++ b/mk/willora.mk
@@ -207,6 +207,7 @@ ${ACKNOWLEDGMENTS_OUT}: ${THEMEDIR}/${THEME}-acknowledgments-theme.yml ${ACKNOWL
########## ########## ##########
Gemfile.lock: Gemfile
+ ${BUNDLE} config set --local path ${.CURDIR}/vendor
${BUNDLE} install
########## ########## ##########