diff options
| author | Charlotte Koch <charlotte@magentastripe.com> | 2023-09-16 20:21:15 -0700 |
|---|---|---|
| committer | Charlotte Koch <dressupgeekout@gmail.com> | 2023-09-16 20:21:39 -0700 |
| commit | 33c55e208ca7a821533578d3325fadbb35ef3b1c (patch) | |
| tree | c9f22f72a0cb7e5ac74cf9731dee06cc31ea923a | |
| parent | 7d141c0665dbc7b8ea2650616043b5acadd77a55 (diff) | |
Rubygems are always vendored locally
| -rw-r--r-- | mk/willora.mk | 1 |
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 ########## ########## ########## |
