1
0
mirror of https://github.com/projekteuler/projekteuler.git synced 2025-12-10 08:46:41 +01:00

Update used bundler version

This commit is contained in:
Philipp Fischbeck 2019-03-17 11:40:16 +01:00
parent 6cd4369893
commit 55f1a42cef
2 changed files with 5 additions and 1 deletions

View File

@ -6,6 +6,10 @@ rvm:
- 2.5
- 2.4
- 2.3
bundler_args: --without production
before_install:
- gem update --system
- gem install bundler
script:
- export RAILS_ENV=test
- bundle exec rake db:schema:load

View File

@ -271,4 +271,4 @@ DEPENDENCIES
will_paginate-bootstrap (~> 1.0.1)
BUNDLED WITH
1.17.2
2.0.1