From 2578d0964d707eb2a4aaa4736f1ff26c1a71a8a8 Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Sun, 8 Jan 2023 20:01:31 -0800 Subject: [PATCH] chore: pin bundler/foreman versions (#2353) --- bin/install-mastodon.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/install-mastodon.js b/bin/install-mastodon.js index 8dd0519e..002ad3b9 100644 --- a/bin/install-mastodon.js +++ b/bin/install-mastodon.js @@ -43,8 +43,8 @@ async function setupMastodonDatabase () { async function installMastodonDependencies () { const cwd = mastodonDir const installCommands = [ - 'gem update --system', - 'gem install bundler foreman', + 'gem install bundler -v 2.3.26 --no-document', + 'gem install foreman -v 0.87.2 --no-document', 'bundle config set --local frozen \'true\'', 'bundle install', 'yarn --pure-lockfile'