From 5c57aa5865b0ab341311c272a6ecdc6455c2e431 Mon Sep 17 00:00:00 2001 From: Piotr Wasiak Date: Mon, 1 Jun 2020 11:46:34 +0200 Subject: [PATCH] Mention explicit about ruby 2.7 support (#822) * CHANGELOG: Mention Ruby 2.7 support * README: Clarify ruby interpreter compatibilities --- CHANGELOG.md | 1 + README.md | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25f4a8fd..790fc1cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ Changelog - [patch] Fix: Prevent storing empty `http_version` on cassettes (#709) - [patch] Support Faraday persistent connection closing (#793) - [patch] Support Faraday 1.0 (#794) +- Support ruby 2.7 in test matrix - Remove `multi_json` dependency, `yajl-ruby` and use only JSON (#815) ## 5.1.0 (Feb 5, 2020) diff --git a/README.md b/README.md index b8bd7efa..081e99ca 100644 --- a/README.md +++ b/README.md @@ -93,8 +93,9 @@ VCR versions 6.x are tested on the following ruby interpreters: * MRI 2.4 * MRI 2.5 * MRI 2.6 + * MRI 2.7 -Note that as of VCR 6, only 2.3+ is explicitly supported. +Note that as of VCR 6, only >= 2.4 is explicitly supported. **Development**