Bump pg from 1.5.4 to 1.5.6

Bumps [pg](https://github.com/ged/ruby-pg) from 1.5.4 to 1.5.6.
- [Changelog](https://github.com/ged/ruby-pg/blob/master/History.md)
- [Commits](https://github.com/ged/ruby-pg/compare/v1.5.4...v1.5.6)

---
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] 2024-06-11 00:30:11 +00:00 committed by GitHub
parent e9f9d8fa5c
commit a910eaf436
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -34,7 +34,7 @@ gem 'mini_racer', group: :therubyracer
# Use --without <group> argument to skip unnecessary drivers
gem 'sqlite3', group: :sqlite
gem 'mysql2', '~> 0.5.6', group: :mysql
gem 'pg', '~> 1.5.4', group: :postgresql
gem 'pg', '~> 1.5.6', group: :postgresql
group :development do
gem 'spring', '~> 4'