commit 0e224654de4db16e08dd16a6bce582644200fedd from: Oliver Lowe date: Thu Apr 21 10:28:58 2022 UTC use ruby-provided bundler commit - 4678774c426670448c60935026a79634b84003a5 commit + 0e224654de4db16e08dd16a6bce582644200fedd blob - 26ca606503577fc68724b9691e1a068512b79e04 blob + 230211b31fc9a412fa79e265d11da790cc353c7a --- .build.yml +++ .build.yml @@ -9,6 +9,6 @@ tasks: - test: cd mailmux && go test ./... - docs: | cp mailmux/docs/httpapiref.md slate/source/index.html.md - gem install bundler - bundle install - bundle exec middleman build + cd slate + bundle27 install --path vendor/bundle + bundle27 exec middleman build