diff options
| author | Ahmed AbdelHalim <[email protected]> | 2023-06-30 15:31:58 +0200 |
|---|---|---|
| committer | Ahmed AbdelHalim <[email protected]> | 2023-06-30 15:31:58 +0200 |
| commit | d124465bc3a83a614eb10eb7c6d6ddff2fc00f35 (patch) | |
| tree | 199fe32dd14b5cd42e472e81969e7241712b0e63 /.builds | |
| parent | bc9132d334fbe2e1c01697fc6114f09097457109 (diff) | |
Fix ruby 3 incompatible hash params/keywards
Diffstat (limited to '.builds')
| -rw-r--r-- | .builds/ruby.yml | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
