Skip to content

Commit

Permalink
Mention explicit about ruby 2.7 support (vcr#822)
Browse files Browse the repository at this point in the history
* CHANGELOG: Mention Ruby 2.7 support

* README: Clarify ruby interpreter compatibilities
  • Loading branch information
choosen authored Jun 1, 2020
1 parent a87b947 commit 5c57aa5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**

Expand Down

0 comments on commit 5c57aa5

Please sign in to comment.