Merge pull request #6488 from openfoodfoundation/dependabot/bundler/pg-1.2.3

Bump pg from 0.21.0 to 1.2.3
This commit is contained in:
Andy Brett
2021-05-05 11:05:52 -07:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@@ -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'

View File

@@ -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)