aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorKazuki Yamaguchi <k@rhe.jp>2015-12-18 12:01:52 +0900
committerKazuki Yamaguchi <k@rhe.jp>2015-12-18 12:01:52 +0900
commit7b4297867c82e6e40f12be0d3d20f2ca12c8eed6 (patch)
tree3544caa2b3c9115c5cd1232a4351fe1bd7939233 /README.md
parent6becc12ef4e7235e749a92e3115b1155b39fc9e4 (diff)
downloadplum-7b4297867c82e6e40f12be0d3d20f2ca12c8eed6.tar.gz
drop Ruby 2.2 support
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/README.md b/README.md
index b05e22d..b8bba11 100644
--- a/README.md
+++ b/README.md
@@ -6,9 +6,7 @@ WARNING: Plum is currently under heavy development. You *will* encounter bugs wh
[![Circle CI](https://circleci.com/gh/rhenium/plum.svg?style=svg)](https://circleci.com/gh/rhenium/plum) [![Build Status](https://travis-ci.org/rhenium/plum.png?branch=master)](https://travis-ci.org/rhenium/plum) [![Code Climate](https://codeclimate.com/github/rhenium/plum/badges/gpa.svg)](https://codeclimate.com/github/rhenium/plum) [![Test Coverage](https://codeclimate.com/github/rhenium/plum/badges/coverage.svg)](https://codeclimate.com/github/rhenium/plum/coverage)
## Requirements
-* Ruby
- * Ruby 2.2 with [ALPN support patch](https://gist.github.com/rhenium/b1711edcc903e8887a51) and [ECDH support patch (r51348)](https://bugs.ruby-lang.org/projects/ruby-trunk/repository/revisions/51348/diff?format=diff)
- * or latest Ruby 2.3.0-dev
+* Ruby 2.3
* OpenSSL 1.0.2 or newer (HTTP/2 requires ALPN)
* Optional:
* [http_parser.rb gem](https://rubygems.org/gems/http_parser.rb) (HTTP/1.x parser; if you use "http" URI scheme)