From e118c26ebabb355fbad12b2a7a9d1c7dca40dabe Mon Sep 17 00:00:00 2001 From: Tobias Matthies Date: Sun, 10 Sep 2017 15:24:41 +0200 Subject: [PATCH] Update README [skip ci] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 436c006..33cdbaa 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Rack::SslEnforcer is a simple Rack middleware to enforce SSL connections. As of Version 0.2.0, Rack::SslEnforcer marks Cookies as secure by default (HSTS must be set manually). -Tested against Ruby 1.8.7, 1.9.2, 1.9.3, 2.0.0, 2.1.10, 2.2.5, 2.3.1, ruby-head, REE and the latest versions of Rubinius & JRuby. +Tested against Ruby 1.8.7, 1.9.2, 1.9.3, 2.0.0, 2.1.10, 2.2.7, 2.3.4, 2.4.1, ruby-head, REE and the latest versions of Rubinius & JRuby. ## Installation