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:
parent
6cd4369893
commit
55f1a42cef
@ -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
|
||||
|
||||
@ -271,4 +271,4 @@ DEPENDENCIES
|
||||
will_paginate-bootstrap (~> 1.0.1)
|
||||
|
||||
BUNDLED WITH
|
||||
1.17.2
|
||||
2.0.1
|
||||
|
||||
Loading…
Reference in New Issue
Block a user