Skip to content
Snippets Groups Projects
Commit d131266f authored by azul's avatar azul
Browse files

ci: remove outdated gem options

parent 93e785e7
No related branches found
No related tags found
No related merge requests found
Pipeline #23449 passed
...@@ -12,7 +12,7 @@ cache: ...@@ -12,7 +12,7 @@ cache:
before_script: before_script:
- ruby -v # Print out ruby version for debugging - ruby -v # Print out ruby version for debugging
- apt-get update -q && apt-get install libsodium-dev -yqq - 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 - bundle install -j $(nproc) --path vendor # Install dependencies into ./vendor/ruby
test: test:
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment