From 629db4fe20fbf8a62d5262c81cebd05096aea6d2 Mon Sep 17 00:00:00 2001 From: TheGuy920 <53882381+TheGuy920@users.noreply.github.com> Date: Tue, 5 Dec 2023 17:21:22 -0500 Subject: [PATCH] Update beef --- beef | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beef b/beef index 8fe6052da..4d9bd2dc4 100755 --- a/beef +++ b/beef @@ -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."