Skip to content

Commit

Permalink
pin pg gem version to '~> 0.21'; ref: https://github.com/stripe/mosql…
Browse files Browse the repository at this point in the history
  • Loading branch information
SiriusDely committed Sep 15, 2020
1 parent aa76a2d commit 06e508d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mosql.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |gem|
gem.version = MoSQL::VERSION

gem.add_runtime_dependency "sequel"
gem.add_runtime_dependency "pg"
gem.add_runtime_dependency "pg", "~> 0.21"
gem.add_runtime_dependency "rake"
gem.add_runtime_dependency "log4r"
gem.add_runtime_dependency "json"
Expand Down

0 comments on commit 06e508d

Please sign in to comment.