Skip to content

Commit 2c96ecf

Browse files
committed
Add additional library dependencies for Ruby 3.4 support
1 parent 98b5eab commit 2c96ecf

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

Gemfile.lock

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ PATH
1515
base64
1616
bcrypt
1717
bcrypt_pbkdf
18+
benchmark
1819
bigdecimal
1920
bootsnap
2021
bson
@@ -31,6 +32,7 @@ PATH
3132
faraday-retry
3233
faye-websocket
3334
ffi (< 1.17.0)
35+
fiddle
3436
filesize
3537
getoptlong
3638
hrr_rb_ssh-ed25519
@@ -60,6 +62,7 @@ PATH
6062
octokit (~> 4.0)
6163
openssl-ccm
6264
openvas-omp
65+
ostruct
6366
packetfu
6467
patch_finder
6568
pcaprub
@@ -186,6 +189,7 @@ GEM
186189
base64 (0.2.0)
187190
bcrypt (3.1.20)
188191
bcrypt_pbkdf (1.1.1)
192+
benchmark (0.4.0)
189193
bigdecimal (3.1.8)
190194
bindata (2.4.15)
191195
bootsnap (1.18.4)
@@ -242,6 +246,7 @@ GEM
242246
eventmachine (>= 0.12.0)
243247
websocket-driver (>= 0.5.1)
244248
ffi (1.16.3)
249+
fiddle (1.1.6)
245250
filesize (0.2.0)
246251
fivemat (1.3.7)
247252
getoptlong (0.2.1)
@@ -351,6 +356,7 @@ GEM
351356
openssl-ccm (1.2.3)
352357
openssl-cmac (2.0.2)
353358
openvas-omp (0.0.4)
359+
ostruct (0.6.1)
354360
packetfu (2.0.0)
355361
pcaprub (~> 0.13.1)
356362
parallel (1.26.3)

metasploit-framework.gemspec

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,11 +258,14 @@ Gem::Specification.new do |spec|
258258
%w[
259259
abbrev
260260
base64
261+
benchmark
261262
bigdecimal
262263
csv
263264
drb
265+
fiddle
264266
getoptlong
265267
mutex_m
268+
ostruct
266269
].each do |library|
267270
spec.add_runtime_dependency library
268271
end

0 commit comments

Comments
 (0)