From d131266f77e68d420f5f47cd207377b2150ecd9b Mon Sep 17 00:00:00 2001 From: Azul <azul@riseup.net> Date: Sun, 17 Mar 2019 15:51:42 +0100 Subject: [PATCH] ci: remove outdated gem options --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 896fb7c..4394ccf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,7 +12,7 @@ cache: before_script: - ruby -v # Print out ruby version for debugging - apt-get update -q && apt-get install libsodium-dev -yqq - - gem install bundler --no-ri --no-rdoc # Bundler is not installed with the image + - gem install bundler # Bundler is not installed with the image - bundle install -j $(nproc) --path vendor # Install dependencies into ./vendor/ruby test: -- GitLab