diff --git a/.woodpecker.yml b/.woodpecker.yml index 8c44f3c..e441f8b 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -2,7 +2,7 @@ pipeline: setup: image: ruby:3.0 commands: - - 'bundle install rake' + - 'gem install rake' - 'bundle config set --local path "vendor/bundle"' - 'bundle install'