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 () {
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'