chore: pin bundler/foreman versions

pin-bundler
Nolan Lawson 2023-01-08 18:28:40 -08:00
rodzic ff53fcab10
commit 051e86e3a6
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -43,8 +43,8 @@ async function setupMastodonDatabase () {
async function installMastodonDependencies () { async function installMastodonDependencies () {
const cwd = mastodonDir const cwd = mastodonDir
const installCommands = [ const installCommands = [
'gem update --system', 'gem install bundler -v 2.3.26 --no-document',
'gem install bundler foreman', 'gem install foreman -v 0.87.2 --no-document',
'bundle config set --local frozen \'true\'', 'bundle config set --local frozen \'true\'',
'bundle install', 'bundle install',
'yarn --pure-lockfile' 'yarn --pure-lockfile'