Bump pg from 1.4.6 to 1.5.3

Bumps [pg](https://github.com/ged/ruby-pg) from 1.4.6 to 1.5.3.
- [Release notes](https://github.com/ged/ruby-pg/releases)
- [Changelog](https://github.com/ged/ruby-pg/blob/master/History.md)
- [Commits](https://github.com/ged/ruby-pg/compare/v1.4.6...v1.5.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-05-01 00:59:13 +00:00 committed by GitHub
parent 67f07ec0c8
commit e088e63cb9
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 # Use --without <group> argument to skip unnecessary drivers
gem 'sqlite3', group: :sqlite gem 'sqlite3', group: :sqlite
gem 'mysql2', '~> 0.5.5', group: :mysql gem 'mysql2', '~> 0.5.5', group: :mysql
gem 'pg', '~> 1.4.6', group: :postgresql gem 'pg', '~> 1.5.3', group: :postgresql
group :development do group :development do
gem 'spring', '~> 4' gem 'spring', '~> 4'

View file

@ -191,7 +191,7 @@ GEM
parallel (1.22.1) parallel (1.22.1)
parser (3.2.2.0) parser (3.2.2.0)
ast (~> 2.4.1) ast (~> 2.4.1)
pg (1.4.6) pg (1.5.3)
puma (6.2.2) puma (6.2.2)
nio4r (~> 2.0) nio4r (~> 2.0)
racc (1.6.2) racc (1.6.2)
@ -367,7 +367,7 @@ DEPENDENCIES
minitest-stub-const minitest-stub-const
mocha mocha
mysql2 (~> 0.5.5) mysql2 (~> 0.5.5)
pg (~> 1.4.6) pg (~> 1.5.3)
puma (~> 6.2) puma (~> 6.2)
rack-mini-profiler rack-mini-profiler
rails (~> 6.0.0) rails (~> 6.0.0)