From ba059c91e414111c2333bf490dd432b5a97907b2 Mon Sep 17 00:00:00 2001 From: Kouhei Sutou Date: Fri, 6 May 2016 23:33:09 +0900 Subject: [PATCH 1/2] Fix Bundler related error on Travis CI --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 917c1c2..89d5a5b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,6 +18,7 @@ notifications: - lourens@methodmissing.com - matt.connolly@me.com before_install: + - gem update bundler - if [[ $(ruby -v) =~ rubinius ]]; then travis_retry gem install rubysl; fi; gem list; true matrix: allow_failures: From 8c7951c675d0ffbc2e281973fb44f0e23d801e90 Mon Sep 17 00:00:00 2001 From: Kouhei Sutou Date: Sat, 7 May 2016 20:49:08 +0900 Subject: [PATCH 2/2] Use json 1.8.3 because Ruby 2.3 or later bundles json 1.8.3 --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index c2c95ca..f9cd251 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,7 +7,7 @@ GEM remote: https://rubygems.org/ specs: ffi2-generators (0.1.1) - json (1.8.1) + json (1.8.3) minitest (5.5.0) rake (10.4.2) rake-compiler (0.8.3)