Update beef

This commit is contained in:
TheGuy920
2023-12-05 17:21:22 -05:00
committed by GitHub
parent 554d42b2c6
commit 629db4fe20

2
beef
View File

@@ -14,7 +14,7 @@ $VERBOSE = nil
#
# @note Version check to ensure BeEF is running Ruby 2.7+
#
min_ruby_version = '2.7'
min_ruby_version = '3.0'
if RUBY_VERSION < min_ruby_version
puts
puts "Ruby version #{RUBY_VERSION} is no longer supported. Please upgrade to Ruby version #{min_ruby_version} or later."