1
mirror of https://github.com/rapid7/metasploit-framework synced 2024-08-28 23:26:18 +02:00

Allow pg version 0.21.0 without hard requirement

This commit is contained in:
Matthew Kienow 2019-02-11 12:59:51 -05:00
parent bfdc4056d2
commit dd0d9358df
No known key found for this signature in database
GPG Key ID: 40787F8B1EAC6E41
2 changed files with 4 additions and 4 deletions

View File

@ -38,7 +38,7 @@ PATH
patch_finder
pcaprub
pdf-reader
pg (= 0.20.0)
pg (~> 0.20)
railties
rb-readline
recog
@ -215,7 +215,7 @@ GEM
hashery (~> 2.0)
ruby-rc4
ttfunk
pg (0.20.0)
pg (0.21.0)
pg_array_parser (0.0.9)
postgres_ext (3.0.1)
activerecord (~> 4.0)

View File

@ -86,9 +86,9 @@ Gem::Specification.new do |spec|
# For sniffer and raw socket modules
spec.add_runtime_dependency 'pcaprub'
# Used by the Metasploit data model, etc.
# bound to 0.20 for Activerecord 4.2.8 deprecation warnings:
# bound to 0.2x for Activerecord 4.2.8 deprecation warnings:
# https://github.com/ged/ruby-pg/commit/c90ac644e861857ae75638eb6954b1cb49617090
spec.add_runtime_dependency 'pg', '0.20.0'
spec.add_runtime_dependency 'pg', '~> 0.20'
# Run initializers for metasploit-concern, metasploit-credential, metasploit_data_models Rails::Engines
spec.add_runtime_dependency 'railties'
# required for OS fingerprinting