From: Michael Orlitzky Date: Wed, 4 Nov 2015 23:14:00 +0000 (-0500) Subject: Use semantic bound on pg library. X-Git-Tag: 0.0.1~22 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mailshears.git;a=commitdiff_plain;h=1ee3ee0afbca846fa83ae741bbc5a101cc4a4cb6 Use semantic bound on pg library. --- diff --git a/mailshears.gemspec b/mailshears.gemspec index 405eda0..acc4635 100644 --- a/mailshears.gemspec +++ b/mailshears.gemspec @@ -13,7 +13,7 @@ Gem::Specification.new do |s| s.required_rubygems_version = '>= 1.3.6' # If you have runtime dependencies, add them here - s.add_runtime_dependency 'pg', '>= 0.11.0' + s.add_runtime_dependency 'pg', '~> 0.11' # The list of files to be contained in the gem s.files = `git ls-files`.split("\n")