From e739145b9d9663294d09e4220243388fb196f9f3 Mon Sep 17 00:00:00 2001 From: Jonathan Barber Date: Thu, 23 May 2019 11:20:39 +0100 Subject: [PATCH 1/2] Bump version --- lib/http/exceptions/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/http/exceptions/version.rb b/lib/http/exceptions/version.rb index 0a24080..1064d3d 100644 --- a/lib/http/exceptions/version.rb +++ b/lib/http/exceptions/version.rb @@ -1,5 +1,5 @@ module Http module Exceptions - VERSION = "0.1.2" + VERSION = "0.1.3" end end From d3a12179eeac83840356fd22e6740bb3154118b9 Mon Sep 17 00:00:00 2001 From: Jonathan Barber Date: Mon, 27 May 2019 11:01:09 +0100 Subject: [PATCH 2/2] Don't update bundler in Travis For some reason it's causing tests for Ruby 2.3 to fail. --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index fe11ed4..c81ee8d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,9 +11,6 @@ rvm: - 2.3.0 - ruby-head script: bundle exec rspec spec -# ! Update bundler before running test in Travis to avoid buggy version of bundler -before_install: - - gem update bundler matrix: fast_finish: true allow_failures: