Skip to content

Commit a99cd0b

Browse files
Bump pg from 1.5.9 to 1.6.2 (#1150)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4708aaf commit a99cd0b

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ gem 'jsbundling-rails', '~> 1.3'
2424
gem 'lograge', '~> 0.14'
2525
gem 'newrelic_rpm', '~> 9.20'
2626
gem 'pagy', '~> 9.3'
27-
gem 'pg', '~> 1.5'
27+
gem 'pg', '~> 1.6'
2828
gem 'puma', '~> 6.6'
2929
gem 'pundit', '~> 2.5'
3030
gem 'rack-cors', '~> 3.0'

Gemfile.lock

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,9 @@ GEM
397397
parser (3.3.9.0)
398398
ast (~> 2.4.1)
399399
racc
400-
pg (1.5.9)
400+
pg (1.6.2)
401+
pg (1.6.2-arm64-darwin)
402+
pg (1.6.2-x86_64-linux)
401403
pg_query (6.1.0)
402404
google-protobuf (>= 3.25.3)
403405
pp (0.6.2)
@@ -679,7 +681,7 @@ DEPENDENCIES
679681
octokit (~> 10.0)
680682
pagy (~> 9.3)
681683
parallel_tests (~> 5.4)
682-
pg (~> 1.5)
684+
pg (~> 1.6)
683685
pg_query (~> 6.1.0)
684686
prosopite (~> 2.1.1)
685687
pry-byebug (~> 3.11)

0 commit comments

Comments
 (0)