From 62f7e52b40f14dc54c528efc0f57f325fc040661 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 17 Dec 2019 04:28:27 +0000 Subject: [PATCH] update 2.4.0 readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 4c9b510ae..b5494e46e 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,12 @@ Requirements * Selenium is required on OSX: brew install selenium-server-standalone (See https://github.com/shvets/selenium) +ActiveRecord +----------- +ActiveRecord was used to replace DataMapper, and now ruby 2.4 is no longer supported. +If you're using ruby 2.4 please update your BeEF version, otherwise master-0.4.7.3 has the beef branch before the ActiveRecord Merge. + + Quick Start -----------