diff --git a/Gemfile b/Gemfile index 12a42dae17..df5c4e3761 100644 --- a/Gemfile +++ b/Gemfile @@ -29,7 +29,7 @@ gem "order_management", path: "./engines/order_management" gem 'web', path: './engines/web' gem 'activerecord-postgresql-adapter' -gem 'pg', '~> 0.21.0' +gem 'pg', '~> 1.2.3' gem 'acts_as_list', '1.0.4' gem 'cancancan', '~> 1.15.0' diff --git a/Gemfile.lock b/Gemfile.lock index 616ec15383..f2195b8593 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -384,7 +384,7 @@ GEM xml-simple paypal-sdk-merchant (1.117.2) paypal-sdk-core (~> 0.3.0) - pg (0.21.0) + pg (1.2.3) power_assert (2.0.0) pry (0.13.1) coderay (~> 1.1) @@ -694,7 +694,7 @@ DEPENDENCIES paperclip (~> 3.4.1) paranoia (~> 2.4) paypal-sdk-merchant (= 1.117.2) - pg (~> 0.21.0) + pg (~> 1.2.3) pry pry-byebug rack-mini-profiler (< 3.0.0)