Merge branch 'master' into issue/3465-new-issue-template

This commit is contained in:
zinduolis
2025-12-23 15:54:22 +10:00
committed by GitHub
3 changed files with 3 additions and 7 deletions

View File

@@ -63,7 +63,7 @@ end
group :test do
gem 'test-unit-full', '~> 0.0.5'
gem 'rspec', '~> 3.13'
gem 'rdoc', '~> 6.17'
gem 'rdoc', '~> 7.0'
gem 'browserstack-local', '~> 1.4'
gem 'irb', '~> 1.16'

View File

@@ -166,7 +166,7 @@ GEM
rack (>= 1.3)
rainbow (3.1.1)
rake (13.3.1)
rdoc (6.17.0)
rdoc (7.0.2)
erb
psych (>= 4.0.0)
tsort
@@ -325,7 +325,7 @@ DEPENDENCIES
rack (~> 3.2)
rack-protection (~> 4.2.1)
rake (~> 13.3)
rdoc (~> 6.17)
rdoc (~> 7.0)
rest-client (~> 2.1.0)
rspec (~> 3.13)
rubocop (~> 1.82.0)

View File

@@ -17,7 +17,6 @@ module BeEF
@options[:ext_config] = ''
@options[:port] = ''
@options[:ws_port] = ''
@options[:interactive] = false
@options[:update_disabled] = false
@options[:update_auto] = false
@@ -63,9 +62,6 @@ module BeEF
@options[:update_auto] = true
end
# opts.on('-i', '--interactive', 'Starts with the Console Shell activated') do
# @options[:interactive] = true
# end
end
optparse.parse!