Add additional library dependencies for Ruby 3.4 support

This commit is contained in:
adfoster-r7
2025-01-06 16:41:23 +00:00
parent 98b5eabd48
commit 2c96ecff6a
2 changed files with 9 additions and 0 deletions
+6
View File
@@ -15,6 +15,7 @@ PATH
base64
bcrypt
bcrypt_pbkdf
benchmark
bigdecimal
bootsnap
bson
@@ -31,6 +32,7 @@ PATH
faraday-retry
faye-websocket
ffi (< 1.17.0)
fiddle
filesize
getoptlong
hrr_rb_ssh-ed25519
@@ -60,6 +62,7 @@ PATH
octokit (~> 4.0)
openssl-ccm
openvas-omp
ostruct
packetfu
patch_finder
pcaprub
@@ -186,6 +189,7 @@ GEM
base64 (0.2.0)
bcrypt (3.1.20)
bcrypt_pbkdf (1.1.1)
benchmark (0.4.0)
bigdecimal (3.1.8)
bindata (2.4.15)
bootsnap (1.18.4)
@@ -242,6 +246,7 @@ GEM
eventmachine (>= 0.12.0)
websocket-driver (>= 0.5.1)
ffi (1.16.3)
fiddle (1.1.6)
filesize (0.2.0)
fivemat (1.3.7)
getoptlong (0.2.1)
@@ -351,6 +356,7 @@ GEM
openssl-ccm (1.2.3)
openssl-cmac (2.0.2)
openvas-omp (0.0.4)
ostruct (0.6.1)
packetfu (2.0.0)
pcaprub (~> 0.13.1)
parallel (1.26.3)
+3
View File
@@ -258,11 +258,14 @@ Gem::Specification.new do |spec|
%w[
abbrev
base64
benchmark
bigdecimal
csv
drb
fiddle
getoptlong
mutex_m
ostruct
].each do |library|
spec.add_runtime_dependency library
end