Skip to content

Commit ebfd920

Browse files
author
Brent Cook
committed
document why
1 parent 22db17a commit ebfd920

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

metasploit-framework.gemspec

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,9 @@ Gem::Specification.new do |spec|
8383
spec.add_runtime_dependency 'packetfu'
8484
# For sniffer and raw socket modules
8585
spec.add_runtime_dependency 'pcaprub'
86-
# Needed for module caching in Mdm::ModuleDetails
86+
# Used by the Metasploit data model, etc.
87+
# bound to 0.20 for Activerecord 4.2.8 deprecation warnings:
88+
# https://github.com/ged/ruby-pg/commit/c90ac644e861857ae75638eb6954b1cb49617090
8789
spec.add_runtime_dependency 'pg', '0.20.0'
8890
# Run initializers for metasploit-concern, metasploit-credential, metasploit_data_models Rails::Engines
8991
spec.add_runtime_dependency 'railties'

0 commit comments

Comments
 (0)