From 55f1a42cef8b018b64bc2efcc9292bd97885c87b Mon Sep 17 00:00:00 2001 From: Philipp Fischbeck Date: Sun, 17 Mar 2019 11:40:16 +0100 Subject: [PATCH] Update used bundler version --- .travis.yml | 4 ++++ Gemfile.lock | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 864de30..aa88527 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/Gemfile.lock b/Gemfile.lock index a18d0aa..4c441fa 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -271,4 +271,4 @@ DEPENDENCIES will_paginate-bootstrap (~> 1.0.1) BUNDLED WITH - 1.17.2 + 2.0.1