From: Michael Orlitzky Date: Fri, 24 Jul 2020 22:18:20 +0000 (-0400) Subject: mailshears.gemspec: bump to v0.0.4, update pg library to v1.2.x. X-Git-Tag: 0.0.4~2 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mailshears.git;a=commitdiff_plain;h=8c8de47c1e648b175032e88facf27c26a8e2e7d5;ds=sidebyside mailshears.gemspec: bump to v0.0.4, update pg library to v1.2.x. --- diff --git a/mailshears.gemspec b/mailshears.gemspec index 88f6f5f..e0d9b80 100644 --- a/mailshears.gemspec +++ b/mailshears.gemspec @@ -1,7 +1,7 @@ Gem::Specification.new do |s| s.name = 'mailshears' - s.version = '0.0.3' + s.version = '0.0.4' s.platform = Gem::Platform::RUBY s.authors = ['Michael Orlitzky'] s.email = ['michael@orlitzky.com'] @@ -28,7 +28,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' + s.add_runtime_dependency 'pg', '~> 1.2' # The list of files to be contained in the gem. We can obtain it # from git as long as we remember that this magic will happen and we