1
mirror of https://github.com/rapid7/metasploit-framework synced 2024-09-11 17:08:02 +02:00

bind ruby-pg back to version 0.20

This commit is contained in:
Brent Cook 2017-06-21 03:11:11 -05:00
parent 24d9bec0ae
commit 22db17a87a
2 changed files with 3 additions and 3 deletions

View File

@ -30,7 +30,7 @@ PATH
packetfu
patch_finder
pcaprub
pg
pg (= 0.20.0)
railties
rb-readline
recog
@ -233,7 +233,7 @@ GEM
pcaprub
patch_finder (1.0.2)
pcaprub (0.12.4)
pg (0.21.0)
pg (0.20.0)
pg_array_parser (0.0.9)
postgres_ext (3.0.0)
activerecord (>= 4.0.0)

View File

@ -84,7 +84,7 @@ Gem::Specification.new do |spec|
# For sniffer and raw socket modules
spec.add_runtime_dependency 'pcaprub'
# Needed for module caching in Mdm::ModuleDetails
spec.add_runtime_dependency 'pg'
spec.add_runtime_dependency 'pg', '0.20.0'
# Run initializers for metasploit-concern, metasploit-credential, metasploit_data_models Rails::Engines
spec.add_runtime_dependency 'railties'
# required for OS fingerprinting