From 91ec465bc42b9ae274652e268c9197f946417a32 Mon Sep 17 00:00:00 2001 From: Matteo Mortari Date: Sat, 13 Jan 2024 11:53:17 +0100 Subject: [PATCH] ci: fix build.yml rubygems-update version by pinning --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2bc0c3c0896..796c36d8d99 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,7 +31,7 @@ jobs: # necessary to get ruby 2.3 to work nicely with bundler vendor/bundle cache # can remove once ruby 2.3 is no longer supported - - run: gem update --system + - run: gem update --system 3.4.22 - run: bundle config set deployment 'true' - name: bundle install