Skip to content

Commit 22db17a

Browse files
author
Brent Cook
committed
bind ruby-pg back to version 0.20
1 parent 24d9bec commit 22db17a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ PATH
3030
packetfu
3131
patch_finder
3232
pcaprub
33-
pg
33+
pg (= 0.20.0)
3434
railties
3535
rb-readline
3636
recog
@@ -233,7 +233,7 @@ GEM
233233
pcaprub
234234
patch_finder (1.0.2)
235235
pcaprub (0.12.4)
236-
pg (0.21.0)
236+
pg (0.20.0)
237237
pg_array_parser (0.0.9)
238238
postgres_ext (3.0.0)
239239
activerecord (>= 4.0.0)

metasploit-framework.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Gem::Specification.new do |spec|
8484
# For sniffer and raw socket modules
8585
spec.add_runtime_dependency 'pcaprub'
8686
# Needed for module caching in Mdm::ModuleDetails
87-
spec.add_runtime_dependency 'pg'
87+
spec.add_runtime_dependency 'pg', '0.20.0'
8888
# Run initializers for metasploit-concern, metasploit-credential, metasploit_data_models Rails::Engines
8989
spec.add_runtime_dependency 'railties'
9090
# required for OS fingerprinting

0 commit comments

Comments
 (0)