From c15936486ccbac903c4c21bbee103c35139ebf51 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 25 Dec 2019 06:55:05 +0000 Subject: [PATCH] Update pg requirement from ~> 0.21 to ~> 1.2 Updates the requirements on [pg](https://github.com/ged/ruby-pg) to permit the latest version. - [Release notes](https://github.com/ged/ruby-pg/releases) - [Changelog](https://github.com/ged/ruby-pg/blob/master/History.rdoc) - [Commits](https://github.com/ged/ruby-pg/compare/v0.21.0...v1.2.0) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 0c0f2ba..ba4b6bb 100644 --- a/Gemfile +++ b/Gemfile @@ -24,7 +24,7 @@ end if !ENV["TRAVIS"] || ENV["DB"] == "postgresql" gem "activerecord-jdbcpostgresql-adapter", :platform => :jruby - gem 'pg', '~> 0.21', platform: :ruby + gem 'pg', '~> 1.2', platform: :ruby end gem "jruby-openssl", :platform => :jruby