aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorKazuki Yamaguchi <k@rhe.jp>2015-07-24 21:09:07 +0900
committerKazuki Yamaguchi <k@rhe.jp>2015-07-24 21:09:07 +0900
commit99734fd74a24f89ccf811661713cc5be48faefff (patch)
treee9fbae965373f5d72b3373bb4293d19ddd1c9b71 /README.md
parenta1b54a4e90db2826fb36bd1bef6823433100a03b (diff)
downloadplum-99734fd74a24f89ccf811661713cc5be48faefff.tar.gz
travis: Ubuntu 12.04's OpenSSL is outdated
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4806060..c7cc802 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,8 @@
A minimal implementation of HTTP/2 server. (WIP)
## Requirements
-Ruby 2.2 with [ALPN support patch](https://gist.github.com/rhenium/b1711edcc903e8887a51). HTTP/2 requires ALPN.
+* OpenSSL 1.0.2+
+* Ruby 2.2 with [ALPN support patch](https://gist.github.com/rhenium/b1711edcc903e8887a51).
## License
MIT License