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 1c4e3d5 + 57a3590 commit b70d9c0Copy full SHA for b70d9c0
Gemfile.lock
@@ -21,6 +21,7 @@ PATH
21
bson
22
chunky_png
23
csv
24
+ date (= 3.4.1)
25
dnsruby
26
drb
27
ed25519
metasploit-framework.gemspec
@@ -153,6 +153,7 @@ Gem::Specification.new do |spec|
153
spec.add_runtime_dependency 'bcrypt_pbkdf'
154
spec.add_runtime_dependency 'ruby_smb', '~> 3.3.15'
155
spec.add_runtime_dependency 'net-imap' # Used in Postgres auth for its SASL stringprep implementation
156
+ spec.add_runtime_dependency 'date', '3.4.1' # Temporarily pinned until 3.5 can be tested
157
spec.add_runtime_dependency 'net-ldap'
158
spec.add_runtime_dependency 'net-smtp'
159
spec.add_runtime_dependency 'net-sftp'
0 commit comments