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

ci: install bundler < version 2

parent 0996b22d
No related branches found
No related tags found
1 merge request!62upgrade: rails 4.2.11.1
Pipeline #23513 passed
......@@ -41,7 +41,7 @@ before_script:
- curl -s couchdb:5984
- cp config/ci/gitlab/couchdb.yml config/couchdb.admin.yml
- cp config/ci/gitlab/couchdb.yml config
- gem install bundler --no-ri --no-rdoc
- gem install bundler --version '< 2'
- bundle install -j $(nproc) --path vendor --without development debug
- bundle exec rake RAILS_ENV=test db:rotate
- bundle exec rake RAILS_ENV=test db:migrate
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment