Skip to content

Commit

Permalink
Land #19319, Pin FFI version
Browse files Browse the repository at this point in the history
  • Loading branch information
dwelch-r7 authored Jul 10, 2024
2 parents dd0cf4b + 9c14536 commit 41dee56
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ PATH
faraday (= 2.7.11)
faraday-retry
faye-websocket
ffi (= 1.16.3)
filesize
getoptlong
hrr_rb_ssh-ed25519
Expand Down Expand Up @@ -236,7 +237,7 @@ GEM
faye-websocket (0.11.3)
eventmachine (>= 0.12.0)
websocket-driver (>= 0.5.1)
ffi (1.17.0)
ffi (1.16.3)
filesize (0.2.0)
fivemat (1.3.7)
getoptlong (0.2.1)
Expand Down
1 change: 1 addition & 0 deletions metasploit-framework.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency 'net-smtp'
spec.add_runtime_dependency 'net-sftp'
spec.add_runtime_dependency 'winrm'
spec.add_runtime_dependency 'ffi', '1.16.3'

#
# REX Libraries
Expand Down

0 comments on commit 41dee56

Please sign in to comment.