Merge pull request #3158 from TracksApp/dependabot/bundler/pg-1.6.2

Bump pg from 1.5.9 to 1.6.2
This commit is contained in:
Jyri-Petteri Paloposki 2025-09-23 18:24:52 +03:00 committed by GitHub
commit 2f2b13fe7a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -25,7 +25,7 @@ gem 'rexml'
# Use --without <group> argument to skip unnecessary drivers
gem 'sqlite3', '~> 2.7', group: :sqlite
gem 'mysql2', '~> 0.5', group: :mysql
gem 'pg', '~> 1.5', group: :postgresql
gem 'pg', '~> 1.6', group: :postgresql
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
gem 'mini_racer', group: :therubyracer

View file

@ -240,7 +240,7 @@ GEM
parser (3.3.8.0)
ast (~> 2.4.1)
racc
pg (1.5.9)
pg (1.6.2)
pp (0.6.2)
prettyprint
prettyprint (0.2.0)
@ -445,7 +445,7 @@ DEPENDENCIES
minitest-stub-const
mocha
mysql2 (~> 0.5)
pg (~> 1.5)
pg (~> 1.6)
puma (~> 6.6)
rack-mini-profiler
rails (~> 7.1)