From abdf6f2fae4726894e5a128a99c6d5a1934460cd Mon Sep 17 00:00:00 2001 From: Alex Reisner <alex@alexreisner.com> Date: Fri, 27 May 2016 12:02:56 -0400 Subject: [PATCH] Update Rails compatibility. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c4418e5b..5dd78e2f 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Compatibility * Supports multiple Ruby versions: Ruby 1.9.3, 2.x, JRuby, and Rubinius. * Supports multiple databases: MySQL, PostgreSQL, SQLite, and MongoDB (1.7.0 and higher). -* Supports Rails 3 and 4. If you need to use it with Rails 2 please see the `rails2` branch (no longer maintained, limited feature set). +* Supports Rails 3, 4, and 5. If you need to use it with Rails 2 please see the `rails2` branch (no longer maintained, limited feature set). * Works very well outside of Rails, you just need to install either the `json` (for MRI) or `json_pure` (for JRuby) gem. -- GitLab