Update minimum required version of Ruby to 2.1
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user