Skip to content
Snippets Groups Projects

upgrade: rails 4.2.11.1

Merged azul requested to merge upgrade/rails into master
3 files
+ 53
53
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 1
1
@@ -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
Loading