We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ab45ae6 + 39e008e commit 30bda5cCopy full SHA for 30bda5c
Gemfile.lock
@@ -65,6 +65,7 @@ PATH
65
openvas-omp
66
ostruct
67
packetfu
68
+ parallel
69
patch_finder
70
pcaprub
71
pdf-reader
metasploit-framework.gemspec
@@ -262,6 +262,9 @@ Gem::Specification.new do |spec|
262
# When Ruby ships with `gem --version` 3.6.0 or higher by default this can be removed
263
spec.add_runtime_dependency 'stringio', '3.1.1'
264
265
+ # Needed for caching validation
266
+ spec.add_runtime_dependency 'parallel'
267
+
268
# Standard libraries: https://www.ruby-lang.org/en/news/2023/12/25/ruby-3-3-0-released/
269
%w[
270
abbrev
0 commit comments