From 58d3e6b2ff5f062fb2e5f5fdcd78ea03d53d78ef Mon Sep 17 00:00:00 2001 From: ulferts Date: Tue, 18 Feb 2020 09:36:50 +0100 Subject: [PATCH] bump pg --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 982e12a77a4..ac3ed7bd1ce 100644 --- a/Gemfile +++ b/Gemfile @@ -283,7 +283,7 @@ gem 'roar', '~> 1.1.0' platforms :mri, :mingw, :x64_mingw do group :postgres do - gem 'pg', '~> 1.1.0' + gem 'pg', '~> 1.2.2' end # Support application loading when no database exists yet. diff --git a/Gemfile.lock b/Gemfile.lock index 75a400f2757..49839dbde7d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -664,7 +664,7 @@ GEM hashery (~> 2.0) ruby-rc4 ttfunk - pg (1.1.4) + pg (1.2.2) plaintext (0.3.3) activesupport (> 2.2.1) nokogiri (~> 1.10, >= 1.10.4) @@ -1041,7 +1041,7 @@ DEPENDENCIES overviews! parallel_tests (~> 2.29.2) passenger (~> 6.0.1) - pg (~> 1.1.0) + pg (~> 1.2.2) plaintext (~> 0.3.2) posix-spawn (~> 0.3.13) prawn (~> 2.2)