From 35ffd8e1866188a70d6a34a5edf020289275fbe8 Mon Sep 17 00:00:00 2001 From: Jens Ulferts Date: Thu, 10 Jan 2019 16:11:01 +0100 Subject: [PATCH] bump pg --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 2f4a355253..50b24faa69 100644 --- a/Gemfile +++ b/Gemfile @@ -280,7 +280,7 @@ platforms :mri, :mingw, :x64_mingw do end group :postgres do - gem 'pg', '~> 1.0.0' + gem 'pg', '~> 1.1.0' end end diff --git a/Gemfile.lock b/Gemfile.lock index 732084358d..f8ae206924 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -556,7 +556,7 @@ GEM hashery (~> 2.0) ruby-rc4 ttfunk - pg (1.0.0) + pg (1.1.4) plaintext (0.1.0) activesupport (> 2.2.1) nokogiri (~> 1.8.1) @@ -911,7 +911,7 @@ DEPENDENCIES openproject-xls_export! parallel_tests (~> 2.21.3) passenger (~> 5.3.3) - pg (~> 1.0.0) + pg (~> 1.1.0) plaintext (= 0.1.0) posix-spawn (~> 0.3.13) prawn (~> 2.2)