chore: pin bundler/foreman versions (#2353)
This commit is contained in:
parent
ff53fcab10
commit
2578d0964d
|
@ -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'
|
||||||
|
|
Loading…
Reference in New Issue