From d124465bc3a83a614eb10eb7c6d6ddff2fc00f35 Mon Sep 17 00:00:00 2001 From: Ahmed AbdelHalim Date: Fri, 30 Jun 2023 15:31:58 +0200 Subject: Fix ruby 3 incompatible hash params/keywards --- .builds/ruby.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.builds/ruby.yml') diff --git a/.builds/ruby.yml b/.builds/ruby.yml index d488102..41893c6 100644 --- a/.builds/ruby.yml +++ b/.builds/ruby.yml @@ -1,4 +1,4 @@ -image: alpine/latest +image: alpine/3.18 packages: - ruby @@ -15,7 +15,7 @@ secrets: tasks: - install: | cd game-of-life/CLI/ruby - bundle install -j $(nproc) + sudo bundle install -j $(nproc) - test: | cd game-of-life/CLI/ruby -- cgit v1.2.3