Skip to content

Commit 0946f5e

Browse files
committed
BAU: Allow mise to be used instead of rbenv
Some people prefer `mise` - this lets it fail over to that when run locally. Also, bump a gemfile lock for a new MacOS version.
1 parent 417bc2f commit 0946f5e

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

infra/deployments/forms/pipelines/pipeline-invoker/Gemfile.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ GEM
115115
PLATFORMS
116116
arm64-darwin-22
117117
arm64-darwin-23
118+
arm64-darwin-24
118119
x86_64-darwin-23
119120
x86_64-linux
120121

infra/deployments/forms/pipelines/pre-init.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ init_ruby_project(){
2121
export RBENV_VERSION
2222
fi
2323

24-
rbenv version
24+
rbenv version || mise list -c ruby
2525

2626
BUNDLE_PATH="vendor/bundle" BUNDLE_WITHOUT="development:test" bundle install
2727
)

0 commit comments

Comments
 (0)