From 55a186ccd49438ea95260e15ea2150e7845801c8 Mon Sep 17 00:00:00 2001 From: Azul Date: Sun, 10 Apr 2016 19:07:42 +0200 Subject: test: try latest rubygems and bundler --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index f4033a8..ae4b27f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,5 +6,7 @@ cache: bundler notifications: email: false before_install: - - gem update --system 2.4.5 + - gem update --system + - gem install bundler - gem --version + - bundle --version -- cgit v1.2.3