From ffe01467c5f2f504a1322d84289a8c447ce664ab Mon Sep 17 00:00:00 2001 From: cn Date: Fri, 4 Jan 2019 15:39:51 +0100 Subject: [PATCH] gem: add Ruby 2.6 support --- .travis.yml | 1 + CHANGELOG.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ca647d5..7f31bd0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,7 @@ sudo: false language: ruby rvm: + - 2.6 - 2.5 - 2.4 - 2.3 diff --git a/CHANGELOG.md b/CHANGELOG.md index acecd28..26f5456 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ IMPROVEMENTS: - Better protocol compliance by returning `badauth` in response body on HTTP 401 errors - Better code maintainability by refactorings - Update dependencies, mainly `rack` to new major version 2 -- Add Ruby 2.5 support +- Add Ruby 2.5 and Ruby 2.6 support - Add experimental [OpenTracing](http://opentracing.io/) support with [CNCF Jaeger](https://github.com/jaegertracing/jaeger) - Support host offlining by deleting the associated DNS records - Add textfile reporter to write Graphite-style metrics (also compatible with [Prometheus](https://prometheus.io/)) into a file