diff options
Diffstat (limited to '.builds/ruby.yml')
| -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 |
