Merge pull request #2 from TheGuy920/patch-2

Update beef
This commit is contained in:
TheGuy920
2023-12-05 17:23:32 -05:00
committed by GitHub

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."