Skip to content

Commit

Permalink
lock 'pg' version to specs
Browse files Browse the repository at this point in the history
  • Loading branch information
jmartin-tech committed Jan 17, 2018
1 parent 82cc22d commit 2a63681
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion metasploit_data_models.gemspec
Expand Up @@ -71,7 +71,9 @@ Gem::Specification.new do |s|
# markdown formatting for yard
s.add_development_dependency 'redcarpet'

s.add_runtime_dependency 'pg'
# bound to 0.20 for Activerecord 4.2.8 deprecation warnings:
# https://github.com/ged/ruby-pg/commit/c90ac644e861857ae75638eb6954b1cb49617090
s.add_runtime_dependency 'pg', "0.20.0"

s.platform = Gem::Platform::RUBY
end
Expand Down

0 comments on commit 2a63681

Please sign in to comment.