Update minimum required version of Ruby to 2.1

This commit is contained in:
Brendan Coles
2016-10-09 20:11:24 +00:00
parent 6d7f799abf
commit f20528e13b
5 changed files with 13 additions and 15 deletions

View File

@@ -20,13 +20,15 @@ Installation
1. Prerequisites (platform independent)
BeEF requires Ruby 2.0+ and the "bundler" gem. Bundler can be installed by:
BeEF requires Ruby 2.1+ and the "bundler" gem. Bundler can be installed by:
gem install bundler
2. Prerequisites (Windows)
Windows is no longer supported. The following instructions are outdated.
!!! This must be done PRIOR to running the bundle install command !!!
Windows requires the sqlite.dll. Simply grab the zip file below and extract it to your Ruby bin directory:
@@ -76,7 +78,7 @@ Installation
- XCode: provides the sqlite support BeEF needs
- Ruby 2.0
- Ruby 2.1
To install RVM and Ruby 2.1.5 on Mac OS:
$ bash -s stable < <(curl -Ls https://raw.githubusercontent.com/wayneeseguin/rvm/master/binscripts/rvm-installer) source ~/.bash_profile
$ rvm install 2.1.5