From 14216b579f0e4742e5cd93d2a0769bd8685ba407 Mon Sep 17 00:00:00 2001 From: Eliska Hutnikova Date: Sun, 4 Aug 2024 19:38:26 +0200 Subject: [PATCH] Update GitHub action file --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c563ce5..cd50c0a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,6 +12,6 @@ jobs: - name: Build and test with Rake run: | - gem install bundler + gem install bundler -v 2.4.22 bundle install --jobs 4 --retry 3 bundle exec rake