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 1108afb + 7348f55 commit c4fd2faCopy full SHA for c4fd2fa
Gemfile.lock
@@ -29,7 +29,7 @@ PATH
29
faraday (= 2.7.11)
30
faraday-retry
31
faye-websocket
32
- ffi (= 1.16.3)
+ ffi (< 1.17.0)
33
filesize
34
getoptlong
35
hrr_rb_ssh-ed25519
metasploit-framework.gemspec
@@ -154,7 +154,7 @@ Gem::Specification.new do |spec|
154
spec.add_runtime_dependency 'net-smtp'
155
spec.add_runtime_dependency 'net-sftp'
156
spec.add_runtime_dependency 'winrm'
157
- spec.add_runtime_dependency 'ffi', '1.16.3'
+ spec.add_runtime_dependency 'ffi', '< 1.17.0'
158
159
#
160
# REX Libraries
0 commit comments