Skip to content

Commit

Permalink
Merge pull request #19792 from adfoster-r7/update-add-additional-libr…
Browse files Browse the repository at this point in the history
…ary-dependencies-for-ruby-3.4-support

Add additional library dependencies for Ruby 3.4 support
  • Loading branch information
adfoster-r7 authored Jan 7, 2025
2 parents c7c7338 + 2c96ecf commit dac7c39
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ PATH
base64
bcrypt
bcrypt_pbkdf
benchmark
bigdecimal
bootsnap
bson
Expand All @@ -31,6 +32,7 @@ PATH
faraday-retry
faye-websocket
ffi (< 1.17.0)
fiddle
filesize
getoptlong
hrr_rb_ssh-ed25519
Expand Down Expand Up @@ -60,6 +62,7 @@ PATH
octokit (~> 4.0)
openssl-ccm
openvas-omp
ostruct
packetfu
patch_finder
pcaprub
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down
3 changes: 3 additions & 0 deletions metasploit-framework.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dac7c39

Please sign in to comment.