Bump pg from 1.4.2 to 1.4.3

Bumps [pg](https://github.com/ged/ruby-pg) from 1.4.2 to 1.4.3.
- [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/v1.4.2...v1.4.3)

---
updated-dependencies:
- dependency-name: pg
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-08-10 00:02:01 +00:00 committed by GitHub
parent 89b50b4ffa
commit 6db8474c49
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -34,7 +34,7 @@ gem 'therubyracer', group: :therubyracer
# Use --without <group> argument to skip unnecessary drivers
gem 'sqlite3', group: :sqlite
gem 'mysql2', '~> 0.5.4', group: :mysql
gem 'pg', '~> 1.4.2', group: :postgresql
gem 'pg', '~> 1.4.3', group: :postgresql
group :development do
gem 'spring'

View file

@ -179,7 +179,7 @@ GEM
parallel (1.22.1)
parser (3.1.2.0)
ast (~> 2.4.1)
pg (1.4.2)
pg (1.4.3)
puma (5.6.4)
nio4r (~> 2.0)
racc (1.6.0)
@ -352,7 +352,7 @@ DEPENDENCIES
minitest-stub-const
mocha
mysql2 (~> 0.5.4)
pg (~> 1.4.2)
pg (~> 1.4.3)
puma (~> 5.6)
rack-mini-profiler
rails (~> 6.0.4)